2024-01-23T23:10:08.909 INFO:root:teuthology version: 0.0.1.dev251+gc856e0f 2024-01-23T23:10:08.909 DEBUG:teuthology.run:Teuthology command: teuthology --name yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi --verbose --owner scheduled_yuriw@teuthology --archive /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535 --description rados/cephadm/upgrade/{1-start-distro/1-start-centos_8.stream_container-tools 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} -- /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535/orig.config.yaml 2024-01-23T23:10:08.944 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-23T23:10:09.030 INFO:teuthology.run:Config: archive_path: /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535 branch: wip-yuri5-testing-2024-01-11-1300-pacific description: rados/cephadm/upgrade/{1-start-distro/1-start-centos_8.stream_container-tools 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: '7529535' kernel: kdb: true sha1: distro last_in_suite: false machine_type: smithi name: yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi no_nested_subset: false nuke-on-error: true os_type: centos os_version: 8.stream overrides: admin_socket: branch: wip-yuri5-testing-2024-01-11-1300-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: a70aebef70df6ec2d957347ccbfc484e0573dd5f ceph-deploy: conf: client: log file: /var/log/ceph/ceph-$name.$pid.log mon: {} install: ceph: flavor: default sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f workunit: branch: wip-lflores-testing-2-2024-01-23-1755-pacific sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 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: 3235 sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f sleep_before_teardown: 0 subset: 111/120000 suite: rados suite_branch: wip-lflores-testing-2-2024-01-23-1755-pacific suite_path: /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa suite_relpath: qa suite_repo: https://github.com/ljflores/ceph.git suite_sha1: 54ea2bd75ede6da27ba5852fe5d99aab52f94305 targets: smithi037.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG4z50WsseChtFcROrTEJELjq2zhdWYB8l2WBZWCxuQEZ7AeahzGuwTxWo0Ekwbl3jjGmxkIVEu5U44TwPPOTAU= smithi079.front.sepia.ceph.com: ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOYT5b7+1v4aNIHN5/qOnYlx11r5WQNV12IUw+3jpxaKU5dltte/wI2kLzcUA9HQ9YPVTx85Hm2ehklWHNsMhuM= tasks: - pexec: all: - sudo cp /etc/containers/registries.conf /etc/containers/registries.conf.backup - sudo dnf -y module reset container-tools - sudo dnf -y module install container-tools - sudo cp /etc/containers/registries.conf.backup /etc/containers/registries.conf - 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: c856e0f9244dd29a50697123b480d63f16a4ed81 timestamp: 2024-01-23_19:22:22 tube: smithi user: yuriw verbose: true worker_log: /home/teuthworker/archive/worker_logs/dispatcher.smithi.2226885 2024-01-23T23:10:09.030 INFO:teuthology.run:suite_path is set to /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa; will attempt to use it 2024-01-23T23:10:09.031 INFO:teuthology.run:Found tasks at /home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks 2024-01-23T23:10:09.031 INFO:teuthology.run_tasks:Running task internal.check_packages... 2024-01-23T23:10:09.032 INFO:teuthology.task.internal:Checking packages... 2024-01-23T23:10:09.057 INFO:teuthology.task.internal:Checking packages for os_type 'centos', flavor 'default' and ceph hash 'a70aebef70df6ec2d957347ccbfc484e0573dd5f' 2024-01-23T23:10:09.057 WARNING:teuthology.packaging:More than one of ref, tag, branch, or sha1 supplied; using branch 2024-01-23T23:10:09.057 INFO:teuthology.packaging:ref: None 2024-01-23T23:10:09.057 INFO:teuthology.packaging:tag: None 2024-01-23T23:10:09.057 INFO:teuthology.packaging:branch: wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-23T23:10:09.057 INFO:teuthology.packaging:sha1: a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-23T23:10:09.057 DEBUG:teuthology.packaging:Querying https://shaman.ceph.com/api/search?status=ready&project=ceph&flavor=default&distros=centos%2F8%2Fx86_64&ref=wip-yuri5-testing-2024-01-11-1300-pacific 2024-01-23T23:10:09.275 INFO:teuthology.task.internal:Found packages for ceph version 16.2.14-449.ga70aebef 2024-01-23T23:10:09.276 INFO:teuthology.run_tasks:Running task internal.buildpackages_prep... 2024-01-23T23:10:09.283 INFO:teuthology.task.internal:no buildpackages task found 2024-01-23T23:10:09.283 INFO:teuthology.run_tasks:Running task internal.save_config... 2024-01-23T23:10:09.393 INFO:teuthology.task.internal:Saving configuration 2024-01-23T23:10:09.405 INFO:teuthology.run_tasks:Running task internal.check_lock... 2024-01-23T23:10:09.418 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-23T23:10:09.439 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-23 23:05:15.513069', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG4z50WsseChtFcROrTEJELjq2zhdWYB8l2WBZWCxuQEZ7AeahzGuwTxWo0Ekwbl3jjGmxkIVEu5U44TwPPOTAU='} 2024-01-23T23:10:09.466 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-23 23:05:15.514983', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOYT5b7+1v4aNIHN5/qOnYlx11r5WQNV12IUw+3jpxaKU5dltte/wI2kLzcUA9HQ9YPVTx85Hm2ehklWHNsMhuM='} 2024-01-23T23:10:09.466 INFO:teuthology.run_tasks:Running task internal.add_remotes... 2024-01-23T23:10:09.472 INFO:teuthology.task.internal:roles: ubuntu@smithi037.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-23T23:10:09.472 INFO:teuthology.task.internal:roles: ubuntu@smithi079.front.sepia.ceph.com - ['mon.b', 'mgr.x', 'osd.4', 'osd.5', 'osd.6', 'osd.7', 'client.1', 'prometheus.a', 'grafana.a', 'node-exporter.b'] 2024-01-23T23:10:09.472 INFO:teuthology.run_tasks:Running task console_log... 2024-01-23T23:10:09.564 DEBUG:teuthology.exit:Installing handler: Handler(exiter=, func=.kill_console_loggers at 0x7f0a2601a160>, signals=[15]) 2024-01-23T23:10:09.564 INFO:teuthology.run_tasks:Running task internal.connect... 2024-01-23T23:10:09.570 INFO:teuthology.task.internal:Opening connections... 2024-01-23T23:10:09.570 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi037.front.sepia.ceph.com 2024-01-23T23:10:09.572 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-23T23:10:09.651 DEBUG:teuthology.task.internal:connecting to ubuntu@smithi079.front.sepia.ceph.com 2024-01-23T23:10:09.652 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-23T23:10:09.725 INFO:teuthology.run_tasks:Running task internal.push_inventory... 2024-01-23T23:10:09.732 DEBUG:teuthology.orchestra.run.smithi037:> uname -m 2024-01-23T23:10:09.756 INFO:teuthology.orchestra.run.smithi037.stdout:x86_64 2024-01-23T23:10:09.756 DEBUG:teuthology.orchestra.run.smithi037:> cat /etc/os-release 2024-01-23T23:10:09.818 INFO:teuthology.orchestra.run.smithi037.stdout:NAME="CentOS Stream" 2024-01-23T23:10:09.818 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION="8" 2024-01-23T23:10:09.818 INFO:teuthology.orchestra.run.smithi037.stdout:ID="centos" 2024-01-23T23:10:09.818 INFO:teuthology.orchestra.run.smithi037.stdout:ID_LIKE="rhel fedora" 2024-01-23T23:10:09.818 INFO:teuthology.orchestra.run.smithi037.stdout:VERSION_ID="8" 2024-01-23T23:10:09.818 INFO:teuthology.orchestra.run.smithi037.stdout:PLATFORM_ID="platform:el8" 2024-01-23T23:10:09.818 INFO:teuthology.orchestra.run.smithi037.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-23T23:10:09.818 INFO:teuthology.orchestra.run.smithi037.stdout:ANSI_COLOR="0;31" 2024-01-23T23:10:09.818 INFO:teuthology.orchestra.run.smithi037.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-23T23:10:09.818 INFO:teuthology.orchestra.run.smithi037.stdout:HOME_URL="https://centos.org/" 2024-01-23T23:10:09.819 INFO:teuthology.orchestra.run.smithi037.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-23T23:10:09.819 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-23T23:10:09.819 INFO:teuthology.orchestra.run.smithi037.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-23T23:10:09.819 INFO:teuthology.lock.ops:Updating smithi037.front.sepia.ceph.com on lock server 2024-01-23T23:10:09.840 DEBUG:teuthology.orchestra.run.smithi079:> uname -m 2024-01-23T23:10:09.862 INFO:teuthology.orchestra.run.smithi079.stdout:x86_64 2024-01-23T23:10:09.862 DEBUG:teuthology.orchestra.run.smithi079:> cat /etc/os-release 2024-01-23T23:10:09.922 INFO:teuthology.orchestra.run.smithi079.stdout:NAME="CentOS Stream" 2024-01-23T23:10:09.922 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION="8" 2024-01-23T23:10:09.922 INFO:teuthology.orchestra.run.smithi079.stdout:ID="centos" 2024-01-23T23:10:09.922 INFO:teuthology.orchestra.run.smithi079.stdout:ID_LIKE="rhel fedora" 2024-01-23T23:10:09.922 INFO:teuthology.orchestra.run.smithi079.stdout:VERSION_ID="8" 2024-01-23T23:10:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:PLATFORM_ID="platform:el8" 2024-01-23T23:10:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:PRETTY_NAME="CentOS Stream 8" 2024-01-23T23:10:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:ANSI_COLOR="0;31" 2024-01-23T23:10:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:CPE_NAME="cpe:/o:centos:centos:8" 2024-01-23T23:10:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:HOME_URL="https://centos.org/" 2024-01-23T23:10:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:BUG_REPORT_URL="https://bugzilla.redhat.com/" 2024-01-23T23:10:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT="Red Hat Enterprise Linux 8" 2024-01-23T23:10:09.923 INFO:teuthology.orchestra.run.smithi079.stdout:REDHAT_SUPPORT_PRODUCT_VERSION="CentOS Stream" 2024-01-23T23:10:09.923 INFO:teuthology.lock.ops:Updating smithi079.front.sepia.ceph.com on lock server 2024-01-23T23:10:09.940 INFO:teuthology.run_tasks:Running task internal.serialize_remote_roles... 2024-01-23T23:10:09.949 INFO:teuthology.run_tasks:Running task internal.check_conflict... 2024-01-23T23:10:10.010 INFO:teuthology.task.internal:Checking for old test directory... 2024-01-23T23:10:10.010 DEBUG:teuthology.orchestra.run.smithi037:> test '!' -e /home/ubuntu/cephtest 2024-01-23T23:10:10.013 DEBUG:teuthology.orchestra.run.smithi079:> test '!' -e /home/ubuntu/cephtest 2024-01-23T23:10:10.033 INFO:teuthology.run_tasks:Running task internal.check_ceph_data... 2024-01-23T23:10:10.039 INFO:teuthology.task.internal:Checking for non-empty /var/lib/ceph... 2024-01-23T23:10:10.039 DEBUG:teuthology.orchestra.run.smithi037:> test -z $(ls -A /var/lib/ceph) 2024-01-23T23:10:10.075 DEBUG:teuthology.orchestra.run.smithi079:> test -z $(ls -A /var/lib/ceph) 2024-01-23T23:10:10.108 INFO:teuthology.run_tasks:Running task internal.vm_setup... 2024-01-23T23:10:10.160 INFO:teuthology.run_tasks:Running task kernel... 2024-01-23T23:10:10.174 INFO:teuthology.task.kernel:normalize config orig: {'kdb': True, 'sha1': 'distro'} 2024-01-23T23:10:10.175 INFO:teuthology.task.kernel:config {'mon.a': {'kdb': True, 'sha1': 'distro'}, 'mon.b': {'kdb': True, 'sha1': 'distro'}}, timeout 300 2024-01-23T23:10:10.175 DEBUG:teuthology.orchestra.run.smithi037:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-23T23:10:10.175 DEBUG:teuthology.orchestra.run.smithi079:> test -f /run/.containerenv -o -f /.dockerenv 2024-01-23T23:10:10.195 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-23T23:10:10.196 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-01-23T23:10:10.197 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-23T23:10:10.197 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-01-23T23:10:10.256 INFO:teuthology.orchestra.run.smithi079.stdout:4.18.0-489.el8.x86_64 2024-01-23T23:10:10.256 INFO:teuthology.task.kernel:Running kernel on smithi079: 4.18.0-489.el8.x86_64 2024-01-23T23:10:10.257 DEBUG:teuthology.orchestra.run.smithi079:> sudo yum install -y kernel 2024-01-23T23:10:10.258 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-489.el8.x86_64 2024-01-23T23:10:10.258 INFO:teuthology.task.kernel:Running kernel on smithi037: 4.18.0-489.el8.x86_64 2024-01-23T23:10:10.258 DEBUG:teuthology.orchestra.run.smithi037:> sudo yum install -y kernel 2024-01-23T23:10:14.501 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - AppStream 16 MB/s | 27 MB 00:01 2024-01-23T23:10:14.644 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - AppStream 16 MB/s | 27 MB 00:01 2024-01-23T23:10:19.753 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - BaseOS 23 MB/s | 10 MB 00:00 2024-01-23T23:10:20.043 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - BaseOS 20 MB/s | 10 MB 00:00 2024-01-23T23:10:21.678 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - Extras 53 kB/s | 18 kB 00:00 2024-01-23T23:10:21.969 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - Extras 86 kB/s | 18 kB 00:00 2024-01-23T23:10:22.228 INFO:teuthology.orchestra.run.smithi079.stdout:CentOS Stream 8 - Extras common packages 16 kB/s | 6.9 kB 00:00 2024-01-23T23:10:22.471 INFO:teuthology.orchestra.run.smithi079.stdout:Copr repo for python3-asyncssh owned by ceph 23 kB/s | 3.5 kB 00:00 2024-01-23T23:10:22.586 INFO:teuthology.orchestra.run.smithi037.stdout:CentOS Stream 8 - Extras common packages 14 kB/s | 6.9 kB 00:00 2024-01-23T23:10:22.863 INFO:teuthology.orchestra.run.smithi037.stdout:Copr repo for python3-asyncssh owned by ceph 20 kB/s | 3.5 kB 00:00 2024-01-23T23:10:23.538 INFO:teuthology.orchestra.run.smithi037.stdout:Extra Packages for Enterprise Linux 28 MB/s | 16 MB 00:00 2024-01-23T23:10:23.997 INFO:teuthology.orchestra.run.smithi079.stdout:Extra Packages for Enterprise Linux 11 MB/s | 16 MB 00:01 2024-01-23T23:10:27.563 INFO:teuthology.orchestra.run.smithi037.stdout:lab-extras 442 kB/s | 24 kB 00:00 2024-01-23T23:10:27.789 INFO:teuthology.orchestra.run.smithi079.stdout:lab-extras 340 kB/s | 24 kB 00:00 2024-01-23T23:10:30.744 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-23T23:10:30.744 INFO:teuthology.orchestra.run.smithi037.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-23T23:10:30.818 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-4.18.0-348.el8.x86_64 is already installed. 2024-01-23T23:10:30.818 INFO:teuthology.orchestra.run.smithi079.stdout:Package kernel-4.18.0-489.el8.x86_64 is already installed. 2024-01-23T23:10:30.855 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-01-23T23:10:30.856 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-01-23T23:10:30.856 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2024-01-23T23:10:30.856 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-01-23T23:10:30.856 INFO:teuthology.orchestra.run.smithi037.stdout:Installing: 2024-01-23T23:10:30.856 INFO:teuthology.orchestra.run.smithi037.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-23T23:10:30.856 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-01-23T23:10:30.856 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-23T23:10:30.856 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-23T23:10:30.857 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:10:30.857 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-01-23T23:10:30.857 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-01-23T23:10:30.857 INFO:teuthology.orchestra.run.smithi037.stdout:Install 3 Packages 2024-01-23T23:10:30.857 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:10:30.857 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 90 M 2024-01-23T23:10:30.857 INFO:teuthology.orchestra.run.smithi037.stdout:Installed size: 96 M 2024-01-23T23:10:30.858 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-01-23T23:10:30.942 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout:Installing: 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout: kernel x86_64 4.18.0-536.el8 baseos 10 M 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-core x86_64 4.18.0-536.el8 baseos 44 M 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules x86_64 4.18.0-536.el8 baseos 36 M 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-01-23T23:10:30.943 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-01-23T23:10:30.944 INFO:teuthology.orchestra.run.smithi079.stdout:Install 3 Packages 2024-01-23T23:10:30.944 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:10:30.944 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 90 M 2024-01-23T23:10:30.944 INFO:teuthology.orchestra.run.smithi079.stdout:Installed size: 96 M 2024-01-23T23:10:30.944 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-01-23T23:10:31.856 INFO:teuthology.orchestra.run.smithi079.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 12 MB/s | 10 MB 00:00 2024-01-23T23:10:32.207 INFO:teuthology.orchestra.run.smithi037.stdout:(1/3): kernel-4.18.0-536.el8.x86_64.rpm 9.7 MB/s | 10 MB 00:01 2024-01-23T23:10:33.198 INFO:teuthology.orchestra.run.smithi079.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2024-01-23T23:10:33.477 INFO:teuthology.orchestra.run.smithi037.stdout:(2/3): kernel-modules-4.18.0-536.el8.x86_64.rpm 16 MB/s | 36 MB 00:02 2024-01-23T23:10:33.671 INFO:teuthology.orchestra.run.smithi079.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 16 MB/s | 44 MB 00:02 2024-01-23T23:10:33.671 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-01-23T23:10:33.671 INFO:teuthology.orchestra.run.smithi079.stdout:Total 33 MB/s | 90 MB 00:02 2024-01-23T23:10:34.032 INFO:teuthology.orchestra.run.smithi037.stdout:(3/3): kernel-core-4.18.0-536.el8.x86_64.rpm 15 MB/s | 44 MB 00:02 2024-01-23T23:10:34.032 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-01-23T23:10:34.033 INFO:teuthology.orchestra.run.smithi037.stdout:Total 28 MB/s | 90 MB 00:03 2024-01-23T23:10:34.351 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-01-23T23:10:34.750 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-01-23T23:10:34.775 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-01-23T23:10:34.775 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-01-23T23:10:35.181 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-01-23T23:10:35.181 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-01-23T23:10:36.011 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-01-23T23:10:36.035 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-01-23T23:10:36.498 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-01-23T23:10:36.519 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-01-23T23:10:38.784 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-01-23T23:10:39.307 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-23T23:10:39.416 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-01-23T23:10:39.888 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-23T23:10:42.929 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-23T23:10:43.324 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-23T23:10:43.656 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 1/3 2024-01-23T23:10:44.037 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-23T23:10:46.748 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-23T23:10:47.113 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-23T23:10:47.776 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 2/3 2024-01-23T23:10:48.072 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : kernel-4.18.0-536.el8.x86_64 3/3 2024-01-23T23:11:09.296 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-23T23:11:09.319 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-23T23:11:09.661 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-23T23:11:09.662 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-23T23:11:09.662 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-23T23:11:10.148 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-23T23:11:10.148 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:11:10.148 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-01-23T23:11:10.148 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-23T23:11:10.148 INFO:teuthology.orchestra.run.smithi079.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-23T23:11:10.149 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:11:10.149 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-01-23T23:11:10.299 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-01-23T23:11:10.513 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-23T23:11:10.514 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-23T23:11:10.514 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-23T23:11:10.514 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-23T23:11:10.514 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-23T23:11:10.514 INFO:teuthology.task.kernel:Installing distro kernel on mon.b... 2024-01-23T23:11:10.514 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi079.front.sepia.ceph.com, path=None, version=distro) 2024-01-23T23:11:10.514 DEBUG:teuthology.orchestra.run.smithi079:> rpm -q kernel | sort -rV | head -n 1 2024-01-23T23:11:10.724 INFO:teuthology.orchestra.run.smithi079.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-23T23:11:10.725 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-23T23:11:10.725 DEBUG:teuthology.orchestra.run.smithi079:> sudo rpm -qi grub2-tools 2024-01-23T23:11:10.758 INFO:teuthology.orchestra.run.smithi079.stdout:Name : grub2-tools 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Epoch : 1 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Version : 2.02 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Release : 129.el8 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Architecture: x86_64 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Group : System Environment/Base 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Size : 9265586 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:License : GPLv3+ 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-23T23:11:10.759 INFO:teuthology.orchestra.run.smithi079.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:Relocations : (not relocatable) 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:Packager : CentOS BuildSystem 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:Vendor : CentOS 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:Summary : Support tools for GRUB. 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:Description : 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:hardware devices. 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:11:10.760 INFO:teuthology.orchestra.run.smithi079.stdout:This subpackage provides tools for support of all platforms. 2024-01-23T23:11:10.761 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-23T23:11:10.761 INFO:teuthology.task.kernel:Updating grub on smithi079 to boot 4.18.0-536.el8.x86_64 2024-01-23T23:11:10.762 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-23T23:11:11.372 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-core-4.18.0-536.el8.x86_64 3/3 2024-01-23T23:11:11.396 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-23T23:11:11.761 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: kernel-4.18.0-536.el8.x86_64 3/3 2024-01-23T23:11:11.761 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-4.18.0-536.el8.x86_64 1/3 2024-01-23T23:11:11.761 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-core-4.18.0-536.el8.x86_64 2/3 2024-01-23T23:11:12.112 INFO:teuthology.orchestra.run.smithi079.stderr:Generating grub configuration file ... 2024-01-23T23:11:12.273 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : kernel-modules-4.18.0-536.el8.x86_64 3/3 2024-01-23T23:11:12.273 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:11:12.273 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-01-23T23:11:12.273 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-4.18.0-536.el8.x86_64 kernel-core-4.18.0-536.el8.x86_64 2024-01-23T23:11:12.273 INFO:teuthology.orchestra.run.smithi037.stdout: kernel-modules-4.18.0-536.el8.x86_64 2024-01-23T23:11:12.273 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:11:12.274 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-01-23T23:11:12.421 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2024-01-23T23:11:12.648 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-23T23:11:12.648 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-23T23:11:12.648 INFO:teuthology.task.kernel:Not newest distro kernel. Current: 4.18.0-489.el8.x86_64 Expected: 4.18.0-536.el8.x86_64 2024-01-23T23:11:12.648 INFO:teuthology.task.kernel:Skipping firmware on distro kernel 2024-01-23T23:11:12.648 DEBUG:teuthology.task.kernel:src is distro, skipping download 2024-01-23T23:11:12.649 INFO:teuthology.task.kernel:Installing distro kernel on mon.a... 2024-01-23T23:11:12.649 DEBUG:teuthology.task.kernel:install_kernel(remote=ubuntu@smithi037.front.sepia.ceph.com, path=None, version=distro) 2024-01-23T23:11:12.649 DEBUG:teuthology.orchestra.run.smithi037:> rpm -q kernel | sort -rV | head -n 1 2024-01-23T23:11:12.872 INFO:teuthology.orchestra.run.smithi037.stdout:kernel-4.18.0-536.el8.x86_64 2024-01-23T23:11:12.872 DEBUG:teuthology.task.kernel:get_latest_image_version_rpm: 4.18.0-536.el8.x86_64 2024-01-23T23:11:12.873 DEBUG:teuthology.orchestra.run.smithi037:> sudo rpm -qi grub2-tools 2024-01-23T23:11:12.907 INFO:teuthology.orchestra.run.smithi037.stdout:Name : grub2-tools 2024-01-23T23:11:12.907 INFO:teuthology.orchestra.run.smithi037.stdout:Epoch : 1 2024-01-23T23:11:12.907 INFO:teuthology.orchestra.run.smithi037.stdout:Version : 2.02 2024-01-23T23:11:12.907 INFO:teuthology.orchestra.run.smithi037.stdout:Release : 129.el8 2024-01-23T23:11:12.907 INFO:teuthology.orchestra.run.smithi037.stdout:Architecture: x86_64 2024-01-23T23:11:12.907 INFO:teuthology.orchestra.run.smithi037.stdout:Install Date: Thu 04 May 2023 10:17:48 PM UTC 2024-01-23T23:11:12.907 INFO:teuthology.orchestra.run.smithi037.stdout:Group : System Environment/Base 2024-01-23T23:11:12.908 INFO:teuthology.orchestra.run.smithi037.stdout:Size : 9265586 2024-01-23T23:11:12.908 INFO:teuthology.orchestra.run.smithi037.stdout:License : GPLv3+ 2024-01-23T23:11:12.908 INFO:teuthology.orchestra.run.smithi037.stdout:Signature : RSA/SHA256, Tue 19 Jul 2022 02:52:06 PM UTC, Key ID 05b555b38483c65d 2024-01-23T23:11:12.908 INFO:teuthology.orchestra.run.smithi037.stdout:Source RPM : grub2-2.02-129.el8.src.rpm 2024-01-23T23:11:12.908 INFO:teuthology.orchestra.run.smithi037.stdout:Build Date : Tue 19 Jul 2022 02:30:39 PM UTC 2024-01-23T23:11:12.908 INFO:teuthology.orchestra.run.smithi037.stdout:Build Host : kbuilder.bsys.centos.org 2024-01-23T23:11:12.908 INFO:teuthology.orchestra.run.smithi037.stdout:Relocations : (not relocatable) 2024-01-23T23:11:12.908 INFO:teuthology.orchestra.run.smithi037.stdout:Packager : CentOS BuildSystem 2024-01-23T23:11:12.908 INFO:teuthology.orchestra.run.smithi037.stdout:Vendor : CentOS 2024-01-23T23:11:12.908 INFO:teuthology.orchestra.run.smithi037.stdout:URL : http://www.gnu.org/software/grub/ 2024-01-23T23:11:12.909 INFO:teuthology.orchestra.run.smithi037.stdout:Summary : Support tools for GRUB. 2024-01-23T23:11:12.909 INFO:teuthology.orchestra.run.smithi037.stdout:Description : 2024-01-23T23:11:12.909 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:11:12.909 INFO:teuthology.orchestra.run.smithi037.stdout:The GRand Unified Bootloader (GRUB) is a highly configurable and 2024-01-23T23:11:12.909 INFO:teuthology.orchestra.run.smithi037.stdout:customizable bootloader with modular architecture. It supports a rich 2024-01-23T23:11:12.909 INFO:teuthology.orchestra.run.smithi037.stdout:variety of kernel formats, file systems, computer architectures and 2024-01-23T23:11:12.909 INFO:teuthology.orchestra.run.smithi037.stdout:hardware devices. 2024-01-23T23:11:12.909 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:11:12.909 INFO:teuthology.orchestra.run.smithi037.stdout:This subpackage provides tools for support of all platforms. 2024-01-23T23:11:12.910 INFO:teuthology.task.kernel:Updating Grub Version: grub2 2024-01-23T23:11:12.911 INFO:teuthology.task.kernel:Updating grub on smithi037 to boot 4.18.0-536.el8.x86_64 2024-01-23T23:11:12.911 DEBUG:teuthology.orchestra.run.smithi037:> sudo grub2-mkconfig -o /boot/grub2/grub.cfg 2024-01-23T23:11:14.075 INFO:teuthology.orchestra.run.smithi079.stderr:done 2024-01-23T23:11:14.077 DEBUG:teuthology.orchestra.run.smithi079:> mktemp 2024-01-23T23:11:14.102 INFO:teuthology.orchestra.run.smithi079.stdout:/tmp/tmp.Puuadykf2P 2024-01-23T23:11:14.102 DEBUG:teuthology.orchestra.run.smithi079:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.Puuadykf2P 2024-01-23T23:11:14.176 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0666 /tmp/tmp.Puuadykf2P 2024-01-23T23:11:14.323 DEBUG:teuthology.orchestra.remote:smithi079:/tmp/tmp.Puuadykf2P is 6KB 2024-01-23T23:11:14.350 INFO:teuthology.orchestra.run.smithi037.stderr:Generating grub configuration file ... 2024-01-23T23:11:14.372 DEBUG:teuthology.orchestra.run.smithi079:> rm -fr /tmp/tmp.Puuadykf2P 2024-01-23T23:11:14.390 DEBUG:teuthology.orchestra.run.smithi079:> sudo /bin/ls /boot/loader/entries || true 2024-01-23T23:11:14.470 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-23T23:11:14.470 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-23T23:11:14.470 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-23T23:11:14.470 INFO:teuthology.orchestra.run.smithi079.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-23T23:11:14.471 DEBUG:teuthology.orchestra.run.smithi079:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-23T23:11:14.640 DEBUG:teuthology.orchestra.run.smithi079:> sudo shutdown -r now 2024-01-23T23:11:16.463 INFO:teuthology.orchestra.run.smithi037.stderr:done 2024-01-23T23:11:16.465 DEBUG:teuthology.orchestra.run.smithi037:> mktemp 2024-01-23T23:11:16.486 INFO:teuthology.orchestra.run.smithi037.stdout:/tmp/tmp.MZAgkfwK9v 2024-01-23T23:11:16.486 DEBUG:teuthology.orchestra.run.smithi037:> sudo cp /boot/grub2/grub.cfg /tmp/tmp.MZAgkfwK9v 2024-01-23T23:11:16.563 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0666 /tmp/tmp.MZAgkfwK9v 2024-01-23T23:11:16.709 DEBUG:teuthology.orchestra.remote:smithi037:/tmp/tmp.MZAgkfwK9v is 6KB 2024-01-23T23:11:16.762 DEBUG:teuthology.orchestra.run.smithi037:> rm -fr /tmp/tmp.MZAgkfwK9v 2024-01-23T23:11:16.780 DEBUG:teuthology.orchestra.run.smithi037:> sudo /bin/ls /boot/loader/entries || true 2024-01-23T23:11:16.856 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-0-rescue.conf 2024-01-23T23:11:16.856 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-348.el8.x86_64.conf 2024-01-23T23:11:16.856 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-489.el8.x86_64.conf 2024-01-23T23:11:16.856 INFO:teuthology.orchestra.run.smithi037.stdout:a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64.conf 2024-01-23T23:11:16.857 DEBUG:teuthology.orchestra.run.smithi037:> sudo grub2-set-default a1b29d6c289747bdb22930598d39874a-4.18.0-536.el8.x86_64 2024-01-23T23:11:17.053 DEBUG:teuthology.orchestra.run.smithi037:> sudo shutdown -r now 2024-01-23T23:11:44.668 INFO:teuthology.task.kernel:Checking client mon.b for new kernel version... 2024-01-23T23:11:44.668 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-23T23:11:44.669 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-23T23:11:47.058 INFO:teuthology.task.kernel:Checking client mon.a for new kernel version... 2024-01-23T23:11:47.059 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-01-23T23:11:47.059 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-23T23:12:44.728 DEBUG:teuthology.orchestra.remote:timed out 2024-01-23T23:12:47.064 DEBUG:teuthology.orchestra.remote:timed out 2024-01-23T23:12:53.736 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-23T23:12:53.737 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-23T23:12:54.165 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-01-23T23:12:54.457 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-23T23:12:54.457 INFO:teuthology.task.kernel:Checking kernel version of mon.b, want "4.18.0-536.el8.x86_64"... 2024-01-23T23:12:54.457 DEBUG:teuthology.orchestra.run.smithi079:> uname -r 2024-01-23T23:12:54.474 INFO:teuthology.orchestra.run.smithi079.stdout:4.18.0-536.el8.x86_64 2024-01-23T23:12:54.474 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-23T23:12:54.474 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-23T23:12:54.475 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-23T23:12:55.475 INFO:teuthology.task.kernel:Enabling kdb on mon.b... 2024-01-23T23:12:55.475 DEBUG:teuthology.orchestra.run.smithi079:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-23T23:12:55.578 INFO:teuthology.orchestra.run.smithi079.stdout:ttyS1 2024-01-23T23:12:55.591 DEBUG:teuthology.parallel:result is None 2024-01-23T23:12:56.065 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-01-23T23:12:56.066 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-23T23:12:56.330 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-01-23T23:12:56.632 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-01-23T23:12:56.632 INFO:teuthology.task.kernel:Checking kernel version of mon.a, want "4.18.0-536.el8.x86_64"... 2024-01-23T23:12:56.632 DEBUG:teuthology.orchestra.run.smithi037:> uname -r 2024-01-23T23:12:56.653 INFO:teuthology.orchestra.run.smithi037.stdout:4.18.0-536.el8.x86_64 2024-01-23T23:12:56.653 DEBUG:teuthology.task.kernel:current kernel version is 4.18.0-536.el8.x86_64 vs 4.18.0-536.el8.x86_64 2024-01-23T23:12:56.653 DEBUG:teuthology.task.kernel:utsrelease strings match, do not need to install 2024-01-23T23:12:56.653 DEBUG:teuthology.task.kernel:Distro of this test job: centos 2024-01-23T23:12:57.654 INFO:teuthology.task.kernel:Enabling kdb on mon.a... 2024-01-23T23:12:57.655 DEBUG:teuthology.orchestra.run.smithi037:> echo ttyS1 | sudo tee /sys/module/kgdboc/parameters/kgdboc 2024-01-23T23:12:57.749 INFO:teuthology.orchestra.run.smithi037.stdout:ttyS1 2024-01-23T23:12:57.761 DEBUG:teuthology.parallel:result is None 2024-01-23T23:12:57.761 INFO:teuthology.run_tasks:Running task internal.base... 2024-01-23T23:12:57.775 INFO:teuthology.task.internal:Creating test directory... 2024-01-23T23:12:57.775 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-23T23:12:57.777 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest 2024-01-23T23:12:58.142 INFO:teuthology.run_tasks:Running task internal.archive_upload... 2024-01-23T23:12:58.151 INFO:teuthology.run_tasks:Running task internal.archive... 2024-01-23T23:12:58.200 INFO:teuthology.task.internal:Creating archive directory... 2024-01-23T23:12:58.201 DEBUG:teuthology.orchestra.run.smithi037:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-23T23:12:58.203 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive 2024-01-23T23:12:58.495 INFO:teuthology.run_tasks:Running task internal.coredump... 2024-01-23T23:12:58.506 INFO:teuthology.task.internal:Enabling coredump saving... 2024-01-23T23:12:58.507 DEBUG:teuthology.orchestra.run.smithi037:> 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-23T23:12:58.510 DEBUG:teuthology.orchestra.run.smithi079:> install -d -m0755 -- /home/ubuntu/cephtest/archive/coredump && sudo sysctl -w kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core && echo kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core | sudo tee -a /etc/sysctl.conf 2024-01-23T23:12:58.547 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-23T23:12:58.553 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = /home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-23T23:12:58.559 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-23T23:12:58.564 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern=/home/ubuntu/cephtest/archive/coredump/%t.%p.core 2024-01-23T23:12:58.565 INFO:teuthology.run_tasks:Running task internal.sudo... 2024-01-23T23:12:58.574 INFO:teuthology.task.internal:Configuring sudo... 2024-01-23T23:12:58.575 DEBUG:teuthology.orchestra.run.smithi037:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-23T23:12:58.603 DEBUG:teuthology.orchestra.run.smithi079:> sudo sed -i.orig.teuthology -e 's/^\([^#]*\) \(requiretty\)/\1 !\2/g' -e 's/^\([^#]*\) !\(visiblepw\)/\1 \2/g' /etc/sudoers 2024-01-23T23:12:58.634 INFO:teuthology.run_tasks:Running task internal.syslog... 2024-01-23T23:12:58.644 INFO:teuthology.task.internal.syslog:Starting syslog monitoring... 2024-01-23T23:12:58.644 DEBUG:teuthology.orchestra.run.smithi037:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-23T23:12:58.677 DEBUG:teuthology.orchestra.run.smithi079:> mkdir -p -m0755 -- /home/ubuntu/cephtest/archive/syslog 2024-01-23T23:12:58.696 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-23T23:12:58.786 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-23T23:12:58.839 DEBUG:teuthology.orchestra.run.smithi037:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-23T23:12:58.926 DEBUG:teuthology.orchestra.run.smithi037:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-23T23:12:58.975 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-23T23:12:58.976 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-23T23:12:59.048 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-23T23:12:59.094 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/kern.log 2024-01-23T23:12:59.179 DEBUG:teuthology.orchestra.run.smithi079:> install -m 666 /dev/null /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-23T23:12:59.225 DEBUG:teuthology.orchestra.run.smithi079:> sudo chcon system_u:object_r:var_log_t:s0 /home/ubuntu/cephtest/archive/syslog/misc.log 2024-01-23T23:12:59.265 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-23T23:12:59.265 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/rsyslog.d/80-cephtest.conf 2024-01-23T23:12:59.331 DEBUG:teuthology.orchestra.run.smithi037:> sudo service rsyslog restart 2024-01-23T23:12:59.333 DEBUG:teuthology.orchestra.run.smithi079:> sudo service rsyslog restart 2024-01-23T23:12:59.389 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-23T23:12:59.436 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-23T23:12:59.875 INFO:teuthology.run_tasks:Running task internal.timer... 2024-01-23T23:12:59.884 INFO:teuthology.task.internal:Starting timer... 2024-01-23T23:12:59.884 INFO:teuthology.run_tasks:Running task pcp... 2024-01-23T23:12:59.997 INFO:teuthology.run_tasks:Running task selinux... 2024-01-23T23:13:00.076 DEBUG:teuthology.orchestra.run.smithi037:> sudo service auditd rotate 2024-01-23T23:13:00.178 INFO:teuthology.orchestra.run.smithi037.stdout:Rotating logs: 2024-01-23T23:13:00.179 DEBUG:teuthology.orchestra.run.smithi079:> sudo service auditd rotate 2024-01-23T23:13:00.248 INFO:teuthology.orchestra.run.smithi079.stdout:Rotating logs: 2024-01-23T23:13:00.250 DEBUG:teuthology.task.selinux:Getting current SELinux state 2024-01-23T23:13:00.250 DEBUG:teuthology.orchestra.run.smithi037:> /usr/sbin/getenforce 2024-01-23T23:13:00.300 INFO:teuthology.orchestra.run.smithi037.stdout:Permissive 2024-01-23T23:13:00.301 DEBUG:teuthology.orchestra.run.smithi079:> /usr/sbin/getenforce 2024-01-23T23:13:00.344 INFO:teuthology.orchestra.run.smithi079.stdout:Permissive 2024-01-23T23:13:00.345 DEBUG:teuthology.task.selinux:Existing SELinux modes: {'ubuntu@smithi037.front.sepia.ceph.com': 'permissive', 'ubuntu@smithi079.front.sepia.ceph.com': 'permissive'} 2024-01-23T23:13:00.345 DEBUG:teuthology.orchestra.run.smithi037:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-23T23:13:00.375 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-23T23:13:00.375 DEBUG:teuthology.orchestra.run.smithi079:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-23T23:13:00.411 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-23T23:13:00.411 INFO:teuthology.task.selinux:Putting SELinux into permissive mode 2024-01-23T23:13:00.411 DEBUG:teuthology.orchestra.run.smithi037:> sudo /usr/sbin/setenforce permissive 2024-01-23T23:13:00.444 DEBUG:teuthology.orchestra.run.smithi079:> sudo /usr/sbin/setenforce permissive 2024-01-23T23:13:00.477 INFO:teuthology.run_tasks:Running task ansible.cephlab... 2024-01-23T23:13:00.488 DEBUG:teuthology.repo_utils:Resetting repo at /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main to origin/main 2024-01-23T23:13:00.504 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-23T23:13:00.505 DEBUG:teuthology.task.ansible:Running ansible-playbook -v --extra-vars '{"ansible_ssh_user": "ubuntu"}' -i /etc/ansible/hosts --limit smithi037.front.sepia.ceph.com,smithi079.front.sepia.ceph.com /home/teuthworker/src/git.ceph.com_ceph-cm-ansible_main/cephlab.yml 2024-01-23T23:18:43.733 DEBUG:teuthology.task.ansible:Reconnecting to [Remote(name='ubuntu@smithi037.front.sepia.ceph.com'), Remote(name='ubuntu@smithi079.front.sepia.ceph.com')] 2024-01-23T23:18:43.734 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-01-23T23:18:43.736 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi037.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-23T23:18:43.811 DEBUG:teuthology.orchestra.run.smithi037:> true 2024-01-23T23:18:43.883 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi037.front.sepia.ceph.com' 2024-01-23T23:18:43.884 INFO:teuthology.orchestra.remote:Trying to reconnect to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-23T23:18:43.884 DEBUG:teuthology.orchestra.connection:{'hostname': 'smithi079.front.sepia.ceph.com', 'username': 'ubuntu', 'timeout': 60} 2024-01-23T23:18:43.961 DEBUG:teuthology.orchestra.run.smithi079:> true 2024-01-23T23:18:43.988 INFO:teuthology.orchestra.remote:Successfully reconnected to host 'ubuntu@smithi079.front.sepia.ceph.com' 2024-01-23T23:18:43.989 INFO:teuthology.run_tasks:Running task clock... 2024-01-23T23:18:44.004 INFO:teuthology.task.clock:Syncing clocks and checking initial clock skew... 2024-01-23T23:18:44.004 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-23T23:18:44.005 DEBUG:teuthology.orchestra.run.smithi037:> 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-23T23:18:44.008 INFO:teuthology.orchestra.run:Running command with timeout 360 2024-01-23T23:18:44.008 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ntp.service || sudo systemctl stop ntpd.service || sudo systemctl stop chronyd.service ; sudo ntpd -gq || sudo chronyc makestep ; sudo systemctl start ntp.service || sudo systemctl start ntpd.service || sudo systemctl start chronyd.service ; PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-23T23:18:44.039 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-23T23:18:44.054 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-23T23:18:44.062 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntp.service: Unit ntp.service not loaded. 2024-01-23T23:18:44.076 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to stop ntpd.service: Unit ntpd.service not loaded. 2024-01-23T23:18:44.121 INFO:teuthology.orchestra.run.smithi037.stderr:sudo: ntpd: command not found 2024-01-23T23:18:44.133 INFO:teuthology.orchestra.run.smithi037.stdout:506 Cannot talk to daemon 2024-01-23T23:18:44.147 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-23T23:18:44.150 INFO:teuthology.orchestra.run.smithi079.stderr:sudo: ntpd: command not found 2024-01-23T23:18:44.160 INFO:teuthology.orchestra.run.smithi037.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-23T23:18:44.161 INFO:teuthology.orchestra.run.smithi079.stdout:506 Cannot talk to daemon 2024-01-23T23:18:44.175 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntp.service: Unit ntp.service not found. 2024-01-23T23:18:44.188 INFO:teuthology.orchestra.run.smithi079.stderr:Failed to start ntpd.service: Unit ntpd.service not found. 2024-01-23T23:18:44.225 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2024-01-23T23:18:44.228 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-23T23:18:44.228 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2024-01-23T23:18:44.228 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-23T23:18:44.228 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-23T23:18:44.228 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-23T23:18:44.228 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-23T23:18:44.250 INFO:teuthology.orchestra.run.smithi079.stderr:bash: ntpq: command not found 2024-01-23T23:18:44.253 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-23T23:18:44.253 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-01-23T23:18:44.253 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv01.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-23T23:18:44.253 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv02.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-23T23:18:44.253 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv03.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-23T23:18:44.253 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 6 0 - +0ns[ +0ns] +/- 0ns 2024-01-23T23:18:44.254 INFO:teuthology.run_tasks:Running task pexec... 2024-01-23T23:18:44.263 INFO:teuthology.task.pexec:Executing custom commands... 2024-01-23T23:18:44.263 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi037.front.sepia.ceph.com 2024-01-23T23:18:44.264 DEBUG:teuthology.orchestra.run.smithi037:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-23T23:18:44.264 INFO:teuthology.task.pexec:Running commands on host ubuntu@smithi079.front.sepia.ceph.com 2024-01-23T23:18:44.264 DEBUG:teuthology.orchestra.run.smithi079:> TESTDIR=/home/ubuntu/cephtest bash -s 2024-01-23T23:18:45.072 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:23 ago on Tue 23 Jan 2024 11:17:21 PM UTC. 2024-01-23T23:18:45.080 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:20 ago on Tue 23 Jan 2024 11:17:24 PM UTC. 2024-01-23T23:18:47.012 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-01-23T23:18:47.013 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-01-23T23:18:47.013 INFO:teuthology.orchestra.run.smithi079.stdout: Package Architecture Version Repository Size 2024-01-23T23:18:47.013 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-01-23T23:18:47.013 INFO:teuthology.orchestra.run.smithi079.stdout:Resetting modules: 2024-01-23T23:18:47.013 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools 2024-01-23T23:18:47.013 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:18:47.013 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-01-23T23:18:47.013 INFO:teuthology.orchestra.run.smithi079.stdout:================================================================================ 2024-01-23T23:18:47.013 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:18:47.187 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-01-23T23:18:47.189 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-01-23T23:18:47.189 INFO:teuthology.orchestra.run.smithi037.stdout: Package Architecture Version Repository Size 2024-01-23T23:18:47.189 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-01-23T23:18:47.189 INFO:teuthology.orchestra.run.smithi037.stdout:Resetting modules: 2024-01-23T23:18:47.189 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools 2024-01-23T23:18:47.189 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:18:47.189 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-01-23T23:18:47.189 INFO:teuthology.orchestra.run.smithi037.stdout:================================================================================ 2024-01-23T23:18:47.189 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:18:47.296 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-01-23T23:18:47.465 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-01-23T23:18:48.145 INFO:teuthology.orchestra.run.smithi079.stdout:Last metadata expiration check: 0:01:26 ago on Tue 23 Jan 2024 11:17:21 PM UTC. 2024-01-23T23:18:48.341 INFO:teuthology.orchestra.run.smithi037.stdout:Last metadata expiration check: 0:01:24 ago on Tue 23 Jan 2024 11:17:24 PM UTC. 2024-01-23T23:18:50.123 INFO:teuthology.orchestra.run.smithi079.stdout:Dependencies resolved. 2024-01-23T23:18:50.126 INFO:teuthology.orchestra.run.smithi079.stdout:=========================================================================================== 2024-01-23T23:18:50.126 INFO:teuthology.orchestra.run.smithi079.stdout: Package Arch Version Repo Size 2024-01-23T23:18:50.126 INFO:teuthology.orchestra.run.smithi079.stdout:=========================================================================================== 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrading: 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout:Installing group/module packages: 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-23T23:18:50.127 INFO:teuthology.orchestra.run.smithi079.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout:Installing dependencies: 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout:Installing weak dependencies: 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout:Installing module profiles: 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools/common 2024-01-23T23:18:50.128 INFO:teuthology.orchestra.run.smithi079.stdout:Enabling module streams: 2024-01-23T23:18:50.129 INFO:teuthology.orchestra.run.smithi079.stdout: container-tools rhel8 2024-01-23T23:18:50.129 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:18:50.129 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction Summary 2024-01-23T23:18:50.129 INFO:teuthology.orchestra.run.smithi079.stdout:=========================================================================================== 2024-01-23T23:18:50.129 INFO:teuthology.orchestra.run.smithi079.stdout:Install 13 Packages 2024-01-23T23:18:50.129 INFO:teuthology.orchestra.run.smithi079.stdout:Upgrade 9 Packages 2024-01-23T23:18:50.129 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:18:50.129 INFO:teuthology.orchestra.run.smithi079.stdout:Total download size: 52 M 2024-01-23T23:18:50.130 INFO:teuthology.orchestra.run.smithi079.stdout:Downloading Packages: 2024-01-23T23:18:50.438 INFO:teuthology.orchestra.run.smithi037.stdout:Dependencies resolved. 2024-01-23T23:18:50.441 INFO:teuthology.orchestra.run.smithi037.stdout:=========================================================================================== 2024-01-23T23:18:50.441 INFO:teuthology.orchestra.run.smithi037.stdout: Package Arch Version Repo Size 2024-01-23T23:18:50.441 INFO:teuthology.orchestra.run.smithi037.stdout:=========================================================================================== 2024-01-23T23:18:50.441 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrading: 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: conmon x86_64 3:2.1.8-1.module_el8+712+4cd1bd69 appstream 57 k 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: container-selinux noarch 2:2.224.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: containernetworking-plugins x86_64 1:1.3.0-5.module_el8+712+4cd1bd69 appstream 21 M 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: containers-common x86_64 2:1-57.module_el8+712+4cd1bd69 appstream 144 k 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: criu x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 564 k 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: fuse-overlayfs x86_64 1.13-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: libslirp x86_64 4.4.0-1.module_el8+712+4cd1bd69 appstream 70 k 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: runc x86_64 1:1.1.9-1.module_el8+712+4cd1bd69 appstream 3.1 M 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: slirp4netns x86_64 1.2.2-1.module_el8+712+4cd1bd69 appstream 56 k 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout:Installing group/module packages: 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: aardvark-dns x86_64 2:1.8.0-1.module_el8+712+4cd1bd69 appstream 1.0 M 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: buildah x86_64 1:1.32.0-1.module_el8+712+4cd1bd69 appstream 9.6 M 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman noarch 78-1.module_el8+712+4cd1bd69 appstream 750 k 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: crun x86_64 1.9.2-1.module_el8+712+4cd1bd69 appstream 241 k 2024-01-23T23:18:50.442 INFO:teuthology.orchestra.run.smithi037.stdout: netavark x86_64 2:1.8.0-2.module_el8+712+4cd1bd69 appstream 3.9 M 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout: python3-podman noarch 4.7.0-1.module_el8+712+4cd1bd69 appstream 178 k 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo x86_64 2:1.13.3-1.module_el8+712+4cd1bd69 appstream 8.1 M 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox x86_64 0.0.99.4-6.module_el8+712+4cd1bd69 appstream 2.5 M 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout: udica noarch 0.2.6-20.module_el8+712+4cd1bd69 appstream 53 k 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout:Installing dependencies: 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytoml noarch 0.1.14-5.git7dea353.el8 appstream 25 k 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyxdg noarch 0.25-16.el8 appstream 94 k 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout: yajl x86_64 2.1.0-12.el8 appstream 41 k 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout:Installing weak dependencies: 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout: criu-libs x86_64 3.18-4.module_el8+712+4cd1bd69 appstream 39 k 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout:Installing module profiles: 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools/common 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout:Enabling module streams: 2024-01-23T23:18:50.443 INFO:teuthology.orchestra.run.smithi037.stdout: container-tools rhel8 2024-01-23T23:18:50.444 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:18:50.444 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction Summary 2024-01-23T23:18:50.444 INFO:teuthology.orchestra.run.smithi037.stdout:=========================================================================================== 2024-01-23T23:18:50.444 INFO:teuthology.orchestra.run.smithi037.stdout:Install 13 Packages 2024-01-23T23:18:50.444 INFO:teuthology.orchestra.run.smithi037.stdout:Upgrade 9 Packages 2024-01-23T23:18:50.444 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:18:50.444 INFO:teuthology.orchestra.run.smithi037.stdout:Total download size: 52 M 2024-01-23T23:18:50.444 INFO:teuthology.orchestra.run.smithi037.stdout:Downloading Packages: 2024-01-23T23:18:50.498 INFO:teuthology.orchestra.run.smithi079.stdout:(1/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 5.5 MB/s | 1.0 MB 00:00 2024-01-23T23:18:50.523 INFO:teuthology.orchestra.run.smithi079.stdout:(2/22): cockpit-podman-78-1.module_el8+712+4cd1 3.6 MB/s | 750 kB 00:00 2024-01-23T23:18:50.548 INFO:teuthology.orchestra.run.smithi079.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 779 kB/s | 39 kB 00:00 2024-01-23T23:18:50.573 INFO:teuthology.orchestra.run.smithi079.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2024-01-23T23:18:50.624 INFO:teuthology.orchestra.run.smithi079.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 3.5 MB/s | 178 kB 00:00 2024-01-23T23:18:50.675 INFO:teuthology.orchestra.run.smithi079.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 494 kB/s | 25 kB 00:00 2024-01-23T23:18:50.725 INFO:teuthology.orchestra.run.smithi079.stdout:(7/22): python3-pyxdg-0.25-16.el8.noarch.rpm 1.8 MB/s | 94 kB 00:00 2024-01-23T23:18:50.783 INFO:teuthology.orchestra.run.smithi079.stdout:(8/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 17 MB/s | 3.9 MB 00:00 2024-01-23T23:18:50.846 INFO:teuthology.orchestra.run.smithi037.stdout:(1/22): cockpit-podman-78-1.module_el8+712+4cd1 4.0 MB/s | 750 kB 00:00 2024-01-23T23:18:50.880 INFO:teuthology.orchestra.run.smithi037.stdout:(2/22): aardvark-dns-1.8.0-1.module_el8+712+4cd 4.6 MB/s | 1.0 MB 00:00 2024-01-23T23:18:50.892 INFO:teuthology.orchestra.run.smithi079.stdout:(9/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 17 MB/s | 9.6 MB 00:00 2024-01-23T23:18:50.905 INFO:teuthology.orchestra.run.smithi037.stdout:(3/22): criu-libs-3.18-4.module_el8+712+4cd1bd6 666 kB/s | 39 kB 00:00 2024-01-23T23:18:50.930 INFO:teuthology.orchestra.run.smithi037.stdout:(4/22): crun-1.9.2-1.module_el8+712+4cd1bd69.x8 4.7 MB/s | 241 kB 00:00 2024-01-23T23:18:50.934 INFO:teuthology.orchestra.run.smithi079.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 1.2 MB/s | 53 kB 00:00 2024-01-23T23:18:50.964 INFO:teuthology.orchestra.run.smithi037.stdout:(5/22): python3-podman-4.7.0-1.module_el8+712+4 5.2 MB/s | 178 kB 00:00 2024-01-23T23:18:50.993 INFO:teuthology.orchestra.run.smithi079.stdout:(11/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 12 MB/s | 2.5 MB 00:00 2024-01-23T23:18:50.997 INFO:teuthology.orchestra.run.smithi037.stdout:(6/22): python3-pytoml-0.1.14-5.git7dea353.el8. 743 kB/s | 25 kB 00:00 2024-01-23T23:18:51.018 INFO:teuthology.orchestra.run.smithi079.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 488 kB/s | 41 kB 00:00 2024-01-23T23:18:51.040 INFO:teuthology.orchestra.run.smithi037.stdout:(7/22): python3-pyxdg-0.25-16.el8.noarch.rpm 2.2 MB/s | 94 kB 00:00 2024-01-23T23:18:51.043 INFO:teuthology.orchestra.run.smithi079.stdout:(13/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 1.1 MB/s | 57 kB 00:00 2024-01-23T23:18:51.069 INFO:teuthology.orchestra.run.smithi079.stdout:(14/22): container-selinux-2.224.0-1.module_el8 1.4 MB/s | 70 kB 00:00 2024-01-23T23:18:51.119 INFO:teuthology.orchestra.run.smithi079.stdout:(15/22): containers-common-1-57.module_el8+712+ 2.8 MB/s | 144 kB 00:00 2024-01-23T23:18:51.123 INFO:teuthology.orchestra.run.smithi037.stdout:(8/22): netavark-1.8.0-2.module_el8+712+4cd1bd6 18 MB/s | 3.9 MB 00:00 2024-01-23T23:18:51.178 INFO:teuthology.orchestra.run.smithi079.stdout:(16/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 9.4 MB/s | 564 kB 00:00 2024-01-23T23:18:51.240 INFO:teuthology.orchestra.run.smithi037.stdout:(9/22): buildah-1.32.0-1.module_el8+712+4cd1bd6 17 MB/s | 9.6 MB 00:00 2024-01-23T23:18:51.270 INFO:teuthology.orchestra.run.smithi079.stdout:(17/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 15 MB/s | 8.1 MB 00:00 2024-01-23T23:18:51.274 INFO:teuthology.orchestra.run.smithi037.stdout:(10/22): udica-0.2.6-20.module_el8+712+4cd1bd69 1.5 MB/s | 53 kB 00:00 2024-01-23T23:18:51.295 INFO:teuthology.orchestra.run.smithi079.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 598 kB/s | 70 kB 00:00 2024-01-23T23:18:51.316 INFO:teuthology.orchestra.run.smithi037.stdout:(11/22): toolbox-0.0.99.4-6.module_el8+712+4cd1 13 MB/s | 2.5 MB 00:00 2024-01-23T23:18:51.320 INFO:teuthology.orchestra.run.smithi079.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 1.4 MB/s | 70 kB 00:00 2024-01-23T23:18:51.333 INFO:teuthology.orchestra.run.smithi037.stdout:(12/22): yajl-2.1.0-12.el8.x86_64.rpm 699 kB/s | 41 kB 00:00 2024-01-23T23:18:51.371 INFO:teuthology.orchestra.run.smithi079.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 1.1 MB/s | 56 kB 00:00 2024-01-23T23:18:51.446 INFO:teuthology.orchestra.run.smithi079.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 20 MB/s | 3.1 MB 00:00 2024-01-23T23:18:51.475 INFO:teuthology.orchestra.run.smithi037.stdout:(13/22): conmon-2.1.8-1.module_el8+712+4cd1bd69 363 kB/s | 57 kB 00:00 2024-01-23T23:18:51.500 INFO:teuthology.orchestra.run.smithi037.stdout:(14/22): container-selinux-2.224.0-1.module_el8 419 kB/s | 70 kB 00:00 2024-01-23T23:18:51.609 INFO:teuthology.orchestra.run.smithi037.stdout:(15/22): skopeo-1.13.3-1.module_el8+712+4cd1bd6 14 MB/s | 8.1 MB 00:00 2024-01-23T23:18:51.634 INFO:teuthology.orchestra.run.smithi037.stdout:(16/22): containers-common-1-57.module_el8+712+ 1.1 MB/s | 144 kB 00:00 2024-01-23T23:18:51.684 INFO:teuthology.orchestra.run.smithi037.stdout:(17/22): criu-3.18-4.module_el8+712+4cd1bd69.x8 7.3 MB/s | 564 kB 00:00 2024-01-23T23:18:51.710 INFO:teuthology.orchestra.run.smithi037.stdout:(18/22): fuse-overlayfs-1.13-1.module_el8+712+4 927 kB/s | 70 kB 00:00 2024-01-23T23:18:51.735 INFO:teuthology.orchestra.run.smithi037.stdout:(19/22): libslirp-4.4.0-1.module_el8+712+4cd1bd 1.4 MB/s | 70 kB 00:00 2024-01-23T23:18:51.777 INFO:teuthology.orchestra.run.smithi037.stdout:(20/22): slirp4netns-1.2.2-1.module_el8+712+4cd 1.3 MB/s | 56 kB 00:00 2024-01-23T23:18:51.788 INFO:teuthology.orchestra.run.smithi079.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 29 MB/s | 21 MB 00:00 2024-01-23T23:18:51.788 INFO:teuthology.orchestra.run.smithi079.stdout:-------------------------------------------------------------------------------- 2024-01-23T23:18:51.788 INFO:teuthology.orchestra.run.smithi079.stdout:Total 31 MB/s | 52 MB 00:01 2024-01-23T23:18:51.860 INFO:teuthology.orchestra.run.smithi037.stdout:(21/22): runc-1.1.9-1.module_el8+712+4cd1bd69.x 20 MB/s | 3.1 MB 00:00 2024-01-23T23:18:52.194 INFO:teuthology.orchestra.run.smithi037.stdout:(22/22): containernetworking-plugins-1.3.0-5.mo 30 MB/s | 21 MB 00:00 2024-01-23T23:18:52.194 INFO:teuthology.orchestra.run.smithi037.stdout:-------------------------------------------------------------------------------- 2024-01-23T23:18:52.194 INFO:teuthology.orchestra.run.smithi037.stdout:Total 30 MB/s | 52 MB 00:01 2024-01-23T23:18:52.273 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction check 2024-01-23T23:18:52.319 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction check succeeded. 2024-01-23T23:18:52.319 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction test 2024-01-23T23:18:52.697 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction check 2024-01-23T23:18:52.747 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction check succeeded. 2024-01-23T23:18:52.747 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction test 2024-01-23T23:18:52.796 INFO:teuthology.orchestra.run.smithi079.stdout:Transaction test succeeded. 2024-01-23T23:18:52.799 INFO:teuthology.orchestra.run.smithi079.stdout:Running transaction 2024-01-23T23:18:53.233 INFO:teuthology.orchestra.run.smithi037.stdout:Transaction test succeeded. 2024-01-23T23:18:53.236 INFO:teuthology.orchestra.run.smithi037.stdout:Running transaction 2024-01-23T23:18:54.086 INFO:teuthology.orchestra.run.smithi079.stdout: Preparing : 1/1 2024-01-23T23:18:54.164 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2024-01-23T23:18:54.401 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2024-01-23T23:18:54.427 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-23T23:18:54.501 INFO:teuthology.orchestra.run.smithi037.stdout: Preparing : 1/1 2024-01-23T23:18:54.599 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/1 2024-01-23T23:18:54.637 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-23T23:18:54.790 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 1/31 2024-01-23T23:18:54.814 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-23T23:18:55.007 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-23T23:19:12.722 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-23T23:19:12.976 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2024-01-23T23:19:13.132 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-23T23:19:13.365 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-23T23:19:13.556 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-23T23:19:13.758 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-23T23:19:13.972 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 2/31 2024-01-23T23:19:14.230 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 3/31 2024-01-23T23:19:14.381 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-23T23:19:14.571 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-23T23:19:14.794 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-23T23:19:14.955 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-23T23:19:15.523 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-23T23:19:15.766 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2024-01-23T23:19:15.969 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-01-23T23:19:16.192 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-23T23:19:16.453 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2024-01-23T23:19:16.632 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-01-23T23:19:16.834 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 7/31 2024-01-23T23:19:16.950 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-01-23T23:19:17.055 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : containernetworking-plugins-1:1.3.0-5.module_el8+7 8/31 2024-01-23T23:19:17.251 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : yajl-2.1.0-12.el8.x86_64 9/31 2024-01-23T23:19:17.425 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-23T23:19:17.504 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2024-01-23T23:19:17.668 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : containers-common-2:1-57.module_el8+712+4cd1bd69.x 11/31 2024-01-23T23:19:17.855 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pyxdg-0.25-16.el8.noarch 12/31 2024-01-23T23:19:18.130 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 13/31 2024-01-23T23:19:18.494 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2024-01-23T23:19:18.693 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 14/31 2024-01-23T23:19:18.767 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2024-01-23T23:19:19.690 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 15/31 2024-01-23T23:19:19.759 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2024-01-23T23:19:19.964 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 16/31 2024-01-23T23:19:20.151 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2024-01-23T23:19:20.353 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2024-01-23T23:19:20.596 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2024-01-23T23:19:20.813 INFO:teuthology.orchestra.run.smithi079.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2024-01-23T23:19:20.940 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 17/31 2024-01-23T23:19:21.024 INFO:teuthology.orchestra.run.smithi079.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2024-01-23T23:19:21.242 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-01-23T23:19:21.327 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 18/31 2024-01-23T23:19:21.441 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-01-23T23:19:21.533 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 19/31 2024-01-23T23:19:21.624 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-01-23T23:19:21.624 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-23T23:19:21.686 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 20/31 2024-01-23T23:19:21.850 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-23T23:19:21.911 INFO:teuthology.orchestra.run.smithi037.stdout: Upgrading : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 21/31 2024-01-23T23:19:22.072 INFO:teuthology.orchestra.run.smithi037.stdout: Installing : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 22/31 2024-01-23T23:19:22.096 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-01-23T23:19:22.249 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-01-23T23:19:22.270 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : containers-common-2:1-49.module_el8.8.0+1254+78119 23/31 2024-01-23T23:19:22.447 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 24/31 2024-01-23T23:19:22.473 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-01-23T23:19:22.638 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 25/31 2024-01-23T23:19:22.639 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-23T23:19:22.707 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-01-23T23:19:22.914 INFO:teuthology.orchestra.run.smithi079.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-23T23:19:22.947 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 26/31 2024-01-23T23:19:23.162 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 27/31 2024-01-23T23:19:23.322 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 28/31 2024-01-23T23:19:23.499 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 29/31 2024-01-23T23:19:23.688 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : containernetworking-plugins-1:1.1.1-3.module_el8.7 30/31 2024-01-23T23:19:23.854 INFO:teuthology.orchestra.run.smithi037.stdout: Cleanup : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-23T23:19:42.779 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2024-01-23T23:19:43.264 INFO:teuthology.orchestra.run.smithi079.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-23T23:19:43.264 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2024-01-23T23:19:43.264 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2024-01-23T23:19:43.264 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2024-01-23T23:19:43.264 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2024-01-23T23:19:43.265 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-01-23T23:19:43.266 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2024-01-23T23:19:43.896 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: container-selinux-2:2.224.0-1.module_el8+712+4cd1b 31/31 2024-01-23T23:19:43.981 INFO:teuthology.orchestra.run.smithi079.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-01-23T23:19:43.981 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:19:43.981 INFO:teuthology.orchestra.run.smithi079.stdout:Upgraded: 2024-01-23T23:19:43.981 INFO:teuthology.orchestra.run.smithi079.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.981 INFO:teuthology.orchestra.run.smithi079.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout:Installed: 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-23T23:19:43.982 INFO:teuthology.orchestra.run.smithi079.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:19:43.983 INFO:teuthology.orchestra.run.smithi079.stdout:Complete! 2024-01-23T23:19:44.299 DEBUG:teuthology.parallel:result is None 2024-01-23T23:19:44.420 INFO:teuthology.orchestra.run.smithi037.stdout: Running scriptlet: conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 31/31 2024-01-23T23:19:44.420 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86 1/31 2024-01-23T23:19:44.420 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2/31 2024-01-23T23:19:44.420 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 3/31 2024-01-23T23:19:44.420 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 4/31 2024-01-23T23:19:44.420 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 5/31 2024-01-23T23:19:44.420 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 6/31 2024-01-23T23:19:44.420 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noa 7/31 2024-01-23T23:19:44.420 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pytoml-0.1.14-5.git7dea353.el8.noarch 8/31 2024-01-23T23:19:44.420 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : python3-pyxdg-0.25-16.el8.noarch 9/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 10/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 11/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 12/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : yajl-2.1.0-12.el8.x86_64 13/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 14/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : conmon-3:2.1.5-1.module_el8.8.0+1254+78119b6e.x86_ 15/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : container-selinux-2:2.224.0-1.module_el8+712+4cd1b 16/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : container-selinux-2:2.195.1-1.module_el8.8.0+1254+ 17/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containernetworking-plugins-1:1.3.0-5.module_el8+7 18/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containernetworking-plugins-1:1.1.1-3.module_el8.7 19/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containers-common-2:1-57.module_el8+712+4cd1bd69.x 20/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : containers-common-2:1-49.module_el8.8.0+1254+78119 21/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-3.18-4.module_el8+712+4cd1bd69.x86_64 22/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : criu-3.15-3.module_el8.7.0+1216+b022c01d.x86_64 23/31 2024-01-23T23:19:44.421 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_ 24/31 2024-01-23T23:19:44.422 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : fuse-overlayfs-1.10-1.module_el8.8.0+1254+78119b6e 25/31 2024-01-23T23:19:44.422 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 26/31 2024-01-23T23:19:44.422 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : libslirp-4.4.0-1.module_el8.7.0+1216+b022c01d.x86_ 27/31 2024-01-23T23:19:44.422 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 28/31 2024-01-23T23:19:44.422 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : runc-1:1.1.4-1.module_el8.7.0+1216+b022c01d.x86_64 29/31 2024-01-23T23:19:44.422 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 30/31 2024-01-23T23:19:45.205 INFO:teuthology.orchestra.run.smithi037.stdout: Verifying : slirp4netns-1.2.0-2.module_el8.7.0+1216+b022c01d.x 31/31 2024-01-23T23:19:45.205 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:19:45.205 INFO:teuthology.orchestra.run.smithi037.stdout:Upgraded: 2024-01-23T23:19:45.205 INFO:teuthology.orchestra.run.smithi037.stdout: conmon-3:2.1.8-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.205 INFO:teuthology.orchestra.run.smithi037.stdout: container-selinux-2:2.224.0-1.module_el8+712+4cd1bd69.noarch 2024-01-23T23:19:45.205 INFO:teuthology.orchestra.run.smithi037.stdout: containernetworking-plugins-1:1.3.0-5.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: containers-common-2:1-57.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: criu-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: fuse-overlayfs-1.13-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: libslirp-4.4.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: runc-1:1.1.9-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: slirp4netns-1.2.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout:Installed: 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: aardvark-dns-2:1.8.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: buildah-1:1.32.0-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: cockpit-podman-78-1.module_el8+712+4cd1bd69.noarch 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: criu-libs-3.18-4.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: crun-1.9.2-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: netavark-2:1.8.0-2.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: python3-podman-4.7.0-1.module_el8+712+4cd1bd69.noarch 2024-01-23T23:19:45.206 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pytoml-0.1.14-5.git7dea353.el8.noarch 2024-01-23T23:19:45.207 INFO:teuthology.orchestra.run.smithi037.stdout: python3-pyxdg-0.25-16.el8.noarch 2024-01-23T23:19:45.207 INFO:teuthology.orchestra.run.smithi037.stdout: skopeo-2:1.13.3-1.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.207 INFO:teuthology.orchestra.run.smithi037.stdout: toolbox-0.0.99.4-6.module_el8+712+4cd1bd69.x86_64 2024-01-23T23:19:45.207 INFO:teuthology.orchestra.run.smithi037.stdout: udica-0.2.6-20.module_el8+712+4cd1bd69.noarch 2024-01-23T23:19:45.207 INFO:teuthology.orchestra.run.smithi037.stdout: yajl-2.1.0-12.el8.x86_64 2024-01-23T23:19:45.207 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:19:45.207 INFO:teuthology.orchestra.run.smithi037.stdout:Complete! 2024-01-23T23:19:45.502 DEBUG:teuthology.parallel:result is None 2024-01-23T23:19:45.503 INFO:teuthology.run_tasks:Running task cephadm... 2024-01-23T23:19:45.577 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': 'a70aebef70df6ec2d957347ccbfc484e0573dd5f'} 2024-01-23T23:19:45.577 INFO:tasks.cephadm:Cluster image is docker.io/ceph/ceph:v15.2.0 2024-01-23T23:19:45.578 INFO:tasks.cephadm:Cluster fsid is e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:19:45.578 INFO:tasks.cephadm:Choosing monitor IPs and ports... 2024-01-23T23:19:45.578 INFO:tasks.cephadm:Monitor IPs: {'mon.a': '172.21.15.37', 'mon.c': '[v2:172.21.15.37:3301,v1:172.21.15.37:6790]', 'mon.b': '172.21.15.79'} 2024-01-23T23:19:45.578 INFO:tasks.cephadm:First mon is mon.a on smithi037 2024-01-23T23:19:45.579 INFO:tasks.cephadm:First mgr is y 2024-01-23T23:19:45.579 INFO:tasks.cephadm:Normalizing hostnames... 2024-01-23T23:19:45.579 DEBUG:teuthology.orchestra.run.smithi037:> sudo hostname $(hostname -s) 2024-01-23T23:19:45.607 DEBUG:teuthology.orchestra.run.smithi079:> sudo hostname $(hostname -s) 2024-01-23T23:19:45.642 INFO:tasks.cephadm:Downloading cephadm (repo https://github.com/ceph/ceph ref v15.2.0)... 2024-01-23T23:19:45.643 DEBUG:teuthology.orchestra.run.smithi037:> 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-23T23:19:45.888 INFO:teuthology.orchestra.run.smithi037.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Jan 23 23:19 /home/ubuntu/cephtest/cephadm 2024-01-23T23:19:45.888 DEBUG:teuthology.orchestra.run.smithi079:> curl --silent https://raw.githubusercontent.com/ceph/ceph/v15.2.0/src/cephadm/cephadm > /home/ubuntu/cephtest/cephadm && ls -l /home/ubuntu/cephtest/cephadm 2024-01-23T23:19:46.016 INFO:teuthology.orchestra.run.smithi079.stdout:-rw-rw-r--. 1 ubuntu ubuntu 151122 Jan 23 23:19 /home/ubuntu/cephtest/cephadm 2024-01-23T23:19:46.016 DEBUG:teuthology.orchestra.run.smithi037:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-23T23:19:46.036 DEBUG:teuthology.orchestra.run.smithi079:> test -s /home/ubuntu/cephtest/cephadm && test $(stat -c%s /home/ubuntu/cephtest/cephadm) -gt 1000 && chmod +x /home/ubuntu/cephtest/cephadm 2024-01-23T23:19:46.071 DEBUG:teuthology.orchestra.run.smithi037:> sudo mkdir -p /etc/ceph 2024-01-23T23:19:46.105 DEBUG:teuthology.orchestra.run.smithi079:> sudo mkdir -p /etc/ceph 2024-01-23T23:19:46.135 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 777 /etc/ceph 2024-01-23T23:19:46.172 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 777 /etc/ceph 2024-01-23T23:19:46.204 INFO:tasks.cephadm:Writing seed config... 2024-01-23T23:19:46.205 INFO:tasks.cephadm: override: [global] mon election default strategy = 1 2024-01-23T23:19:46.205 INFO:tasks.cephadm: override: [mgr] debug mgr = 20 2024-01-23T23:19:46.205 INFO:tasks.cephadm: override: [mgr] debug ms = 1 2024-01-23T23:19:46.205 INFO:tasks.cephadm: override: [mon] debug mon = 20 2024-01-23T23:19:46.205 INFO:tasks.cephadm: override: [mon] debug ms = 1 2024-01-23T23:19:46.205 INFO:tasks.cephadm: override: [mon] debug paxos = 20 2024-01-23T23:19:46.205 INFO:tasks.cephadm: override: [osd] debug ms = 1 2024-01-23T23:19:46.205 INFO:tasks.cephadm: override: [osd] debug osd = 20 2024-01-23T23:19:46.206 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-23T23:19:46.206 DEBUG:teuthology.orchestra.run.smithi037:> dd of=/home/ubuntu/cephtest/seed.ceph.conf 2024-01-23T23:19:46.230 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 = e5313d84-ba45-11ee-95b1-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-23T23:19:46.230 DEBUG:teuthology.orchestra.run.smithi037:mon.a> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a.service 2024-01-23T23:19:46.273 DEBUG:teuthology.orchestra.run.smithi037:mgr.y> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y.service 2024-01-23T23:19:46.300 INFO:journalctl@ceph.mon.a.smithi037.stdout:-- Logs begin at Tue 2024-01-23 23:12:29 UTC. -- 2024-01-23T23:19:46.300 INFO:tasks.cephadm:Bootstrapping... 2024-01-23T23:19:46.301 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 -v bootstrap --fsid e5313d84-ba45-11ee-95b1-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.37 && sudo chmod +r /etc/ceph/ceph.client.admin.keyring 2024-01-23T23:19:46.327 INFO:journalctl@ceph.mgr.y.smithi037.stdout:-- Logs begin at Tue 2024-01-23 23:12:29 UTC. -- 2024-01-23T23:19:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Verifying podman|docker is present... 2024-01-23T23:19:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Verifying lvm2 is present... 2024-01-23T23:19:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Verifying time synchronization is in place... 2024-01-23T23:19:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-01-23T23:19:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-23T23:19:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-01-23T23:19:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-23T23:19:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-01-23T23:19:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-01-23T23:19:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-01-23T23:19:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stdout active 2024-01-23T23:19:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-01-23T23:19:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Repeating the final host check... 2024-01-23T23:19:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:podman|docker (/bin/podman) is present 2024-01-23T23:19:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:systemctl is present 2024-01-23T23:19:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:lvcreate is present 2024-01-23T23:19:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chrony.service 2024-01-23T23:19:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stderr Failed to get unit file state for chrony.service: No such file or directory 2024-01-23T23:19:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-active chrony.service 2024-01-23T23:19:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-23T23:19:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-enabled chronyd.service 2024-01-23T23:19:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stdout enabled 2024-01-23T23:19:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-active chronyd.service 2024-01-23T23:19:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stdout active 2024-01-23T23:19:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Unit chronyd.service is enabled and running 2024-01-23T23:19:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Host looks OK 2024-01-23T23:19:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:root:Cluster fsid: e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:19:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Acquiring lock 140606944484600 on /run/cephadm/e5313d84-ba45-11ee-95b1-87774f69a715.lock 2024-01-23T23:19:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Lock 140606944484600 acquired on /run/cephadm/e5313d84-ba45-11ee-95b1-87774f69a715.lock 2024-01-23T23:19:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Verifying IP 172.21.15.37 port 3300 ... 2024-01-23T23:19:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Verifying IP 172.21.15.37 port 6789 ... 2024-01-23T23:19:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Base mon IP is 172.21.15.37, final addrv is [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-01-23T23:19:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /sbin/ip route ls 2024-01-23T23:19:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/sbin/ip:stdout default via 172.21.15.254 dev ens1f0 proto dhcp src 172.21.15.37 metric 100 2024-01-23T23:19:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/sbin/ip:stdout 172.21.0.0/20 dev ens1f0 proto kernel scope link src 172.21.15.37 metric 100 2024-01-23T23:19:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Mon IP 172.21.15.37 is in CIDR network 172.21.0.0/20 2024-01-23T23:19:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Pulling latest docker.io/ceph/ceph:v15.2.0 container... 2024-01-23T23:19:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman pull docker.io/ceph/ceph:v15.2.0 2024-01-23T23:19:48.023 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/bin/podman:stderr Trying to pull docker.io/ceph/ceph:v15.2.0... 2024-01-23T23:19:54.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/bin/podman:stderr Getting image source signatures 2024-01-23T23:19:54.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:120f0bd0d532e2094e4c344cda2d32931787ee8c2e5d6b9ddd4698dfe3ef6110 2024-01-23T23:19:54.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/bin/podman:stderr Copying blob sha256:8a29a15cefaeccf6545f7ecf11298f9672d2f0cdaf9e357a95133ac3ad3e1f07 2024-01-23T23:20:09.125 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/bin/podman:stderr Copying config sha256:204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-01-23T23:20:09.174 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/bin/podman:stderr Writing manifest to image destination 2024-01-23T23:20:09.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/bin/podman:stdout 204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1 2024-01-23T23:20:09.452 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Extracting ceph user uid/gid from container image... 2024-01-23T23:20:09.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '--entrypoint', 'stat', 'docker.io/ceph/ceph:v15.2.0', '-c', '%u %g', '/var/lib/ceph'] 2024-01-23T23:20:09.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 --entrypoint stat docker.io/ceph/ceph:v15.2.0 -c %u %g /var/lib/ceph 2024-01-23T23:20:09.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:stat:stdout 167 167 2024-01-23T23:20:10.121 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Creating initial keys... 2024-01-23T23:20:10.121 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-23T23:20:10.121 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-23T23:20:10.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCqSbBl0H72FBAArJTzujpYSjJsbTatCz26Iw== 2024-01-23T23:20:10.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-23T23:20:10.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-23T23:20:10.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCqSbBl7tq4NhAA46aCJrccDfCr5UmncLrEyQ== 2024-01-23T23:20:11.267 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '--entrypoint', '/usr/bin/ceph-authtool', 'docker.io/ceph/ceph:v15.2.0', '--gen-print-key'] 2024-01-23T23:20:11.267 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 --entrypoint /usr/bin/ceph-authtool docker.io/ceph/ceph:v15.2.0 --gen-print-key 2024-01-23T23:20:11.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-authtool:stdout AQCrSbBlzsXoHRAAOkud7LBDCRpnUtrKQC8Pyw== 2024-01-23T23:20:11.855 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Creating initial monmap... 2024-01-23T23:20:11.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/tmp/ceph-tmp8og414zp:/tmp/monmap:z', '--entrypoint', '/usr/bin/monmaptool', 'docker.io/ceph/ceph:v15.2.0', '--create', '--clobber', '--fsid', 'e5313d84-ba45-11ee-95b1-87774f69a715', '--addv', 'a', '[v2:172.21.15.37:3300,v1:172.21.15.37:6789]', '/tmp/monmap'] 2024-01-23T23:20:11.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /tmp/ceph-tmp8og414zp:/tmp/monmap:z --entrypoint /usr/bin/monmaptool docker.io/ceph/ceph:v15.2.0 --create --clobber --fsid e5313d84-ba45-11ee-95b1-87774f69a715 --addv a [v2:172.21.15.37:3300,v1:172.21.15.37:6789] /tmp/monmap 2024-01-23T23:20:12.110 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: monmap file /tmp/monmap 2024-01-23T23:20:12.110 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: set fsid to e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:12.110 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/monmaptool:stdout /usr/bin/monmaptool: writing epoch 0 to /tmp/monmap (1 monitors) 2024-01-23T23:20:12.401 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Creating mon... 2024-01-23T23:20:12.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z', '-v', '/tmp/ceph-tmphiia7icl:/tmp/keyring:z', '-v', '/tmp/ceph-tmp8og414zp:/tmp/monmap:z', '--entrypoint', '/usr/bin/ceph-mon', 'docker.io/ceph/ceph:v15.2.0', '--mkfs', '-i', 'a', '--fsid', 'e5313d84-ba45-11ee-95b1-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-23T23:20:12.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmphiia7icl:/tmp/keyring:z -v /tmp/ceph-tmp8og414zp:/tmp/monmap:z --entrypoint /usr/bin/ceph-mon docker.io/ceph/ceph:v15.2.0 --mkfs -i a --fsid e5313d84-ba45-11ee-95b1-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-23T23:20:12.660 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.625+0000 7fcee1c636c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-23T23:20:12.660 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 1 imported monmap: 2024-01-23T23:20:12.660 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr epoch 0 2024-01-23T23:20:12.660 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr fsid e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:12.660 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr last_changed 2024-01-23T23:20:12.089086+0000 2024-01-23T23:20:12.660 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr created 2024-01-23T23:20:12.089086+0000 2024-01-23T23:20:12.660 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr min_mon_release 0 (unknown) 2024-01-23T23:20:12.660 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 0: [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon.a 2024-01-23T23:20:12.660 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 0 /usr/bin/ceph-mon: set fsid to e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 0 set rocksdb option compression = kNoCompression 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 0 set rocksdb option compression = kNoCompression 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Compile date Mar 23 2020 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: DB SUMMARY 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 0, files: 2024-01-23T23:20:12.661 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.error_if_exists: 0 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.create_if_missing: 1 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.env: 0x562faf4131a0 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.info_log: 0x562fb07c9a80 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.statistics: (nil) 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.use_fsync: 0 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-23T23:20:12.662 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.db_log_dir: 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-23T23:20:12.663 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.write_buffer_manager: 0x562fb1368120 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-23T23:20:12.664 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.row_cache: None 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.wal_filter: None 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.two_write_queues: 0 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.atomic_flush: 0 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-23T23:20:12.665 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.max_open_files: -1 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Compression algorithms supported: 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: kZSTD supported: 0 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: kXpressCompression supported: 0 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: kZlibCompression supported: 1 2024-01-23T23:20:12.666 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.626+0000 7fcee1c636c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: [db/db_impl_open.cc:228] Creating manifest 1 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000001 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.merge_operator: 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_filter: None 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x562fb06ee130) 2024-01-23T23:20:12.667 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks: 1 2024-01-23T23:20:12.668 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr cache_index_and_filter_blocks_with_high_priority: 1 2024-01-23T23:20:12.668 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-23T23:20:12.668 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr pin_top_level_index_and_filter: 1 2024-01-23T23:20:12.668 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_type: 0 2024-01-23T23:20:12.668 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_index_type: 0 2024-01-23T23:20:12.668 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr data_block_hash_table_util_ratio: 0.750000 2024-01-23T23:20:12.668 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr hash_index_allow_collision: 1 2024-01-23T23:20:12.668 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr checksum: 1 2024-01-23T23:20:12.668 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr no_block_cache: 0 2024-01-23T23:20:12.668 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache: 0x562fb0728510 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_name: BinnedLRUCache 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_options: 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr capacity : 536870912 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr num_shard_bits : 4 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr strict_capacity_limit : 0 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr high_pri_pool_ratio: 0.000 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_cache_compressed: (nil) 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr persistent_cache: (nil) 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size: 4096 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_size_deviation: 10 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_restart_interval: 16 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr index_block_restart_interval: 1 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr metadata_block_size: 4096 2024-01-23T23:20:12.669 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr partition_filters: 0 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr use_delta_encoding: 1 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr filter_policy: rocksdb.BuiltinBloomFilter 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr whole_key_filtering: 1 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr verify_compression: 0 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr read_amp_bytes_per_bit: 0 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr format_version: 2 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr enable_index_compression: 1 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr block_align: 0 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compression: NoCompression 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-23T23:20:12.670 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.num_levels: 7 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-23T23:20:12.671 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-23T23:20:12.672 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-23T23:20:12.673 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.table_properties_collectors: 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.bloom_locality: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.627+0000 7fcee1c636c0 4 rocksdb: Options.ttl: 0 2024-01-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.628+0000 7fcee1c636c0 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-23T23:20:12.674 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.628+0000 7fcee1c636c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 0 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.631+0000 7fcee1c636c0 4 rocksdb: DB pointer 0x562fb07c4400 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.631+0000 7fcecae24700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.631+0000 7fcecae24700 4 rocksdb: [db/db_impl.cc:778] 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** DB Stats ** 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-23T23:20:12.675 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-01-23T23:20:12.676 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-01-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** Compaction Stats [default] ** 2024-01-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:20:12.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr Flush(GB): cumulative 0.000, interval 0.000 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(GB): cumulative 0.000, interval 0.000 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Total Files): cumulative 0, interval 0 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(L0 Files): cumulative 0, interval 0 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr AddFile(Keys): cumulative 0, interval 0 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr ** File Read Latency Histogram By Level [default] ** 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.632+0000 7fcee1c636c0 4 rocksdb: [db/db_impl.cc:390] Shutdown: canceling all background work 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.632+0000 7fcee1c636c0 4 rocksdb: [db/db_impl.cc:563] Shutdown complete 2024-01-23T23:20:12.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph-mon:stderr "debug "2024-01-23T23:20:12.632+0000 7fcee1c636c0 0 /usr/bin/ceph-mon: created monfs at /var/lib/ceph/mon/ceph-a for mon.a 2024-01-23T23:20:12.984 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: install -d -m0770 -o 167 -g 167 /var/run/ceph/e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:12.988 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl disable ceph.target 2024-01-23T23:20:13.083 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl enable ceph.target 2024-01-23T23:20:13.089 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph.target → /etc/systemd/system/ceph.target. 2024-01-23T23:20:13.175 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl start ceph.target 2024-01-23T23:20:13.183 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-e5313d84-ba45-11ee-95b1-87774f69a715.target 2024-01-23T23:20:13.187 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/multi-user.target.wants/ceph-e5313d84-ba45-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-e5313d84-ba45-11ee-95b1-87774f69a715.target. 2024-01-23T23:20:13.187 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph.target.wants/ceph-e5313d84-ba45-11ee-95b1-87774f69a715.target → /etc/systemd/system/ceph-e5313d84-ba45-11ee-95b1-87774f69a715.target. 2024-01-23T23:20:13.271 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl start ceph-e5313d84-ba45-11ee-95b1-87774f69a715.target 2024-01-23T23:20:13.288 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-01-23T23:20:13.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a 2024-01-23T23:20:13.401 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a 2024-01-23T23:20:13.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a.service: Unit ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a.service not loaded. 2024-01-23T23:20:13.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a 2024-01-23T23:20:13.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-e5313d84-ba45-11ee-95b1-87774f69a715.target.wants/ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a.service → /etc/systemd/system/ceph-e5313d84-ba45-11ee-95b1-87774f69a715@.service. 2024-01-23T23:20:13.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl start ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a 2024-01-23T23:20:13.529 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:13 smithi037 systemd[1]: Starting Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:20:13.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-01-23T23:20:13.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-01-23T23:20:13.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-01-23T23:20:13.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-23T23:20:13.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-01-23T23:20:13.558 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Waiting for mon to start... 2024-01-23T23:20:13.558 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Waiting for mon... 2024-01-23T23:20:13.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/mon.a:/var/lib/ceph/mon/ceph-a:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status 2024-01-23T23:20:13.791 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:13 smithi037 podman[34861]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon.a" found: no such container 2024-01-23T23:20:13.791 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:13 smithi037 systemd[1]: Started Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:20:14.068 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout cluster: 2024-01-23T23:20:14.068 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout id: e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:14.068 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout health: HEALTH_OK 2024-01-23T23:20:14.068 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:14.068 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout services: 2024-01-23T23:20:14.068 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon: 1 daemons, quorum a (age 0.245573s) 2024-01-23T23:20:14.069 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr: no daemons active 2024-01-23T23:20:14.069 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd: 0 osds: 0 up, 0 in 2024-01-23T23:20:14.069 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:14.069 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout data: 2024-01-23T23:20:14.069 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pools: 0 pools, 0 pgs 2024-01-23T23:20:14.069 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout objects: 0 objects, 0 B 2024-01-23T23:20:14.069 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout usage: 0 B used, 0 B / 0 B avail 2024-01-23T23:20:14.069 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout pgs: 2024-01-23T23:20:14.069 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:14.101 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:13 smithi037 bash[34877]: cluster 2024-01-23T23:20:13.822196+0000 mon.a (mon.0) 0 : [INF] mkfs e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:14.102 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:13 smithi037 bash[34877]: cluster 2024-01-23T23:20:13.801029+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-23T23:20:14.461 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Assimilating anything we can from ceph.conf... 2024-01-23T23:20:14.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/e5313d84-ba45-11ee-95b1-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-23T23:20:14.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e5313d84-ba45-11ee-95b1-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-23T23:20:14.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:14.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [global] 2024-01-23T23:20:14.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout fsid = e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:14.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_election_default_strategy = 1 2024-01-23T23:20:14.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_host = [v2:172.21.15.37:3300,v1:172.21.15.37:6789] 2024-01-23T23:20:14.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_pg_remap = true 2024-01-23T23:20:14.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_osd_allow_primary_affinity = true 2024-01-23T23:20:14.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_no_sortbitwise = false 2024-01-23T23:20:14.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_crush_chooseleaf_type = 0 2024-01-23T23:20:14.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mgr] 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mgr/telemetry/nag = false 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [mon] 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim = false 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout mon_warn_on_insecure_global_id_reclaim_allowed = false 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout [osd] 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_map_max_advance = 10 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_memory_target_autotune = true 2024-01-23T23:20:14.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout osd_sloppy_crc = true 2024-01-23T23:20:15.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:14 smithi037 bash[34877]: cluster 2024-01-23T23:20:13.820813+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-23T23:20:15.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:14 smithi037 bash[34877]: cluster 2024-01-23T23:20:13.820970+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0]} 2024-01-23T23:20:15.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:14 smithi037 bash[34877]: cluster 2024-01-23T23:20:13.823304+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-23T23:20:15.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:14 smithi037 bash[34877]: cluster 2024-01-23T23:20:13.826514+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-23T23:20:15.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:14 smithi037 bash[34877]: cluster 2024-01-23T23:20:13.826885+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e1: no daemons active 2024-01-23T23:20:15.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:14 smithi037 bash[34877]: audit 2024-01-23T23:20:14.066358+0000 mon.a (mon.0) 7 : audit [DBG] from='client.? 172.21.15.37:0/2972521522' entity='client.admin' cmd=[{"prefix": "status"}]: dispatch 2024-01-23T23:20:15.244 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Generating new minimal ceph.conf... 2024-01-23T23:20:15.245 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '-v', '/var/lib/ceph/e5313d84-ba45-11ee-95b1-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-23T23:20:15.245 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z -v /var/lib/ceph/e5313d84-ba45-11ee-95b1-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-23T23:20:16.003 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Restarting the monitor... 2024-01-23T23:20:16.003 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl restart ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a 2024-01-23T23:20:16.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:15 smithi037 bash[34877]: audit 2024-01-23T23:20:14.888951+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.37:0/914692507' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-23T23:20:16.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:15 smithi037 bash[34877]: audit 2024-01-23T23:20:14.892177+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.37:0/914692507' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-23T23:20:16.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:15 smithi037 bash[34877]: audit 2024-01-23T23:20:15.664902+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.37:0/606876511' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:20:16.081 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:16 smithi037 systemd[1]: Stopping Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:20:16.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:16 smithi037 bash[34877]: debug 2024-01-23T23:20:16.080+0000 7f3341bd1700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:20:16.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:16 smithi037 bash[34877]: debug 2024-01-23T23:20:16.080+0000 7f3341bd1700 -1 mon.a@0(leader) e1 *** Got Signal Terminated *** 2024-01-23T23:20:16.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:16 smithi037 podman[35205]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon.a 2024-01-23T23:20:16.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:16 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a.service: Succeeded. 2024-01-23T23:20:16.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:16 smithi037 systemd[1]: Stopped Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:20:16.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:16 smithi037 systemd[1]: Starting Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:20:16.649 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Setting mon public_network... 2024-01-23T23:20:16.650 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/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-23T23:20:16.650 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/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-23T23:20:16.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:16 smithi037 podman[35248]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon.a" found: no such container 2024-01-23T23:20:16.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:16 smithi037 systemd[1]: Started Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.058+0000 7f107dbdd6c0 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.058+0000 7f107dbdd6c0 0 ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc), process ceph-mon, pid 1 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.058+0000 7f107dbdd6c0 0 pidfile_write: ignore empty --pid-file 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.062+0000 7f107dbdd6c0 0 load: jerasure load: lrc load: isa 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.062+0000 7f107dbdd6c0 0 set rocksdb option compression = kNoCompression 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.062+0000 7f107dbdd6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.062+0000 7f107dbdd6c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.062+0000 7f107dbdd6c0 0 set rocksdb option compression = kNoCompression 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.062+0000 7f107dbdd6c0 0 set rocksdb option level_compaction_dynamic_level_bytes = true 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.062+0000 7f107dbdd6c0 0 set rocksdb option write_buffer_size = 33554432 2024-01-23T23:20:17.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 1 rocksdb: do_open column families: [default] 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: RocksDB version: 6.1.2 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Compile date Mar 23 2020 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: DB SUMMARY 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: CURRENT file: CURRENT 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: IDENTITY file: IDENTITY 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 109 Bytes 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000004.sst 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000006.log size: 64597 ; 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.error_if_exists: 0 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.create_if_missing: 0 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.paranoid_checks: 1 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.env: 0x56042c8c31a0 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.info_log: 0x56042de8a9a0 2024-01-23T23:20:17.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-23T23:20:17.351 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.statistics: (nil) 2024-01-23T23:20:17.351 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.use_fsync: 0 2024-01-23T23:20:17.351 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_log_file_size: 0 2024-01-23T23:20:17.351 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-23T23:20:17.351 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-23T23:20:17.351 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-23T23:20:17.351 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-23T23:20:17.351 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.allow_fallocate: 1 2024-01-23T23:20:17.351 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-23T23:20:17.351 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.use_direct_reads: 0 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.create_missing_column_families: 0 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.db_log_dir: 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_subcompactions: 1 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_background_flushes: -1 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.advise_random_on_open: 1 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-23T23:20:17.352 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.write_buffer_manager: 0x56042ea22ae0 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.rate_limiter: (nil) 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.row_cache: None 2024-01-23T23:20:17.353 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.wal_filter: None 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.preserve_deletes: 0 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.two_write_queues: 0 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.manual_wal_flush: 0 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.atomic_flush: 0 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_background_jobs: 2 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_background_compactions: -1 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-23T23:20:17.354 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_total_wal_size: 0 2024-01-23T23:20:17.355 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-23T23:20:17.355 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-23T23:20:17.355 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-23T23:20:17.355 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-23T23:20:17.355 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_open_files: -1 2024-01-23T23:20:17.355 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.bytes_per_sync: 0 2024-01-23T23:20:17.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-23T23:20:17.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-23T23:20:17.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Compression algorithms supported: 2024-01-23T23:20:17.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-23T23:20:17.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: kZSTD supported: 0 2024-01-23T23:20:17.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: kXpressCompression supported: 0 2024-01-23T23:20:17.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-23T23:20:17.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: kLZ4Compression supported: 1 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: kBZip2Compression supported: 0 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: kZlibCompression supported: 1 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: kSnappyCompression supported: 1 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: [db/version_set.cc:3543] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000005 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: [db/column_family.cc:477] --------------- Options for column family [default]: 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.merge_operator: 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_filter: None 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_filter_factory: None 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x56042dda6138) 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: cache_index_and_filter_blocks: 1 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: cache_index_and_filter_blocks_with_high_priority: 1 2024-01-23T23:20:17.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: pin_top_level_index_and_filter: 1 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: index_type: 0 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: data_block_index_type: 0 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: data_block_hash_table_util_ratio: 0.750000 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: hash_index_allow_collision: 1 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: checksum: 1 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: no_block_cache: 0 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: block_cache: 0x56042dde0610 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: block_cache_name: BinnedLRUCache 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: block_cache_options: 2024-01-23T23:20:17.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: capacity : 536870912 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: num_shard_bits : 4 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: strict_capacity_limit : 0 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: high_pri_pool_ratio: 0.000 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: block_cache_compressed: (nil) 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: persistent_cache: (nil) 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: block_size: 4096 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: block_size_deviation: 10 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: block_restart_interval: 16 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: index_block_restart_interval: 1 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: metadata_block_size: 4096 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: partition_filters: 0 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: use_delta_encoding: 1 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: whole_key_filtering: 1 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: verify_compression: 0 2024-01-23T23:20:17.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: read_amp_bytes_per_bit: 0 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: format_version: 2 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: enable_index_compression: 1 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: block_align: 0 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compression: NoCompression 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.num_levels: 7 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-23T23:20:17.360 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-23T23:20:17.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-23T23:20:17.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-23T23:20:17.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-23T23:20:17.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-23T23:20:17.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-23T23:20:17.362 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compression_opts.level: 32767 2024-01-23T23:20:17.362 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-23T23:20:17.362 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-23T23:20:17.362 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-23T23:20:17.362 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compression_opts.enabled: false 2024-01-23T23:20:17.362 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-23T23:20:17.362 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-23T23:20:17.362 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.arena_block_size: 4194304 2024-01-23T23:20:17.363 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-23T23:20:17.364 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.table_properties_collectors: 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.inplace_update_support: 0 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.bloom_locality: 0 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.max_successive_merges: 0 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.force_consistency_checks: 0 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.063+0000 7f107dbdd6c0 4 rocksdb: Options.ttl: 0 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.064+0000 7f107dbdd6c0 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-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.064+0000 7f107dbdd6c0 4 rocksdb: [db/version_set.cc:3766] Column family [default] (ID 0), log number is 4 2024-01-23T23:20:17.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.064+0000 7f107dbdd6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052017064931, "job": 1, "event": "recovery_started", "log_files": [6]} 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.064+0000 7f107dbdd6c0 4 rocksdb: [db/db_impl_open.cc:583] Recovering log #6 mode 2 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.065+0000 7f107dbdd6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052017065724, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 7, "file_size": 61839, "table_properties": {"data_size": 60161, "index_size": 283, "filter_size": 581, "raw_key_size": 8582, "raw_average_key_size": 47, "raw_value_size": 55235, "raw_average_value_size": 303, "num_data_blocks": 9, "num_entries": 182, "filter_policy_name": "rocksdb.BuiltinBloomFilter"}} 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.065+0000 7f107dbdd6c0 4 rocksdb: [db/version_set.cc:3036] Creating manifest 8 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.065+0000 7f107dbdd6c0 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052017066087, "job": 1, "event": "recovery_finished"} 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.066+0000 7f107dbdd6c0 4 rocksdb: DB pointer 0x56042de7b200 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.066+0000 7f1064d2a700 4 rocksdb: [db/db_impl.cc:777] ------- DUMPING STATS ------- 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.066+0000 7f1064d2a700 4 rocksdb: [db/db_impl.cc:778] 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ** DB Stats ** 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-23T23:20:17.366 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ** Compaction Stats [default] ** 2024-01-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: L0 2/0 62.01 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.5 0.00 0.00 1 0.001 0 0 2024-01-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Sum 2/0 62.01 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.5 0.00 0.00 1 0.001 0 0 2024-01-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.5 0.00 0.00 1 0.001 0 0 2024-01-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ** Compaction Stats [default] ** 2024-01-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:20:17.367 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 117.5 0.00 0.00 1 0.001 0 0 2024-01-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: AddFile(Total Files): cumulative 0, interval 0 2024-01-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: AddFile(Keys): cumulative 0, interval 0 2024-01-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Cumulative compaction: 0.00 GB write, 20.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Interval compaction: 0.00 GB write, 20.36 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ** File Read Latency Histogram By Level [default] ** 2024-01-23T23:20:17.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ** Compaction Stats [default] ** 2024-01-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: L0 2/0 62.01 KB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.5 0.00 0.00 1 0.001 0 0 2024-01-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Sum 2/0 62.01 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 117.5 0.00 0.00 1 0.001 0 0 2024-01-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ** Compaction Stats [default] ** 2024-01-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 117.5 0.00 0.00 1 0.001 0 0 2024-01-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-23T23:20:17.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: AddFile(Total Files): cumulative 0, interval 0 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: AddFile(Keys): cumulative 0, interval 0 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: Cumulative compaction: 0.00 GB write, 20.00 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: ** File Read Latency Histogram By Level [default] ** 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.067+0000 7f107dbdd6c0 0 starting mon.a rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.068+0000 7f107dbdd6c0 1 mon.a@-1(???) e1 preinit fsid e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.068+0000 7f107dbdd6c0 0 mon.a@-1(???).mds e1 new map 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.068+0000 7f107dbdd6c0 0 mon.a@-1(???).mds e1 print_map 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: e1 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 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-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: legacy client fscid: -1 2024-01-23T23:20:17.370 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: No filesystems configured 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.068+0000 7f107dbdd6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.068+0000 7f107dbdd6c0 0 mon.a@-1(???).osd e1 crush map has features 3314932999778484224, adjusting msgr requires 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.068+0000 7f107dbdd6c0 0 mon.a@-1(???).osd e1 crush map has features 288514050185494528, adjusting msgr requires 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: audit 2024-01-23T23:20:14.888951+0000 mon.a (mon.0) 8 : audit [INF] from='client.? 172.21.15.37:0/914692507' entity='client.admin' cmd=[{"prefix": "config assimilate-conf"}]: dispatch 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: audit 2024-01-23T23:20:14.892177+0000 mon.a (mon.0) 9 : audit [INF] from='client.? 172.21.15.37:0/914692507' entity='client.admin' cmd='[{"prefix": "config assimilate-conf"}]': finished 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: audit 2024-01-23T23:20:15.664902+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.37:0/606876511' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.068+0000 7f107dbdd6c0 1 mon.a@-1(???).paxosservice(auth 1..2) refresh upgraded, format 0 -> 3 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta expand map: {default=false} 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta from 'false' to 'false' 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta expanded map: {default=false} 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta expand map: {default=info} 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta from 'info' to 'info' 2024-01-23T23:20:17.371 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta expanded map: {default=info} 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta expand map: {default=daemon} 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta from 'daemon' to 'daemon' 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta expanded map: {default=daemon} 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta expand map: {default=debug} 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta from 'debug' to 'debug' 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: debug 2024-01-23T23:20:17.069+0000 7f107dbdd6c0 20 expand_channel_meta expanded map: {default=debug} 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: cluster 2024-01-23T23:20:17.084151+0000 mon.a (mon.0) 1 : cluster [INF] mon.a is new leader, mons a in quorum (ranks 0) 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: cluster 2024-01-23T23:20:17.084195+0000 mon.a (mon.0) 2 : cluster [DBG] monmap e1: 1 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0]} 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: cluster 2024-01-23T23:20:17.084228+0000 mon.a (mon.0) 3 : cluster [DBG] fsmap 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: cluster 2024-01-23T23:20:17.084246+0000 mon.a (mon.0) 4 : cluster [DBG] osdmap e1: 0 total, 0 up, 0 in 2024-01-23T23:20:17.372 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:17 smithi037 bash[35265]: cluster 2024-01-23T23:20:17.084571+0000 mon.a (mon.0) 5 : cluster [DBG] mgrmap e1: no daemons active 2024-01-23T23:20:17.621 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Creating mgr... 2024-01-23T23:20:17.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl daemon-reload 2024-01-23T23:20:17.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y 2024-01-23T23:20:17.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl reset-failed ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y 2024-01-23T23:20:17.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stderr Failed to reset failed state of unit ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y.service: Unit ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y.service not loaded. 2024-01-23T23:20:17.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl enable ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y 2024-01-23T23:20:17.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stderr Created symlink /etc/systemd/system/ceph-e5313d84-ba45-11ee-95b1-87774f69a715.target.wants/ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y.service → /etc/systemd/system/ceph-e5313d84-ba45-11ee-95b1-87774f69a715@.service. 2024-01-23T23:20:17.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl start ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y 2024-01-23T23:20:17.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-enabled firewalld.service 2024-01-23T23:20:17.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stdout disabled 2024-01-23T23:20:17.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: systemctl is-active firewalld.service 2024-01-23T23:20:17.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:systemctl:stdout inactive 2024-01-23T23:20:17.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:firewalld.service is not enabled 2024-01-23T23:20:17.897 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Wrote keyring to /etc/ceph/ceph.client.admin.keyring 2024-01-23T23:20:17.897 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Wrote config to /etc/ceph/ceph.conf 2024-01-23T23:20:17.897 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Waiting for mgr to start... 2024-01-23T23:20:17.897 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Waiting for mgr... 2024-01-23T23:20:17.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-23T23:20:17.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-23T23:20:18.001 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:17 smithi037 podman[35481]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.y" found: no such container 2024-01-23T23:20:18.001 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:17 smithi037 systemd[1]: Started Ceph mgr.y for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:20:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:18 smithi037 bash[35265]: audit 2024-01-23T23:20:17.319681+0000 mon.a (mon.0) 6 : audit [INF] from='client.? 172.21.15.37:0/1294215439' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]: dispatch 2024-01-23T23:20:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:18 smithi037 bash[35265]: audit 2024-01-23T23:20:17.322260+0000 mon.a (mon.0) 7 : audit [INF] from='client.? 172.21.15.37:0/1294215439' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "public_network", "value": "172.21.0.0/20"}]': finished 2024-01-23T23:20:18.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:18.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "e5313d84-ba45-11ee-95b1-87774f69a715", 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:18.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 1, 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:18.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-23T23:20:18.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-23T23:20:13.822546+0000", 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-23T23:20:18.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:18.793 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:mgr not available, waiting (1/10)... 2024-01-23T23:20:19.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:19 smithi037 bash[35265]: audit 2024-01-23T23:20:18.444597+0000 mon.a (mon.0) 8 : audit [DBG] from='client.? 172.21.15.37:0/1560912732' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-23T23:20:19.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-23T23:20:19.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-23T23:20:20.202 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:20.202 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:20.202 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "e5313d84-ba45-11ee-95b1-87774f69a715", 2024-01-23T23:20:20.202 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-23T23:20:20.202 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-23T23:20:20.202 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-23T23:20:20.202 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 3, 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:20.203 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-23T23:20:20.204 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-23T23:20:20.205 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-23T23:20:20.206 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:20.206 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-23T23:20:20.206 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:20.206 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-23T23:20:20.206 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:20.206 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-23T23:20:13.822546+0000", 2024-01-23T23:20:20.206 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-23T23:20:20.206 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:20.206 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-23T23:20:20.206 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:20.479 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:20 smithi037 bash[35265]: audit 2024-01-23T23:20:20.195981+0000 mon.a (mon.0) 9 : audit [DBG] from='client.? 172.21.15.37:0/2712908884' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-23T23:20:20.543 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:mgr not available, waiting (2/10)... 2024-01-23T23:20:21.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-23T23:20:21.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-23T23:20:21.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:21.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:21.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "e5313d84-ba45-11ee-95b1-87774f69a715", 2024-01-23T23:20:21.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-23T23:20:21.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-23T23:20:21.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-23T23:20:21.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 4, 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-23T23:20:21.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-23T23:20:21.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-23T23:20:21.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-23T23:20:21.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-23T23:20:21.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-23T23:20:21.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-23T23:20:21.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-23T23:20:21.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-23T23:20:21.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:21.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-23T23:20:21.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": false, 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:21.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-23T23:20:21.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:21.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-23T23:20:13.822546+0000", 2024-01-23T23:20:21.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-23T23:20:21.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:21.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-23T23:20:21.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:22.243 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:22 smithi037 bash[35265]: audit 2024-01-23T23:20:21.952016+0000 mon.a (mon.0) 10 : audit [DBG] from='client.? 172.21.15.37:0/1780564860' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-23T23:20:22.266 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:mgr not available, waiting (3/10)... 2024-01-23T23:20:23.267 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'status', '-f', 'json-pretty'] 2024-01-23T23:20:23.267 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 status -f json-pretty 2024-01-23T23:20:23.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: cluster 2024-01-23T23:20:22.049502+0000 mon.a (mon.0) 11 : cluster [INF] Activating manager daemon y 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: cluster 2024-01-23T23:20:22.058965+0000 mon.a (mon.0) 12 : cluster [DBG] mgrmap e2: y(active, starting, since 0.0095785s) 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.059615+0000 mon.a (mon.0) 13 : audit [DBG] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.059763+0000 mon.a (mon.0) 14 : audit [DBG] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.059882+0000 mon.a (mon.0) 15 : audit [DBG] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.060156+0000 mon.a (mon.0) 16 : audit [DBG] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.060377+0000 mon.a (mon.0) 17 : audit [DBG] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: cluster 2024-01-23T23:20:22.075816+0000 mon.a (mon.0) 18 : cluster [INF] Manager daemon y is now available 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.086583+0000 mon.a (mon.0) 19 : audit [INF] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd=[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]: dispatch 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.516917+0000 mon.a (mon.0) 20 : audit [INF] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd='[{"prefix": "osd pool create", "format": "json", "pool": "device_health_metrics", "pg_num": 1, "pg_num_min": 1}]': finished 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: cluster 2024-01-23T23:20:22.516968+0000 mon.a (mon.0) 21 : cluster [DBG] osdmap e2: 0 total, 0 up, 0 in 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.517700+0000 mon.a (mon.0) 22 : audit [INF] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-23T23:20:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.522366+0000 mon.a (mon.0) 23 : audit [INF] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"31f5085f-fd47-49dd-b7b7-41413c40ff85"}]: dispatch 2024-01-23T23:20:23.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.525798+0000 mon.a (mon.0) 24 : audit [INF] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/report_id","val":"31f5085f-fd47-49dd-b7b7-41413c40ff85"}]': finished 2024-01-23T23:20:23.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.526222+0000 mon.a (mon.0) 25 : audit [INF] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"4128c413-8e4f-42bc-822d-2ed904d77f8d"}]: dispatch 2024-01-23T23:20:23.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:23 smithi037 bash[35265]: audit 2024-01-23T23:20:22.529418+0000 mon.a (mon.0) 26 : audit [INF] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/telemetry/salt","val":"4128c413-8e4f-42bc-822d-2ed904d77f8d"}]': finished 2024-01-23T23:20:24.621 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 2024-01-23T23:20:24.621 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:24.621 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsid": "e5313d84-ba45-11ee-95b1-87774f69a715", 2024-01-23T23:20:24.621 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "health": { 2024-01-23T23:20:24.621 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status": "HEALTH_OK", 2024-01-23T23:20:24.621 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "checks": {}, 2024-01-23T23:20:24.621 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mutes": [] 2024-01-23T23:20:24.621 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:24.621 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "election_epoch": 5, 2024-01-23T23:20:24.621 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum": [ 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 0 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_names": [ 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "a" 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "quorum_age": 7, 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "monmap": { 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_mon_release_name": "octopus", 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_mons": 1 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:24.622 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osdmap": { 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 3, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_osds": 0, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_up_osds": 0, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_up_since": 0, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_in_osds": 0, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_in_since": 0, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_remapped_pgs": 0 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgmap": { 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pgs_by_state": [], 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pgs": 0, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_pools": 0, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_objects": 0, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "data_bytes": 0, 2024-01-23T23:20:24.623 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_used": 0, 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_avail": 0, 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "bytes_total": 0 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "fsmap": { 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "by_rank": [], 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "up:standby": 0 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap": { 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_standbys": 0, 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-23T23:20:24.624 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:24.625 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-23T23:20:24.625 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:24.625 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "servicemap": { 2024-01-23T23:20:24.625 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 1, 2024-01-23T23:20:24.625 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modified": "2024-01-23T23:20:13.822546+0000", 2024-01-23T23:20:24.625 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {} 2024-01-23T23:20:24.625 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:24.625 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress_events": {} 2024-01-23T23:20:24.625 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:24.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:24 smithi037 bash[35265]: cluster 2024-01-23T23:20:23.079940+0000 mon.a (mon.0) 27 : cluster [DBG] mgrmap e3: y(active, since 1.03055s) 2024-01-23T23:20:24.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:24 smithi037 bash[35265]: audit 2024-01-23T23:20:23.519283+0000 mon.a (mon.0) 28 : audit [INF] from='mgr.14100 172.21.15.37:0/534879002' entity='mgr.y' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-23T23:20:24.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:24 smithi037 bash[35265]: cluster 2024-01-23T23:20:23.519330+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e3: 0 total, 0 up, 0 in 2024-01-23T23:20:24.775 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:24 smithi037 bash[35265]: audit 2024-01-23T23:20:23.521240+0000 mon.a (mon.0) 30 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-23T23:20:24.968 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Enabling cephadm module... 2024-01-23T23:20:24.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'cephadm'] 2024-01-23T23:20:24.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable cephadm 2024-01-23T23:20:25.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:25 smithi037 bash[35265]: audit 2024-01-23T23:20:24.402073+0000 mon.a (mon.0) 31 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-23T23:20:25.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:25 smithi037 bash[35265]: cluster 2024-01-23T23:20:24.520480+0000 mon.a (mon.0) 32 : cluster [DBG] mgrmap e4: y(active, since 2s) 2024-01-23T23:20:25.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:25 smithi037 bash[35265]: audit 2024-01-23T23:20:24.613911+0000 mon.a (mon.0) 33 : audit [DBG] from='client.? 172.21.15.37:0/3223692146' entity='client.admin' cmd=[{"prefix": "status", "format": "json-pretty"}]: dispatch 2024-01-23T23:20:26.721 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:26 smithi037 bash[35265]: audit 2024-01-23T23:20:25.455533+0000 mon.a (mon.0) 34 : audit [INF] from='client.? 172.21.15.37:0/4184894261' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "cephadm"}]: dispatch 2024-01-23T23:20:26.721 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:26 smithi037 bash[35497]: ignoring --setuser ceph since I am not root 2024-01-23T23:20:26.721 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:26 smithi037 bash[35497]: ignoring --setgroup ceph since I am not root 2024-01-23T23:20:26.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-01-23T23:20:26.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 5, 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14100, 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.37:6800", 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1631858864 2024-01-23T23:20:27.675 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.37:6801", 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1631858864 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.37:6801/1631858864", 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-01-23T23:20:22.049374+0000", 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-23T23:20:27.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.677 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.678 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.679 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.680 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.681 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.682 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.683 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.684 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.685 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.686 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.687 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.688 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.689 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.690 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.691 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.692 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-23T23:20:27.693 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.694 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-23T23:20:27.695 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-01-23T23:20:27.696 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.697 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.698 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.699 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.700 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.701 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.702 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-23T23:20:27.703 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.704 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-01-23T23:20:27.705 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-23T23:20:27.706 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-01-23T23:20:27.707 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-01-23T23:20:27.708 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.709 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:27.710 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.711 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.712 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.713 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.713 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-01-23T23:20:27.713 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-01-23T23:20:27.713 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.713 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.713 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.713 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-01-23T23:20:27.713 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.713 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-23T23:20:27.715 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.716 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.717 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.718 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.719 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.720 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.721 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.722 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.723 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.724 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.725 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.726 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.727 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.728 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.729 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.730 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.731 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.732 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-01-23T23:20:27.733 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.734 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.735 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.736 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.737 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-01-23T23:20:27.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.739 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.740 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-01-23T23:20:27.741 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-23T23:20:27.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.743 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.744 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.745 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.746 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.747 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.748 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.749 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.750 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.751 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.752 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.753 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.754 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.755 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.756 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-01-23T23:20:27.757 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-23T23:20:27.758 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-23T23:20:27.759 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-23T23:20:27.760 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.761 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-01-23T23:20:27.762 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.763 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.764 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-01-23T23:20:27.765 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.766 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.767 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.768 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.769 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.770 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.771 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.772 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.773 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.774 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.775 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.776 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.777 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.778 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.779 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.780 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.781 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-23T23:20:27.782 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-23T23:20:27.783 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-23T23:20:27.784 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-01-23T23:20:27.785 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-01-23T23:20:27.786 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.787 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-01-23T23:20:27.788 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-23T23:20:27.789 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.790 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.791 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.792 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.793 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.794 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.795 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.796 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.797 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.798 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.799 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.800 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-23T23:20:27.801 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-23T23:20:27.802 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.802 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.802 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.802 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-23T23:20:27.802 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.802 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.802 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.802 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-01-23T23:20:27.802 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.802 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.803 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.804 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.805 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.806 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.807 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.808 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.809 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.810 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.811 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-01-23T23:20:27.812 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-01-23T23:20:27.813 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-01-23T23:20:27.814 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.815 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.816 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.817 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.818 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.819 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.820 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.821 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.822 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.823 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.824 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.825 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.826 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.827 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.828 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.829 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.830 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.831 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.832 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.833 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.834 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.839 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.840 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.841 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.842 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.843 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.844 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-01-23T23:20:27.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.846 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.847 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.848 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.849 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-01-23T23:20:27.850 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-01-23T23:20:27.851 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-01-23T23:20:27.852 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-01-23T23:20:27.853 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.854 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.855 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.856 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.857 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.858 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.859 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.860 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.861 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.862 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.863 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.864 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.865 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.866 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.867 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.868 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.869 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.870 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.871 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.872 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.873 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.874 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.875 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.876 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.877 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.878 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.879 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-01-23T23:20:27.880 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.881 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.882 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.883 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.884 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-01-23T23:20:27.885 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-01-23T23:20:27.886 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-01-23T23:20:27.887 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-23T23:20:27.888 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.889 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-01-23T23:20:27.890 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.891 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.892 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.893 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.894 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.895 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-01-23T23:20:27.896 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.897 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.898 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.899 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.900 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.901 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.902 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.903 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.904 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.905 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.906 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.907 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.908 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.909 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.910 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.911 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.912 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.913 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.914 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.916 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.917 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.918 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.919 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.920 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.921 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.922 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.923 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.924 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.925 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.926 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.927 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.928 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.929 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.930 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.931 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.932 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-01-23T23:20:27.933 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-23T23:20:27.934 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.935 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.936 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.937 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.938 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.939 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-01-23T23:20:27.940 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-01-23T23:20:27.941 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-01-23T23:20:27.942 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.943 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.944 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.945 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-23T23:20:27.946 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.947 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.948 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.949 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.950 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.951 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.952 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.953 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.954 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.955 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.956 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.957 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.958 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.959 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.960 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.961 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.962 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.963 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.964 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.965 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.966 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.967 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.968 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-01-23T23:20:27.969 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.970 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.971 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.972 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.973 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.974 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:27.975 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.976 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.977 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-01-23T23:20:27.978 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:27.979 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-23T23:20:27.980 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-23T23:20:27.981 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 0, 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.37:0", 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 2581621121 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-23T23:20:27.982 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.37:0", 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1609142643 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-23T23:20:27.983 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.37:0", 2024-01-23T23:20:27.984 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 771364104 2024-01-23T23:20:27.984 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.984 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-23T23:20:27.984 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.984 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-23T23:20:27.984 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.984 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:27.984 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:27 smithi037 bash[35265]: audit 2024-01-23T23:20:26.408651+0000 mon.a (mon.0) 35 : audit [INF] from='client.? 172.21.15.37:0/4184894261' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "cephadm"}]': finished 2024-01-23T23:20:27.984 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:27 smithi037 bash[35265]: cluster 2024-01-23T23:20:26.408696+0000 mon.a (mon.0) 36 : cluster [DBG] mgrmap e5: y(active, since 4s) 2024-01-23T23:20:27.985 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:27 smithi037 bash[35265]: audit 2024-01-23T23:20:27.269609+0000 mon.a (mon.0) 37 : audit [DBG] from='client.? 172.21.15.37:0/738920870' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-01-23T23:20:27.985 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-01-23T23:20:27.985 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Waiting for Mgr epoch 5... 2024-01-23T23:20:27.985 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-01-23T23:20:27.985 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-01-23T23:20:30.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:30 smithi037 bash[35265]: cluster 2024-01-23T23:20:30.252199+0000 mon.a (mon.0) 38 : cluster [INF] Active manager daemon y restarted 2024-01-23T23:20:30.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:30 smithi037 bash[35265]: cluster 2024-01-23T23:20:30.252609+0000 mon.a (mon.0) 39 : cluster [INF] Activating manager daemon y 2024-01-23T23:20:30.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:30 smithi037 bash[35265]: cluster 2024-01-23T23:20:30.254200+0000 mon.a (mon.0) 40 : cluster [DBG] osdmap e4: 0 total, 0 up, 0 in 2024-01-23T23:20:31.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:31.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 7, 2024-01-23T23:20:31.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-01-23T23:20:31.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: cluster 2024-01-23T23:20:30.304902+0000 mon.a (mon.0) 41 : cluster [DBG] mgrmap e6: y(active, starting, since 0.052382s) 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: audit 2024-01-23T23:20:30.306576+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: audit 2024-01-23T23:20:30.307212+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: audit 2024-01-23T23:20:30.308810+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: audit 2024-01-23T23:20:30.308914+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: audit 2024-01-23T23:20:30.309201+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: audit 2024-01-23T23:20:30.309775+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: audit 2024-01-23T23:20:30.309980+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: cluster 2024-01-23T23:20:30.322787+0000 mon.a (mon.0) 49 : cluster [INF] Manager daemon y is now available 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: audit 2024-01-23T23:20:30.339872+0000 mon.a (mon.0) 50 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-23T23:20:31.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:31 smithi037 bash[35265]: audit 2024-01-23T23:20:31.217972+0000 mon.a (mon.0) 51 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-23T23:20:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Setting orchestrator backend to cephadm... 2024-01-23T23:20:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'set', 'backend', 'cephadm'] 2024-01-23T23:20:31.738 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch set backend cephadm 2024-01-23T23:20:32.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:32 smithi037 bash[35265]: cluster 2024-01-23T23:20:31.313842+0000 mon.a (mon.0) 52 : cluster [DBG] mgrmap e7: y(active, since 1.06132s) 2024-01-23T23:20:32.742 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Generating ssh key... 2024-01-23T23:20:32.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'generate-key'] 2024-01-23T23:20:32.742 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm generate-key 2024-01-23T23:20:33.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35265]: audit 2024-01-23T23:20:32.390721+0000 mgr.y (mgr.14119) 1 : audit [DBG] from='client.14132 -' entity='client.admin' cmd=[{"prefix": "orch set backend", "module_name": "cephadm", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:20:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35265]: audit 2024-01-23T23:20:32.391854+0000 mon.a (mon.0) 53 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]: dispatch 2024-01-23T23:20:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35265]: audit 2024-01-23T23:20:32.395857+0000 mon.a (mon.0) 54 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd='[{"prefix":"config set","value":"cephadm","who":"mgr","name":"mgr/orchestrator/orchestrator"}]': finished 2024-01-23T23:20:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35265]: cluster 2024-01-23T23:20:33.077971+0000 mon.a (mon.0) 55 : cluster [DBG] mgrmap e8: y(active, since 2s) 2024-01-23T23:20:34.103 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: Generating public/private rsa key pair. 2024-01-23T23:20:34.103 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: Your identification has been saved in /tmp/tmpkl6l630i/key. 2024-01-23T23:20:34.103 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: Your public key has been saved in /tmp/tmpkl6l630i/key.pub. 2024-01-23T23:20:34.103 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: The key fingerprint is: 2024-01-23T23:20:34.103 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: SHA256:KMAguiX+3sLmv0nGgPLu3ihTcx6MkIY42UHZ00cpkqk ceph-e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:34.103 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: The key's randomart image is: 2024-01-23T23:20:34.103 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: +---[RSA 3072]----+ 2024-01-23T23:20:34.103 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: |o..o + ... | 2024-01-23T23:20:34.104 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: |ooo * o o | 2024-01-23T23:20:34.104 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: |=++o o o | 2024-01-23T23:20:34.104 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: |O=E. . | 2024-01-23T23:20:34.104 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: |+= +. . S | 2024-01-23T23:20:34.104 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: |..= *. | 2024-01-23T23:20:34.104 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: | .o= = | 2024-01-23T23:20:34.104 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: |o..*= . | 2024-01-23T23:20:34.104 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: | =Bo+=. | 2024-01-23T23:20:34.104 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:33 smithi037 bash[35497]: +----[SHA256]-----+ 2024-01-23T23:20:34.184 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'cephadm', 'get-pub-key'] 2024-01-23T23:20:34.184 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 cephadm get-pub-key 2024-01-23T23:20:34.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:34 smithi037 bash[35265]: audit 2024-01-23T23:20:33.324194+0000 mgr.y (mgr.14119) 2 : audit [DBG] from='client.14134 -' entity='client.admin' cmd=[{"prefix": "cephadm generate-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:20:34.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:34 smithi037 bash[35265]: cephadm 2024-01-23T23:20:33.324390+0000 mgr.y (mgr.14119) 3 : cephadm [INF] Generating ssh key... 2024-01-23T23:20:34.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:34 smithi037 bash[35265]: audit 2024-01-23T23:20:33.825198+0000 mon.a (mon.0) 56 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAqH8ynVx1hh6s4GUY8kwkoE4nIN1aOkf3QDceFObFvGFI1OUlm00n\nb/F6/dwf2NyuHRymx4llOBQXbZnFCE7vrdzzvdnb0RwM6qEao2MK5Z6aY4yqDNJowRVi6g\ndZneBSeRpTw0NAqCilQxa4owJFASwFUC6rSmyx0iNTroVqQHEDzxKFWdCuvRIzfiFuChPb\nvgmh3zH5Z5NCIPF/M07PYh4ARBxFkrHjV9EOzHsHT7EgjE6r09kU/cz/ImnIf4c9MhgDUW\ngW3GRB0gXKThRXQbMl6O0WvRDl2e1sJk8DpUvcY9/QjA0+OudKtWFUs6U8bMAeWs6VEDDM\n1JAsHOiXUUfxH0mc5oAH3KLg4LrUVGs98Dwo/6bYmhPv7pUXoMMK751OMit2IdW7meubym\nIe0Gok5EZ5dMeRUuShSBJVPJEBzNFQoOlsKGtwGaMsHyhqK+GhSqARjHWtZ9JSTB609ya5\nOX45IwFZdGk8SFKx7megATnznDLy453gZ5vIZd81AAAFoOpTvqfqU76nAAAAB3NzaC1yc2\nEAAAGBAKh/Mp1cdYYerOBlGPJMJKBOJyDdWjpH90A3HhTmxbxhSNTlJZtNJ2/xev3cH9jc\nrh0cpseJZTgUF22ZxQhO763c873Z29EcDOqhGqNjCuWemmOMqgzSaMEVYuoHWZ3gUnkaU8\nNDQKgopUMWuKMCRQEsBVAuq0pssdIjU66FakBxA88ShVnQrr0SM34hbgoT274Jod8x+WeT\nQiDxfzNOz2IeAEQcRZKx41fRDsx7B0+xIIxOq9PZFP3M/yJpyH+HPTIYA1FoFtxkQdIFyk\n4UV0GzJejtFr0Q5dntbCZPA6VL3GPf0IwNPjrnSrVhVLOlPGzAHlrOlRAwzNSQLBzol1FH\n8R9JnOaAB9yi4OC61FRrPfA8KP+m2JoT7+6VF6DDCu+dTjIrdiHVu5nrm8piHtBqJORGeX\nTHkVLkoUgSVTyRAczRUKDpbChrcBmjLB8oaivhoUqgEYx1rWfSUkwetPcmuTl+OSMBWXRp\nPEhSse5noAE585wy8uOd4GebyGXfNQAAAAMBAAEAAAGAcrAhg3qrg97dTN+DW2j4hSSs/X\nGtOH5DjTH3B8MMVGzjZgWS02JwtYFodeKeyr1qxeX6n1alzsXeLHu94SnZej4qqc7gEDVH\nlWyS9SM1B5YtABV+qbuOEd68tQ7LsOo/OK7y1LWyDMOduUx94HZrAaE0/J7HeKEDaEUjcG\nbfK33BWfEBU2D3jzoUUoXuoG1j5LYpuAIMALP7DvFR41qBTgedpr6XnIH4fI2PxR74mwW1\nYcsqqcfYwegGwSW/kw45PcoJNOu47V11NtytVbKrQ/ADaRuzQ4eQ+NKhtWvRQ9+kjWyoD7\nQIBKmWmuuBhM+UqNTTGnwN4X8G7LcPnFpAkMg72tedaIb78WoX69hrRiRasqeYMaAf+KcM\nMbF2RgHtgGnTRtvnT0fi6kRHwJlfy2MfuUFDUhn9NsHwExyyvfMDe5b11RvqORqaPnCbcq\nyc915exY7Yl2sbJoL78ileBxDPmenSrwLR6uB9D6hD+zCKmdPjuklk1A/AKE9ZZHsBAAAA\nwQDZ8Ba/7yadGkwGZms07e2nvrjslThdSCRt4dssYSQmJZgma9UGd4n+BecxgLAMPn0C7/\nV68+W/am8+cBn1ukgXVSlXc7xy1ITgBr16jl3S2IOD8l/outsE+J9NIrGXy/d68Mi6kjww\nmnI5zvwWwlVo0jLk9WkAi0agFT0dFMSRARdAyJqeC1EuVKkaH6Ldwzz0ObxZH6E/kXAp/4\npOtvdsYWkBXdCoVzb6X1JYpBZ8djpG2+Nh3ade/6CMkX2hN9UAAADBAN2qlopGVs5LOVel\njpm6HOsHefwGwbtUVZNNgNnwp4drbH2kRxUd4uNBiKi9Yln9q712ou11Ix6j2MJ2TaqCBv\n6KtBYT+++xyfuVhrTByHqATIXaZ5udl0lvPywGKwWQzzUAD+bhZd983yxrhmD1plT5Nnzu\nSZAjn2DONG6LsFjeGyzaQWTAZeVSoYIfgl6g5C54eb9GaomS4SmOuUSCFkYsgNUZgZSgZ6\nIMtIk4nR4y+ruTc4KFWnvl+Cyhd1Iv4wAAAMEAwphbhXNkdM9ggriKv+wJLQKtQBh83KuM\n99IV24iPQ20+bI+001SXnp3jcl3/qaASv5Oynb6VxKrWzcwGXrGxIdbgRytjoEi07JZMFs\nKOEC/OBhlWXXgTQwNsTWghLWv4ImxH7nY9jhreV/kAcsh5X4KuVSh1kRkFruDyDfmSX0Ii\nl7ukd+0pCKucfzYERRMA0zMJOHLSf74lZKgJe3X2Mf5/ZqKIZpaQOmHPdW4T4BCeO+0Ipn\nU4vbq6u3CS5DAHAAAAKWNlcGgtZTUzMTNkODQtYmE0NS0xMWVlLTk1YjEtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]: dispatch 2024-01-23T23:20:34.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:34 smithi037 bash[35265]: audit 2024-01-23T23:20:33.826906+0000 mon.a (mon.0) 57 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_key","val":"-----BEGIN OPENSSH PRIVATE KEY-----\nb3BlbnNzaC1rZXktdjEAAAAABG5vbmUAAAAEbm9uZQAAAAAAAAABAAABlwAAAAdzc2gtcn\nNhAAAAAwEAAQAAAYEAqH8ynVx1hh6s4GUY8kwkoE4nIN1aOkf3QDceFObFvGFI1OUlm00n\nb/F6/dwf2NyuHRymx4llOBQXbZnFCE7vrdzzvdnb0RwM6qEao2MK5Z6aY4yqDNJowRVi6g\ndZneBSeRpTw0NAqCilQxa4owJFASwFUC6rSmyx0iNTroVqQHEDzxKFWdCuvRIzfiFuChPb\nvgmh3zH5Z5NCIPF/M07PYh4ARBxFkrHjV9EOzHsHT7EgjE6r09kU/cz/ImnIf4c9MhgDUW\ngW3GRB0gXKThRXQbMl6O0WvRDl2e1sJk8DpUvcY9/QjA0+OudKtWFUs6U8bMAeWs6VEDDM\n1JAsHOiXUUfxH0mc5oAH3KLg4LrUVGs98Dwo/6bYmhPv7pUXoMMK751OMit2IdW7meubym\nIe0Gok5EZ5dMeRUuShSBJVPJEBzNFQoOlsKGtwGaMsHyhqK+GhSqARjHWtZ9JSTB609ya5\nOX45IwFZdGk8SFKx7megATnznDLy453gZ5vIZd81AAAFoOpTvqfqU76nAAAAB3NzaC1yc2\nEAAAGBAKh/Mp1cdYYerOBlGPJMJKBOJyDdWjpH90A3HhTmxbxhSNTlJZtNJ2/xev3cH9jc\nrh0cpseJZTgUF22ZxQhO763c873Z29EcDOqhGqNjCuWemmOMqgzSaMEVYuoHWZ3gUnkaU8\nNDQKgopUMWuKMCRQEsBVAuq0pssdIjU66FakBxA88ShVnQrr0SM34hbgoT274Jod8x+WeT\nQiDxfzNOz2IeAEQcRZKx41fRDsx7B0+xIIxOq9PZFP3M/yJpyH+HPTIYA1FoFtxkQdIFyk\n4UV0GzJejtFr0Q5dntbCZPA6VL3GPf0IwNPjrnSrVhVLOlPGzAHlrOlRAwzNSQLBzol1FH\n8R9JnOaAB9yi4OC61FRrPfA8KP+m2JoT7+6VF6DDCu+dTjIrdiHVu5nrm8piHtBqJORGeX\nTHkVLkoUgSVTyRAczRUKDpbChrcBmjLB8oaivhoUqgEYx1rWfSUkwetPcmuTl+OSMBWXRp\nPEhSse5noAE585wy8uOd4GebyGXfNQAAAAMBAAEAAAGAcrAhg3qrg97dTN+DW2j4hSSs/X\nGtOH5DjTH3B8MMVGzjZgWS02JwtYFodeKeyr1qxeX6n1alzsXeLHu94SnZej4qqc7gEDVH\nlWyS9SM1B5YtABV+qbuOEd68tQ7LsOo/OK7y1LWyDMOduUx94HZrAaE0/J7HeKEDaEUjcG\nbfK33BWfEBU2D3jzoUUoXuoG1j5LYpuAIMALP7DvFR41qBTgedpr6XnIH4fI2PxR74mwW1\nYcsqqcfYwegGwSW/kw45PcoJNOu47V11NtytVbKrQ/ADaRuzQ4eQ+NKhtWvRQ9+kjWyoD7\nQIBKmWmuuBhM+UqNTTGnwN4X8G7LcPnFpAkMg72tedaIb78WoX69hrRiRasqeYMaAf+KcM\nMbF2RgHtgGnTRtvnT0fi6kRHwJlfy2MfuUFDUhn9NsHwExyyvfMDe5b11RvqORqaPnCbcq\nyc915exY7Yl2sbJoL78ileBxDPmenSrwLR6uB9D6hD+zCKmdPjuklk1A/AKE9ZZHsBAAAA\nwQDZ8Ba/7yadGkwGZms07e2nvrjslThdSCRt4dssYSQmJZgma9UGd4n+BecxgLAMPn0C7/\nV68+W/am8+cBn1ukgXVSlXc7xy1ITgBr16jl3S2IOD8l/outsE+J9NIrGXy/d68Mi6kjww\nmnI5zvwWwlVo0jLk9WkAi0agFT0dFMSRARdAyJqeC1EuVKkaH6Ldwzz0ObxZH6E/kXAp/4\npOtvdsYWkBXdCoVzb6X1JYpBZ8djpG2+Nh3ade/6CMkX2hN9UAAADBAN2qlopGVs5LOVel\njpm6HOsHefwGwbtUVZNNgNnwp4drbH2kRxUd4uNBiKi9Yln9q712ou11Ix6j2MJ2TaqCBv\n6KtBYT+++xyfuVhrTByHqATIXaZ5udl0lvPywGKwWQzzUAD+bhZd983yxrhmD1plT5Nnzu\nSZAjn2DONG6LsFjeGyzaQWTAZeVSoYIfgl6g5C54eb9GaomS4SmOuUSCFkYsgNUZgZSgZ6\nIMtIk4nR4y+ruTc4KFWnvl+Cyhd1Iv4wAAAMEAwphbhXNkdM9ggriKv+wJLQKtQBh83KuM\n99IV24iPQ20+bI+001SXnp3jcl3/qaASv5Oynb6VxKrWzcwGXrGxIdbgRytjoEi07JZMFs\nKOEC/OBhlWXXgTQwNsTWghLWv4ImxH7nY9jhreV/kAcsh5X4KuVSh1kRkFruDyDfmSX0Ii\nl7ukd+0pCKucfzYERRMA0zMJOHLSf74lZKgJe3X2Mf5/ZqKIZpaQOmHPdW4T4BCeO+0Ipn\nU4vbq6u3CS5DAHAAAAKWNlcGgtZTUzMTNkODQtYmE0NS0xMWVlLTk1YjEtODc3NzRmNjlh\nNzE1AQ==\n-----END OPENSSH PRIVATE KEY-----\n"}]': finished 2024-01-23T23:20:34.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:34 smithi037 bash[35265]: audit 2024-01-23T23:20:33.827233+0000 mon.a (mon.0) 58 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCofzKdXHWGHqzgZRjyTCSgTicg3Vo6R/dANx4U5sW8YUjU5SWbTSdv8Xr93B/Y3K4dHKbHiWU4FBdtmcUITu+t3PO92dvRHAzqoRqjYwrlnppjjKoM0mjBFWLqB1md4FJ5GlPDQ0CoKKVDFrijAkUBLAVQLqtKbLHSI1OuhWpAcQPPEoVZ0K69EjN+IW4KE9u+CaHfMflnk0Ig8X8zTs9iHgBEHEWSseNX0Q7MewdPsSCMTqvT2RT9zP8iach/hz0yGANRaBbcZEHSBcpOFFdBsyXo7Ra9EOXZ7WwmTwOlS9xj39CMDT4650q1YVSzpTxswB5azpUQMMzUkCwc6JdRR/EfSZzmgAfcouDgutRUaz3wPCj/ptiaE+/ulRegwwrvnU4yK3Yh1buZ65vKYh7QaiTkRnl0x5FS5KFIElU8kQHM0VCg6Wwoa3AZoywfKGor4aFKoBGMda1n0lJMHrT3Jrk5fjkjAVl0aTxIUrHuZ6ABOfOcMvLjneBnm8hl3zU= ceph-e5313d84-ba45-11ee-95b1-87774f69a715\n"}]: dispatch 2024-01-23T23:20:34.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:34 smithi037 bash[35265]: audit 2024-01-23T23:20:33.828453+0000 mon.a (mon.0) 59 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/ssh_identity_pub","val":"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCofzKdXHWGHqzgZRjyTCSgTicg3Vo6R/dANx4U5sW8YUjU5SWbTSdv8Xr93B/Y3K4dHKbHiWU4FBdtmcUITu+t3PO92dvRHAzqoRqjYwrlnppjjKoM0mjBFWLqB1md4FJ5GlPDQ0CoKKVDFrijAkUBLAVQLqtKbLHSI1OuhWpAcQPPEoVZ0K69EjN+IW4KE9u+CaHfMflnk0Ig8X8zTs9iHgBEHEWSseNX0Q7MewdPsSCMTqvT2RT9zP8iach/hz0yGANRaBbcZEHSBcpOFFdBsyXo7Ra9EOXZ7WwmTwOlS9xj39CMDT4650q1YVSzpTxswB5azpUQMMzUkCwc6JdRR/EfSZzmgAfcouDgutRUaz3wPCj/ptiaE+/ulRegwwrvnU4yK3Yh1buZ65vKYh7QaiTkRnl0x5FS5KFIElU8kQHM0VCg6Wwoa3AZoywfKGor4aFKoBGMda1n0lJMHrT3Jrk5fjkjAVl0aTxIUrHuZ6ABOfOcMvLjneBnm8hl3zU= ceph-e5313d84-ba45-11ee-95b1-87774f69a715\n"}]': finished 2024-01-23T23:20:34.676 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCofzKdXHWGHqzgZRjyTCSgTicg3Vo6R/dANx4U5sW8YUjU5SWbTSdv8Xr93B/Y3K4dHKbHiWU4FBdtmcUITu+t3PO92dvRHAzqoRqjYwrlnppjjKoM0mjBFWLqB1md4FJ5GlPDQ0CoKKVDFrijAkUBLAVQLqtKbLHSI1OuhWpAcQPPEoVZ0K69EjN+IW4KE9u+CaHfMflnk0Ig8X8zTs9iHgBEHEWSseNX0Q7MewdPsSCMTqvT2RT9zP8iach/hz0yGANRaBbcZEHSBcpOFFdBsyXo7Ra9EOXZ7WwmTwOlS9xj39CMDT4650q1YVSzpTxswB5azpUQMMzUkCwc6JdRR/EfSZzmgAfcouDgutRUaz3wPCj/ptiaE+/ulRegwwrvnU4yK3Yh1buZ65vKYh7QaiTkRnl0x5FS5KFIElU8kQHM0VCg6Wwoa3AZoywfKGor4aFKoBGMda1n0lJMHrT3Jrk5fjkjAVl0aTxIUrHuZ6ABOfOcMvLjneBnm8hl3zU= ceph-e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:35.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:35 smithi037 bash[35265]: audit 2024-01-23T23:20:34.675551+0000 mgr.y (mgr.14119) 4 : audit [DBG] from='client.14136 -' entity='client.admin' cmd=[{"prefix": "cephadm get-pub-key", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:20:36.373 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Wrote public SSH key to to /home/ubuntu/cephtest/ceph.pub 2024-01-23T23:20:36.373 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Adding key to root@localhost's authorized_keys... 2024-01-23T23:20:36.374 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Adding host smithi037... 2024-01-23T23:20:36.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'orch', 'host', 'add', 'smithi037'] 2024-01-23T23:20:36.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 orch host add smithi037 2024-01-23T23:20:37.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:37 smithi037 bash[35497]: Warning: Permanently added 'smithi037,172.21.15.37' (ECDSA) to the list of known hosts. 2024-01-23T23:20:38.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:38 smithi037 bash[35265]: audit 2024-01-23T23:20:37.434793+0000 mgr.y (mgr.14119) 5 : audit [DBG] from='client.14138 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi037", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:20:38.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:38 smithi037 bash[35265]: audit 2024-01-23T23:20:38.018773+0000 mon.a (mon.0) 60 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"smithi037\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:20:38.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:38 smithi037 bash[35265]: audit 2024-01-23T23:20:38.020432+0000 mon.a (mon.0) 61 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"smithi037\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-23T23:20:38.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Added host 'smithi037' 2024-01-23T23:20:39.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:39 smithi037 bash[35265]: cephadm 2024-01-23T23:20:38.020730+0000 mgr.y (mgr.14119) 6 : cephadm [INF] Added host smithi037 2024-01-23T23:20:39.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:39 smithi037 bash[35265]: audit 2024-01-23T23:20:38.250701+0000 mon.a (mon.0) 62 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:20:39.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:39 smithi037 bash[35265]: audit 2024-01-23T23:20:38.254103+0000 mon.a (mon.0) 63 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:20:39.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:39 smithi037 bash[35265]: audit 2024-01-23T23:20:38.254559+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:20:40.075 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Enabling the dashboard module... 2024-01-23T23:20:40.075 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'module', 'enable', 'dashboard'] 2024-01-23T23:20:40.075 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr module enable dashboard 2024-01-23T23:20:41.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:41 smithi037 bash[35265]: audit 2024-01-23T23:20:41.530474+0000 mon.a (mon.0) 65 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:41.528713\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:41.529908\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-23T23:20:41.530002\", \"networks\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:20:41.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:41 smithi037 bash[35265]: audit 2024-01-23T23:20:41.532342+0000 mon.a (mon.0) 66 : audit [INF] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:41.528713\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:41.529908\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-23T23:20:41.530002\", \"networks\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:20:41.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:41 smithi037 bash[35265]: audit 2024-01-23T23:20:41.532897+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.14119 172.21.15.37:0/3672631342' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:20:43.341 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:43 smithi037 bash[35265]: audit 2024-01-23T23:20:42.275648+0000 mon.a (mon.0) 68 : audit [INF] from='client.? 172.21.15.37:0/1509223273' entity='client.admin' cmd=[{"prefix": "mgr module enable", "module": "dashboard"}]: dispatch 2024-01-23T23:20:43.341 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:43 smithi037 bash[35497]: ignoring --setuser ceph since I am not root 2024-01-23T23:20:43.341 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:43 smithi037 bash[35497]: ignoring --setgroup ceph since I am not root 2024-01-23T23:20:44.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:44 smithi037 bash[35265]: audit 2024-01-23T23:20:43.081593+0000 mon.a (mon.0) 69 : audit [INF] from='client.? 172.21.15.37:0/1509223273' entity='client.admin' cmd='[{"prefix": "mgr module enable", "module": "dashboard"}]': finished 2024-01-23T23:20:44.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:44 smithi037 bash[35265]: cluster 2024-01-23T23:20:43.081660+0000 mon.a (mon.0) 70 : cluster [DBG] mgrmap e9: y(active, since 12s) 2024-01-23T23:20:45.265 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'mgr', 'dump'] 2024-01-23T23:20:45.265 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 mgr dump 2024-01-23T23:20:45.835 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "epoch": 9, 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_gid": 14119, 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_name": "y", 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addrs": { 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.37:6800", 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4178964030 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v1", 2024-01-23T23:20:45.836 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.37:6801", 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 4178964030 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_addr": "172.21.15.37:6801/4178964030", 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_change": "2024-01-23T23:20:30.252510+0000", 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_mgr_features": 4540138292836696063, 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available": true, 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standbys": [], 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "modules": [ 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "dashboard", 2024-01-23T23:20:45.837 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "iostat", 2024-01-23T23:20:45.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "restful" 2024-01-23T23:20:45.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:45.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "available_modules": [ 2024-01-23T23:20:45.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:45.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "alerts", 2024-01-23T23:20:45.838 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.272 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.272 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.272 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-23T23:20:46.272 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-23T23:20:46.272 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.273 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.273 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.273 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-23T23:20:46.273 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.273 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.273 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.274 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "How frequently to reexamine health status", 2024-01-23T23:20:46.274 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.274 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.274 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.274 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.274 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.274 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.275 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.275 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.275 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.275 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.275 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.275 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.275 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.276 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.276 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.276 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.276 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.276 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.276 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.277 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.277 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.277 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.277 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.277 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.277 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.277 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.278 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.278 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.278 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.278 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.278 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.278 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.278 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.279 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.279 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.279 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.279 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.279 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.279 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.279 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.280 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.280 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.280 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.280 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.280 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.280 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.281 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.281 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.281 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.281 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.281 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.281 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.281 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.282 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.282 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.282 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.282 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.282 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.282 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.282 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.283 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.283 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.283 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.283 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.283 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.283 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.283 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.284 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.284 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.284 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.284 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.284 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.284 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.285 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.285 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_destination": { 2024-01-23T23:20:46.285 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_destination", 2024-01-23T23:20:46.285 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.285 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.285 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.286 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.286 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.286 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.286 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.286 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email address to send alerts to", 2024-01-23T23:20:46.286 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.286 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.287 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.287 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.287 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_from_name": { 2024-01-23T23:20:46.287 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_from_name", 2024-01-23T23:20:46.287 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.287 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.288 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.288 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "Ceph", 2024-01-23T23:20:46.288 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.288 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.288 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.288 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Email From: name", 2024-01-23T23:20:46.288 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.289 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.289 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.289 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.289 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_host": { 2024-01-23T23:20:46.289 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_host", 2024-01-23T23:20:46.289 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.289 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.290 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.290 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.290 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.290 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.290 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.290 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP server", 2024-01-23T23:20:46.291 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.291 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.291 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.291 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.291 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_password": { 2024-01-23T23:20:46.291 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_password", 2024-01-23T23:20:46.292 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.292 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.292 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.292 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.292 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.292 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.293 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.293 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Password to authenticate with", 2024-01-23T23:20:46.293 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.293 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.293 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.293 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.293 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_port": { 2024-01-23T23:20:46.294 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_port", 2024-01-23T23:20:46.294 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.294 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.294 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.294 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "465", 2024-01-23T23:20:46.294 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.295 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.295 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.295 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP port", 2024-01-23T23:20:46.295 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.295 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.295 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.296 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.296 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_sender": { 2024-01-23T23:20:46.296 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_sender", 2024-01-23T23:20:46.296 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.296 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.296 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.297 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.297 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.297 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.297 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.297 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "SMTP envelope sender", 2024-01-23T23:20:46.297 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.297 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.298 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.298 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.298 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_ssl": { 2024-01-23T23:20:46.298 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_ssl", 2024-01-23T23:20:46.298 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.298 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.298 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.298 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.298 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.298 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.299 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.299 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Use SSL to connect to SMTP server", 2024-01-23T23:20:46.299 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.299 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.299 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.299 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.299 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "smtp_user": { 2024-01-23T23:20:46.299 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "smtp_user", 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "User to authenticate as", 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.300 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "balancer", 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active": { 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "active", 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.301 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically balance PGs across cluster", 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_time": { 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_time", 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0000", 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "beginning time of day to automatically balance", 2024-01-23T23:20:46.302 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "begin_weekday": { 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "begin_weekday", 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to this day of the week or later", 2024-01-23T23:20:46.303 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_max_iterations": { 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_max_iterations", 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "25", 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "250", 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum number of iterations to attempt optimization", 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.304 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.305 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.305 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_metrics": { 2024-01-23T23:20:46.305 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_metrics", 2024-01-23T23:20:46.305 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.305 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.305 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.306 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "pgs,objects,bytes", 2024-01-23T23:20:46.306 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.306 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.306 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.306 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "metrics with which to calculate OSD utilization", 2024-01-23T23:20:46.306 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:46.306 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.306 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush_compat_step": { 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crush_compat_step", 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0.5", 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0.001", 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "0.999", 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "aggressiveness of optimization", 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": ".99 is very aggressive, .01 is less aggressive", 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.307 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_time": { 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_time", 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2400", 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "ending time of day to automatically balance", 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "This is a time of day in the format HHMM.", 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.308 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "end_weekday": { 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "end_weekday", 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "0", 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "7", 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Restrict automatic balancing to days of the week earlier than this", 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "0 or 7 = Sunday, 1 = Monday, etc.", 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.309 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.310 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.311 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.312 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.313 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_score": { 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_score", 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.314 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "minimum score, below which no optimization is attempted", 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "none", 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.315 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crush-compat", 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "none", 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap" 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Balancer mode", 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_ids": { 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_ids", 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.316 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "pools which the automatic balancing will be limited to", 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.317 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and attempt optimization", 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_deviation": { 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_deviation", 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "1", 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.318 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "deviation below which no optimization is attempted", 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "upmap_max_optimizations": { 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "upmap_max_optimizations", 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "uint", 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "maximum upmap optimizations to make per attempt", 2024-01-23T23:20:46.319 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "cephadm", 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "allow_ptrace": { 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "allow_ptrace", 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.320 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "allow SYS_PTRACE capability on ceph containers", 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "container_image_base": { 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "container_image_base", 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph/ceph", 2024-01-23T23:20:46.321 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Container image name, without the tag", 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "daemon_cache_timeout": { 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "daemon_cache_timeout", 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.322 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache service (daemon) inventory", 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_cache_timeout": { 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_cache_timeout", 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1800", 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "seconds to cache device inventory", 2024-01-23T23:20:46.323 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "host_check_interval": { 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "host_check_interval", 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to perform a host check", 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.324 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.325 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.326 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "log to the \"cephadm\" cluster log channel\"", 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.327 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.328 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.329 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mode": { 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mode", 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "root", 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm-package", 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "root" 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "mode for remote execution of cephadm", 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.330 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssh_config_file": { 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssh_config_file", 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "customized SSH config file to connect to managed hosts", 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.331 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_failed_host_check": { 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_failed_host_check", 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if the host check fails", 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.332 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_daemons": { 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_daemons", 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise a health warning if daemons are detected that are not managed by cephadm", 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_on_stray_hosts": { 2024-01-23T23:20:46.333 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_on_stray_hosts", 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.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-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.334 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crash", 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.335 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.336 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.336 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.339 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.339 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.339 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.339 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.339 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.339 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.339 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.340 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.340 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.340 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.340 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.340 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.340 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.341 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.341 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.341 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.341 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.341 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.341 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.342 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.342 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.342 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.342 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.342 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.342 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.342 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.343 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.343 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.343 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.343 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.343 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.343 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.343 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.344 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.344 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.344 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.344 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.344 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.344 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.345 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.345 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.345 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.345 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.345 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.345 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.345 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.346 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.346 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.346 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.346 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.346 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.346 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.346 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.347 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.347 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.347 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.347 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retain_interval": { 2024-01-23T23:20:46.347 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retain_interval", 2024-01-23T23:20:46.347 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.348 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.348 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.348 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "31536000", 2024-01-23T23:20:46.348 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.348 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.348 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.348 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain crashes before pruning them", 2024-01-23T23:20:46.348 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.348 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.349 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.349 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.349 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_recent_interval": { 2024-01-23T23:20:46.349 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_recent_interval", 2024-01-23T23:20:46.349 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.349 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.350 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.350 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1209600", 2024-01-23T23:20:46.350 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.350 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.350 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.350 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "time interval in which to warn about recent crashes", 2024-01-23T23:20:46.350 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.351 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.351 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.351 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.351 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.351 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.351 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.352 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "dashboard", 2024-01-23T23:20:46.352 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.352 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.352 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.352 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ALERTMANAGER_API_HOST": { 2024-01-23T23:20:46.352 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ALERTMANAGER_API_HOST", 2024-01-23T23:20:46.352 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.353 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.353 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.353 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.353 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.353 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.353 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.354 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.354 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.354 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.354 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.354 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.354 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_ENABLED": { 2024-01-23T23:20:46.354 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_ENABLED", 2024-01-23T23:20:46.355 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.355 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.355 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.355 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.355 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.355 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.356 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.356 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.356 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.356 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.356 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.356 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.357 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "AUDIT_API_LOG_PAYLOAD": { 2024-01-23T23:20:46.357 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "AUDIT_API_LOG_PAYLOAD", 2024-01-23T23:20:46.357 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.357 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.357 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.357 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.357 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.358 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.358 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.358 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.358 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.358 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.358 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.359 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.359 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ENABLE_BROWSABLE_API": { 2024-01-23T23:20:46.359 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ENABLE_BROWSABLE_API", 2024-01-23T23:20:46.359 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.359 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.359 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.359 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.360 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.360 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.360 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.360 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.360 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.360 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.361 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.361 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.361 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_cephfs": { 2024-01-23T23:20:46.361 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_cephfs", 2024-01-23T23:20:46.361 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.361 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.361 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.362 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.362 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.362 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.362 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.362 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.362 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.362 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.362 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.362 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.362 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_iscsi": { 2024-01-23T23:20:46.363 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_iscsi", 2024-01-23T23:20:46.363 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.363 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.363 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.363 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.363 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.363 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.363 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.363 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.364 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.364 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.364 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.364 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.364 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_mirroring": { 2024-01-23T23:20:46.364 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_mirroring", 2024-01-23T23:20:46.364 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.364 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.364 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.365 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.365 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.365 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.365 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.365 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.365 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.365 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_nfs": { 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_nfs", 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.366 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rbd": { 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rbd", 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.367 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "FEATURE_TOGGLE_rgw": { 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "FEATURE_TOGGLE_rgw", 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.368 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE": { 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GANESHA_CLUSTERS_RADOS_POOL_NAMESPACE", 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.369 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_PASSWORD": { 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_PASSWORD", 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.370 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_SSL_VERIFY": { 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_SSL_VERIFY", 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_URL": { 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_URL", 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.372 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_API_USERNAME": { 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_API_USERNAME", 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "GRAFANA_UPDATE_DASHBOARDS": { 2024-01-23T23:20:46.373 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "GRAFANA_UPDATE_DASHBOARDS", 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ISCSI_API_SSL_VERIFICATION": { 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ISCSI_API_SSL_VERIFICATION", 2024-01-23T23:20:46.374 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.375 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.376 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.376 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PROMETHEUS_API_HOST": { 2024-01-23T23:20:46.376 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PROMETHEUS_API_HOST", 2024-01-23T23:20:46.376 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.376 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.376 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.377 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.377 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.377 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.377 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.377 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.377 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.377 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.378 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.378 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.378 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_COMPLEXITY_ENABLED": { 2024-01-23T23:20:46.378 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_COMPLEXITY_ENABLED", 2024-01-23T23:20:46.378 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.378 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.378 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.379 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.379 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.379 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.379 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.379 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.379 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.379 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.380 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.380 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.380 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED": { 2024-01-23T23:20:46.380 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_EXCLUSION_LIST_ENABLED", 2024-01-23T23:20:46.380 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.380 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.380 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.381 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.381 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.381 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.381 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.381 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.381 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.381 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.382 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.382 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.382 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_LENGTH_ENABLED": { 2024-01-23T23:20:46.382 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_LENGTH_ENABLED", 2024-01-23T23:20:46.382 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.382 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.383 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.383 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.383 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.383 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.383 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.383 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.383 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.384 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.384 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.384 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.384 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_OLDPWD_ENABLED": { 2024-01-23T23:20:46.384 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_OLDPWD_ENABLED", 2024-01-23T23:20:46.384 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.385 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.385 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.385 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.385 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.385 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.385 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.385 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.386 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.386 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.386 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.386 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.386 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED": { 2024-01-23T23:20:46.386 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_REPETITIVE_CHARS_ENABLED", 2024-01-23T23:20:46.386 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.387 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.387 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.387 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.387 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.387 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.387 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.388 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.388 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.388 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.388 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.388 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.388 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED": { 2024-01-23T23:20:46.388 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_SEQUENTIAL_CHARS_ENABLED", 2024-01-23T23:20:46.389 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.389 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.389 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.389 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.389 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.389 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.390 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.390 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.390 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.390 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.390 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.390 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.391 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_CHECK_USERNAME_ENABLED": { 2024-01-23T23:20:46.391 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_CHECK_USERNAME_ENABLED", 2024-01-23T23:20:46.391 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.391 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.391 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.391 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.392 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.392 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.392 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.392 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.392 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.392 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.392 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.393 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.393 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_ENABLED": { 2024-01-23T23:20:46.393 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_ENABLED", 2024-01-23T23:20:46.393 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.393 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.393 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.394 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.394 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.394 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.394 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.394 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.394 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.394 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.395 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.395 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.395 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_EXCLUSION_LIST": { 2024-01-23T23:20:46.395 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_EXCLUSION_LIST", 2024-01-23T23:20:46.395 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.395 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.396 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.396 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "osd,host,dashboard,pool,block,nfs,ceph,monitors,gateway,logs,crush,maps", 2024-01-23T23:20:46.396 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.396 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.396 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.396 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.397 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.397 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.397 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.397 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.397 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_COMPLEXITY": { 2024-01-23T23:20:46.397 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_COMPLEXITY", 2024-01-23T23:20:46.397 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.398 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.398 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.398 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-23T23:20:46.398 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.398 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.398 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.399 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.399 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.399 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.399 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.399 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.399 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "PWD_POLICY_MIN_LENGTH": { 2024-01-23T23:20:46.399 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "PWD_POLICY_MIN_LENGTH", 2024-01-23T23:20:46.399 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.400 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.400 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.400 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8", 2024-01-23T23:20:46.400 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.400 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.400 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.400 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.400 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "REST_REQUESTS_TIMEOUT": { 2024-01-23T23:20:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "REST_REQUESTS_TIMEOUT", 2024-01-23T23:20:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "45", 2024-01-23T23:20:46.402 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.402 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.402 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.402 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.402 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.402 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.402 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.402 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ACCESS_KEY": { 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ACCESS_KEY", 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.403 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_ADMIN_RESOURCE": { 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_ADMIN_RESOURCE", 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "admin", 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.404 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_HOST": { 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_HOST", 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_PORT": { 2024-01-23T23:20:46.405 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_PORT", 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "80", 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SCHEME": { 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SCHEME", 2024-01-23T23:20:46.406 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "http", 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SECRET_KEY": { 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SECRET_KEY", 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.407 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_SSL_VERIFY": { 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_SSL_VERIFY", 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.408 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "RGW_API_USER_ID": { 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "RGW_API_USER_ID", 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.409 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_SPAN": { 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_SPAN", 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "0", 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.410 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_1": { 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_1", 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.411 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "USER_PWD_EXPIRATION_WARNING_2": { 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "USER_PWD_EXPIRATION_WARNING_2", 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.412 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crt_file": { 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "crt_file", 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.413 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug": { 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "debug", 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Enable/disable debug options", 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.414 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "jwt_token_ttl": { 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "jwt_token_ttl", 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "28800", 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.415 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.416 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.417 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.418 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.419 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.420 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.421 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "::", 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.422 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8080", 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.423 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.424 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl_server_port": { 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl_server_port", 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8443", 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_behaviour": { 2024-01-23T23:20:46.425 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_behaviour", 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "redirect", 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "redirect" 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.426 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "standby_error_status_code": { 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "standby_error_status_code", 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "500", 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "400", 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "599", 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url_prefix": { 2024-01-23T23:20:46.427 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url_prefix", 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-23T23:20:46.428 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.429 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "devicehealth", 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enable_monitoring": { 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enable_monitoring", 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "monitor device health metrics", 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.430 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.431 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.432 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.433 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.434 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mark_out_threshold": { 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mark_out_threshold", 2024-01-23T23:20:46.435 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "2419200", 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "automatically mark OSD if it may fail before this long", 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pool_name": { 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pool_name", 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.436 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "device_health_metrics", 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name of pool in which to store device health metrics", 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "retention_period": { 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "retention_period", 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.437 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15552000", 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how long to retain device health metrics", 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_frequency": { 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_frequency", 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-23T23:20:46.438 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to scrape device health metrics", 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "self_heal": { 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "self_heal", 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.439 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "preemptively heal cluster around devices that may fail", 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.440 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to wake up and check device health", 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warn_threshold": { 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "warn_threshold", 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7257600", 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "raise health warning if OSD may fail before this long", 2024-01-23T23:20:46.441 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "diskprediction_local", 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.442 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.443 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.444 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.445 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.446 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predict_interval": { 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predict_interval", 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "86400", 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.447 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "predictor_model": { 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "predictor_model", 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "prophetstor", 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.448 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "600", 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.449 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "influx", 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": false, 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "influxdb python module not found", 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "batch_size": { 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "batch_size", 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5000", 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.450 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "database": { 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "database", 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "ceph", 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.451 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "hostname": { 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "hostname", 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.452 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "30", 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.453 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.454 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.455 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.456 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.457 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "password": { 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "password", 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.458 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "port": { 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "port", 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "8086", 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.459 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ssl": { 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ssl", 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "false", 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.460 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "threads": { 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "threads", 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.461 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "username": { 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "username", 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.462 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "verify_ssl": { 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "verify_ssl", 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "true", 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.463 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "insights", 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.464 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.465 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.466 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.467 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.468 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "iostat", 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.469 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.470 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.471 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.472 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.473 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "k8sevents", 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "ceph_event_retention_days": { 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "ceph_event_retention_days", 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "7", 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.474 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Days to hold ceph event information within local cache", 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "config_check_secs": { 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "config_check_secs", 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10", 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "10", 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.475 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "interval (secs) to check for cluster configuration changes", 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.476 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.477 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.478 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.479 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.480 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "localpool", 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "failure_domain": { 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "failure_domain", 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "host", 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "failure domain for any created local pool", 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.481 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.482 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.483 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.484 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min_size": { 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "min_size", 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.486 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default min_size for any created local pool", 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "num_rep": { 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "num_rep", 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "3", 2024-01-23T23:20:46.487 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default replica count for any created local pool", 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_num": { 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_num", 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "128", 2024-01-23T23:20:46.488 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "default pg_num for any created local pool", 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "prefix": { 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prefix", 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.489 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "name prefix for any created local pool", 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "subtree": { 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "subtree", 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "rack", 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "CRUSH level for which to create a local pool", 2024-01-23T23:20:46.490 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.491 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.492 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.493 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.494 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.495 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator": { 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "orchestrator", 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "cephadm", 2024-01-23T23:20:46.496 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rook", 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "test_orchestrator" 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Orchestrator backend", 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "osd_support", 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.497 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.498 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.499 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.500 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.501 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "pg_autoscaler", 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.502 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.503 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.504 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.505 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.506 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "sleep_interval": { 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "sleep_interval", 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.507 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "progress", 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.508 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.509 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.510 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.511 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.512 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max_completed_events": { 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "max_completed_events", 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "50", 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "number of past completed events to remember", 2024-01-23T23:20:46.513 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "persist_interval": { 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "persist_interval", 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "5", 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "how frequently to persist completed events", 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.514 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "prometheus", 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.515 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.516 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.517 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.518 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.519 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools": { 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools", 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.520 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_stats_pools_refresh_interval": { 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_stats_pools_refresh_interval", 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "scrape_interval": { 2024-01-23T23:20:46.521 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "scrape_interval", 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.522 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.523 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rbd_support", 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.524 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.525 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.527 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.528 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.529 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.530 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mirror_snapshot_schedule": { 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "mirror_snapshot_schedule", 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.531 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "trash_purge_schedule": { 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "trash_purge_schedule", 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "restful", 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "key_file": { 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "key_file", 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.533 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.534 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.535 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.536 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.537 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_addr": { 2024-01-23T23:20:46.538 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_addr", 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "server_port": { 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "server_port", 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.539 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rook", 2024-01-23T23:20:46.540 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.541 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.542 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.543 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.544 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.545 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "selftest", 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.546 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.547 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.548 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.549 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption1": { 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption1", 2024-01-23T23:20:46.550 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "roption2": { 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "roption2", 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.551 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "xyz", 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption1": { 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption1", 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.552 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption2": { 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption2", 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.553 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption3": { 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption3", 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "float", 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.554 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption4": { 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption4", 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.555 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption5": { 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption5", 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.556 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rwoption6": { 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "rwoption6", 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.557 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testkey": { 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testkey", 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testlkey": { 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testlkey", 2024-01-23T23:20:46.558 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "testnewline": { 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "testnewline", 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.559 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "status", 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.560 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.561 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.562 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.563 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.564 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telegraf", 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.565 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "address": { 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "address", 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "unixgram:///tmp/telegraf.sock", 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-23T23:20:46.566 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "15", 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.567 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.568 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.569 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.570 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.571 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "telemetry", 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_basic": { 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_basic", 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.572 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "Share basic cluster information (size, version)", 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_crash": { 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_crash", 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.573 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_device": { 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_device", 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "True", 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.574 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "channel_ident": { 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "channel_ident", 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.575 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "contact": { 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "contact", 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.576 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "description": { 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "description", 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.577 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "device_url": { 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "device_url", 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/device", 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.578 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enabled": { 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "enabled", 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-23T23:20:46.579 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "24", 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "8", 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_opt_revision": { 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "last_opt_revision", 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.580 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "1", 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "leaderboard": { 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "leaderboard", 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.581 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.582 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.583 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.584 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.585 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.586 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "organization": { 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "organization", 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "proxy": { 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "proxy", 2024-01-23T23:20:46.587 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "url": { 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "url", 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "https://telemetry.ceph.com/report", 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "test_orchestrator", 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.589 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.590 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.591 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.592 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.593 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "volumes", 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.594 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.595 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.596 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.597 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.598 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix", 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "can_run": true, 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error_string": "", 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "module_options": { 2024-01-23T23:20:46.599 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "discovery_interval": { 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "discovery_interval", 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "100", 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "identifier": { 2024-01-23T23:20:46.600 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "identifier", 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "interval": { 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "interval", 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "secs", 2024-01-23T23:20:46.601 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "60", 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_level": { 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_level", 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.602 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "", 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.603 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster": { 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster", 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.604 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_cluster_level": { 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_cluster_level", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "info", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [ 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "critical", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "debug", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "error", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "info", 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "warning" 2024-01-23T23:20:46.605 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "log_to_file": { 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "log_to_file", 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "bool", 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 1, 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "False", 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.606 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_host": { 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_host", 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "None", 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.607 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_port": { 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_port", 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "int", 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "10051", 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.608 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "zabbix_sender": { 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "name": "zabbix_sender", 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "str", 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "level": "advanced", 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "flags": 0, 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "default_value": "/usr/bin/zabbix_sender", 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "min": "", 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "max": "", 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "enum_allowed": [], 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "desc": "", 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "long_desc": "", 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "tags": [], 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "see_also": [] 2024-01-23T23:20:46.609 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "services": {}, 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "always_on_modules": { 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nautilus": [ 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator_cli", 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-23T23:20:46.610 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "octopus": [ 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "balancer", 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "crash", 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "devicehealth", 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "orchestrator", 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "osd_support", 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "pg_autoscaler", 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "progress", 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "rbd_support", 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "status", 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "telemetry", 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "volumes" 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ], 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "last_failure_osd_epoch": 4, 2024-01-23T23:20:46.611 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "active_clients": [ 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.37:0", 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1674742383 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.37:0", 2024-01-23T23:20:46.612 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1482625665 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout }, 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addrvec": [ 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "type": "v2", 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "addr": "172.21.15.37:0", 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "nonce": 1983821234 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout ] 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.613 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:46.614 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:45 smithi037 bash[35265]: audit 2024-01-23T23:20:45.828299+0000 mon.a (mon.0) 71 : audit [DBG] from='client.? 172.21.15.37:0/3344934112' entity='client.admin' cmd=[{"prefix": "mgr dump"}]: dispatch 2024-01-23T23:20:46.615 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Waiting for the mgr to restart... 2024-01-23T23:20:46.615 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Waiting for Mgr epoch 9... 2024-01-23T23:20:46.615 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'tell', 'mgr', 'mgr_status'] 2024-01-23T23:20:46.615 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 tell mgr mgr_status 2024-01-23T23:20:47.376 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:20:47 smithi037 bash[35497]: Warning: Permanently added 'smithi037,172.21.15.37' (ECDSA) to the list of known hosts. 2024-01-23T23:20:47.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:47 smithi037 bash[35265]: cluster 2024-01-23T23:20:46.993484+0000 mon.a (mon.0) 72 : cluster [INF] Active manager daemon y restarted 2024-01-23T23:20:47.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:47 smithi037 bash[35265]: cluster 2024-01-23T23:20:46.993896+0000 mon.a (mon.0) 73 : cluster [INF] Activating manager daemon y 2024-01-23T23:20:47.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:47 smithi037 bash[35265]: cluster 2024-01-23T23:20:46.995554+0000 mon.a (mon.0) 74 : cluster [DBG] osdmap e5: 0 total, 0 up, 0 in 2024-01-23T23:20:48.073 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout { 2024-01-23T23:20:48.073 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "mgrmap_epoch": 11, 2024-01-23T23:20:48.073 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout "initialized": true 2024-01-23T23:20:48.073 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout } 2024-01-23T23:20:48.343 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: cluster 2024-01-23T23:20:47.046415+0000 mon.a (mon.0) 75 : cluster [DBG] mgrmap e10: y(active, starting, since 0.0526021s) 2024-01-23T23:20:48.343 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.049742+0000 mon.a (mon.0) 76 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:20:48.343 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.049894+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:20:48.343 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.050040+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:20:48.343 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.050144+0000 mon.a (mon.0) 79 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:20:48.343 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.050416+0000 mon.a (mon.0) 80 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:20:48.343 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.050929+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2024-01-23T23:20:48.343 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.051127+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-23T23:20:48.343 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.051315+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-23T23:20:48.344 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.051513+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-23T23:20:48.344 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.051701+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:20:48.344 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.051887+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:20:48.344 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: cluster 2024-01-23T23:20:47.064837+0000 mon.a (mon.0) 87 : cluster [INF] Manager daemon y is now available 2024-01-23T23:20:48.344 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.086791+0000 mon.a (mon.0) 88 : audit [INF] from='admin socket' entity='admin socket' cmd='smart' args=[json]: dispatch 2024-01-23T23:20:48.344 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.960589+0000 mon.a (mon.0) 89 : audit [INF] from='admin socket' entity='admin socket' cmd=smart args=[json]: finished 2024-01-23T23:20:48.344 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:48 smithi037 bash[35265]: audit 2024-01-23T23:20:47.960882+0000 mon.a (mon.0) 90 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:20:48.371 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Generating a dashboard self-signed certificate... 2024-01-23T23:20:48.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'create-self-signed-cert'] 2024-01-23T23:20:48.371 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard create-self-signed-cert 2024-01-23T23:20:49.054 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout Self-signed certificate created 2024-01-23T23:20:49.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:49 smithi037 bash[35265]: cluster 2024-01-23T23:20:48.054249+0000 mon.a (mon.0) 91 : cluster [DBG] mgrmap e11: y(active, since 1.06043s) 2024-01-23T23:20:49.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:49 smithi037 bash[35265]: audit 2024-01-23T23:20:48.746931+0000 mon.a (mon.0) 92 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:48.746116\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:48.746217\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-23T23:20:48.746347\", \"networks\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:20:49.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:49 smithi037 bash[35265]: audit 2024-01-23T23:20:48.748674+0000 mon.a (mon.0) 93 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:48.746116\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:48.746217\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-23T23:20:48.746347\", \"networks\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:20:49.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:49 smithi037 bash[35265]: audit 2024-01-23T23:20:48.749279+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:20:49.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:49 smithi037 bash[35265]: audit 2024-01-23T23:20:49.047745+0000 mon.a (mon.0) 95 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEFGVDbBYy0nerLTFyEldg9kwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDEyMzIzMjA0\nOVoXDTM0MDEyMDIzMjA0OVowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArXCqBP9+\nyuAfpmS3pO5Tp1C3n08jNxMvcGs2G7Q4aEBdmywUDyHTldeDqNMDBqV4Rc/QIenn\nTTv9439ely/O6tKMwlKgUPHwB8ug8Xk/r08kU1CWX1sfQ49SvH6Su/oOmh3LSwzd\nSh5Lwb873AzcuuoTX1Q44qJGCPFaGU9/bUT52oWz1WYEKVfWH7Jchv/E9jGTFgov\nkCirzjpdiu/1Gl8c4Ux1JTUwjobb41NmoukErvKg8xnZoN27w+b8JwnArmNOddSQ\nip9QHYy6f2l0OXlSiMmN0OaiAdifj4uy2uJtZTVpxEueMGtHi5YLJsZacVnzyo0g\n71kW21Y40WG/MQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBmjqzCk5uzo541uYBE\nH/XFtnx+CZPRGwaPUvrooMmwSGAo71nXwzo84U/si6Pxjk8siDRQyEJYh4BWVMcE\nGIErEp3YiN+ZwG1su/p1aHJpC6RdQUnjV6NTZjTWjuZEsGlrrz/bdCsrf7iaa2Co\nPeiwWh7tMhEsjxaQnvDRcebDk57/hnkkGRbgLi9R5pPc8Y2PkuJRv8zoo4XRWELT\ntihgt4ttGF5dhsniiTFkv4h2oopd/hzrx+L9Yu+ck5iQKcsXfhixpkgEeYQalDi/\nHYGAPq9yUS742pECk5jQ+eZOM++fxgbJHAFZS4EOk/o9d9WEnJRrGaJwYrkXmSGu\nUW71\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-23T23:20:49.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:49 smithi037 bash[35265]: audit 2024-01-23T23:20:49.050226+0000 mon.a (mon.0) 96 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/crt","val":"-----BEGIN CERTIFICATE-----\nMIICzzCCAbcCEFGVDbBYy0nerLTFyEldg9kwDQYJKoZIhvcNAQENBQAwJjELMAkG\nA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgtZGFzaGJvYXJkMB4XDTI0MDEyMzIzMjA0\nOVoXDTM0MDEyMDIzMjA0OVowJjELMAkGA1UECgwCSVQxFzAVBgNVBAMMDmNlcGgt\nZGFzaGJvYXJkMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEArXCqBP9+\nyuAfpmS3pO5Tp1C3n08jNxMvcGs2G7Q4aEBdmywUDyHTldeDqNMDBqV4Rc/QIenn\nTTv9439ely/O6tKMwlKgUPHwB8ug8Xk/r08kU1CWX1sfQ49SvH6Su/oOmh3LSwzd\nSh5Lwb873AzcuuoTX1Q44qJGCPFaGU9/bUT52oWz1WYEKVfWH7Jchv/E9jGTFgov\nkCirzjpdiu/1Gl8c4Ux1JTUwjobb41NmoukErvKg8xnZoN27w+b8JwnArmNOddSQ\nip9QHYy6f2l0OXlSiMmN0OaiAdifj4uy2uJtZTVpxEueMGtHi5YLJsZacVnzyo0g\n71kW21Y40WG/MQIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQBmjqzCk5uzo541uYBE\nH/XFtnx+CZPRGwaPUvrooMmwSGAo71nXwzo84U/si6Pxjk8siDRQyEJYh4BWVMcE\nGIErEp3YiN+ZwG1su/p1aHJpC6RdQUnjV6NTZjTWjuZEsGlrrz/bdCsrf7iaa2Co\nPeiwWh7tMhEsjxaQnvDRcebDk57/hnkkGRbgLi9R5pPc8Y2PkuJRv8zoo4XRWELT\ntihgt4ttGF5dhsniiTFkv4h2oopd/hzrx+L9Yu+ck5iQKcsXfhixpkgEeYQalDi/\nHYGAPq9yUS742pECk5jQ+eZOM++fxgbJHAFZS4EOk/o9d9WEnJRrGaJwYrkXmSGu\nUW71\n-----END CERTIFICATE-----\n"}]': finished 2024-01-23T23:20:49.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:49 smithi037 bash[35265]: audit 2024-01-23T23:20:49.050674+0000 mon.a (mon.0) 97 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCtcKoE/37K4B+m\nZLek7lOnULefTyM3Ey9wazYbtDhoQF2bLBQPIdOV14Oo0wMGpXhFz9Ah6edNO/3j\nf16XL87q0ozCUqBQ8fAHy6DxeT+vTyRTUJZfWx9Dj1K8fpK7+g6aHctLDN1KHkvB\nvzvcDNy66hNfVDjiokYI8VoZT39tRPnahbPVZgQpV9YfslyG/8T2MZMWCi+QKKvO\nOl2K7/UaXxzhTHUlNTCOhtvjU2ai6QSu8qDzGdmg3bvD5vwnCcCuY0511JCKn1Ad\njLp/aXQ5eVKIyY3Q5qIB2J+Pi7La4m1lNWnES54wa0eLlgsmxlpxWfPKjSDvWRbb\nVjjRYb8xAgMBAAECggEANHSHp11Sjq88Q0ng1OwTtt3Nu0vm/ag6x8hVJAncqYMW\nDHFHW9BCOuZkdnHjT2ZKOusAKtGgWBaV0fFavWUDMrgdRERTIkgZ7XGjqoSeQzov\nZVdRM2POz9MQFdw+KsYVFn1+V6N7ZghFp0JcK1Bkjc9vrnw9fCXSArBkLJWDl5su\ndBtI9ga+7+P7uVcR0EoKJIRYWVa/YMIQbUQEalVWuCm4+apFMvvwMCnFwB/o4iqm\nUIytkU9VT5DYWDMqeI/RKLBcqAgru4dzYlNBMOUL8lxhjAKsHqyJcErneqR5+6k6\nCJ0B6426l0haMxeXTl0x9OekAqFOChZvRU1Cue0gAQKBgQDTqeEW3AjYPU0MLqUC\n2QHFy6yvtzZzQi3iDj7i0TUm+QILoWT6CXtRThRG3eqcQIwd5z6LvqAe9FXD6ayK\nyx6v8IEgstNfBWXM1CC/pe36DtikEVFrz1+QXKBshahewEgocv5XEBjVwKGzZB9R\n31aW/1cm4bQPZsta472MJHduAQKBgQDRxRx0w4kZFTfUmxAS0fAr5gV6QSVTuHM5\nPvnEB6cVGFRwH2EsYmyb2A0k5vVw9/UUaIdNjk4DylnpjedIlonT1pJHRyIoNk7Z\nu9iAwam0RL0fcn5yZqyPusi9oPmmyau45DodP6pd2BgwkbXMYb06IB5Mf80jhQ9w\n4Rp9IXexMQKBgDTnyGBLXVaXc/OwkQQ2M7A56Y7+L3j9uLRBNUzCWBPGt9EqZS/u\nQMmgx4azH1ow9BThYQvS+Pjjv7A5byw9+wylA9GlgRnGIpzhBNKCagpPvay8u2pE\nKjHORTb67YvJaf/aRmKCnoKHJKPPSdjQBze02RbZ4YTb/8ZXGGC4GLYBAoGAVBDC\nTqjuEHdIYJOj5Wbs8SrFlzD0XJDW3GI4hi7q7rFJZYWt07O+AtaaredBBXzZYsxh\nLNuSuEIntkmAHr71jUe4Z4hCUAsznl6BbVgvQmcpw6iGtCIhlZgtSpFwez7m6rnL\n8FzLUcCAMTazvKyOwPSOL+ons8xnW71aeDspVIECgYBEwUchez0YQuHa5djjf8rc\n/zTOk1rg5kO6AFIxyKr3/khhsiUlGgYrJfhvoiSIH4UsJgqS6EE6NITPLzmrzPKI\nEFE+mOWitQCb9lfQfHupnRgL2sOErZB6Q+dp97DdJvS7IoT8DxQct4U1d1esdsRx\niCTV1e2p6lCy8z0vxQEyGw==\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-23T23:20:49.532 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Creating initial admin user... 2024-01-23T23:20:49.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z', '--entrypoint', '/usr/bin/ceph', 'docker.io/ceph/ceph:v15.2.0', 'dashboard', 'ac-user-create', 'admin', 'vixdxvxc6m', 'administrator', '--force-password', '--pwd-update-required'] 2024-01-23T23:20:49.532 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/etc/ceph/ceph.conf:z --entrypoint /usr/bin/ceph docker.io/ceph/ceph:v15.2.0 dashboard ac-user-create admin vixdxvxc6m administrator --force-password --pwd-update-required 2024-01-23T23:20:50.283 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout {"username": "admin", "password": "$2b$12$DCUJ6sMeiCyNLs2SfyIive9Z11UlP6Kvth05rLDJcsq0jvO26xFRq", "roles": ["administrator"], "name": null, "email": null, "lastUpdate": 1706052050, "enabled": true, "pwdExpirationDate": null, "pwdUpdateRequired": true} 2024-01-23T23:20:50.316 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:50 smithi037 bash[35265]: audit 2024-01-23T23:20:48.980022+0000 mgr.y (mgr.14142) 1 : audit [DBG] from='client.14155 -' entity='client.admin' cmd=[{"prefix": "dashboard create-self-signed-cert", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:20:50.317 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:50 smithi037 bash[35265]: audit 2024-01-23T23:20:49.052946+0000 mon.a (mon.0) 98 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvAIBADANBgkqhkiG9w0BAQEFAASCBKYwggSiAgEAAoIBAQCtcKoE/37K4B+m\nZLek7lOnULefTyM3Ey9wazYbtDhoQF2bLBQPIdOV14Oo0wMGpXhFz9Ah6edNO/3j\nf16XL87q0ozCUqBQ8fAHy6DxeT+vTyRTUJZfWx9Dj1K8fpK7+g6aHctLDN1KHkvB\nvzvcDNy66hNfVDjiokYI8VoZT39tRPnahbPVZgQpV9YfslyG/8T2MZMWCi+QKKvO\nOl2K7/UaXxzhTHUlNTCOhtvjU2ai6QSu8qDzGdmg3bvD5vwnCcCuY0511JCKn1Ad\njLp/aXQ5eVKIyY3Q5qIB2J+Pi7La4m1lNWnES54wa0eLlgsmxlpxWfPKjSDvWRbb\nVjjRYb8xAgMBAAECggEANHSHp11Sjq88Q0ng1OwTtt3Nu0vm/ag6x8hVJAncqYMW\nDHFHW9BCOuZkdnHjT2ZKOusAKtGgWBaV0fFavWUDMrgdRERTIkgZ7XGjqoSeQzov\nZVdRM2POz9MQFdw+KsYVFn1+V6N7ZghFp0JcK1Bkjc9vrnw9fCXSArBkLJWDl5su\ndBtI9ga+7+P7uVcR0EoKJIRYWVa/YMIQbUQEalVWuCm4+apFMvvwMCnFwB/o4iqm\nUIytkU9VT5DYWDMqeI/RKLBcqAgru4dzYlNBMOUL8lxhjAKsHqyJcErneqR5+6k6\nCJ0B6426l0haMxeXTl0x9OekAqFOChZvRU1Cue0gAQKBgQDTqeEW3AjYPU0MLqUC\n2QHFy6yvtzZzQi3iDj7i0TUm+QILoWT6CXtRThRG3eqcQIwd5z6LvqAe9FXD6ayK\nyx6v8IEgstNfBWXM1CC/pe36DtikEVFrz1+QXKBshahewEgocv5XEBjVwKGzZB9R\n31aW/1cm4bQPZsta472MJHduAQKBgQDRxRx0w4kZFTfUmxAS0fAr5gV6QSVTuHM5\nPvnEB6cVGFRwH2EsYmyb2A0k5vVw9/UUaIdNjk4DylnpjedIlonT1pJHRyIoNk7Z\nu9iAwam0RL0fcn5yZqyPusi9oPmmyau45DodP6pd2BgwkbXMYb06IB5Mf80jhQ9w\n4Rp9IXexMQKBgDTnyGBLXVaXc/OwkQQ2M7A56Y7+L3j9uLRBNUzCWBPGt9EqZS/u\nQMmgx4azH1ow9BThYQvS+Pjjv7A5byw9+wylA9GlgRnGIpzhBNKCagpPvay8u2pE\nKjHORTb67YvJaf/aRmKCnoKHJKPPSdjQBze02RbZ4YTb/8ZXGGC4GLYBAoGAVBDC\nTqjuEHdIYJOj5Wbs8SrFlzD0XJDW3GI4hi7q7rFJZYWt07O+AtaaredBBXzZYsxh\nLNuSuEIntkmAHr71jUe4Z4hCUAsznl6BbVgvQmcpw6iGtCIhlZgtSpFwez7m6rnL\n8FzLUcCAMTazvKyOwPSOL+ons8xnW71aeDspVIECgYBEwUchez0YQuHa5djjf8rc\n/zTOk1rg5kO6AFIxyKr3/khhsiUlGgYrJfhvoiSIH4UsJgqS6EE6NITPLzmrzPKI\nEFE+mOWitQCb9lfQfHupnRgL2sOErZB6Q+dp97DdJvS7IoT8DxQct4U1d1esdsRx\niCTV1e2p6lCy8z0vxQEyGw==\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-23T23:20:50.317 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:50 smithi037 bash[35265]: cluster 2024-01-23T23:20:49.750858+0000 mon.a (mon.0) 99 : cluster [DBG] mgrmap e12: y(active, since 2s) 2024-01-23T23:20:50.914 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Fetching dashboard port number... 2024-01-23T23:20:50.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:['/bin/podman', 'run', '--rm', '--net=host', '-e', 'CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0', '-e', 'NODE_NAME=smithi037', '-v', '/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z', '-v', '/tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z', '-v', '/tmp/ceph-tmpv4lsm6bs:/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-23T23:20:50.915 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Running command: /bin/podman run --rm --net=host -e CONTAINER_IMAGE=docker.io/ceph/ceph:v15.2.0 -e NODE_NAME=smithi037 -v /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715:/var/log/ceph:z -v /tmp/ceph-tmp7tlvt4nc:/etc/ceph/ceph.client.admin.keyring:z -v /tmp/ceph-tmpv4lsm6bs:/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-23T23:20:51.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:51 smithi037 bash[35265]: audit 2024-01-23T23:20:50.031704+0000 mgr.y (mgr.14142) 2 : audit [DBG] from='client.14157 -' entity='client.admin' cmd=[{"prefix": "dashboard ac-user-create", "username": "admin", "password": "vixdxvxc6m", "rolename": "administrator", "force_password": true, "pwd_update_required": true, "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:20:51.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:51 smithi037 bash[35265]: audit 2024-01-23T23:20:50.279697+0000 mon.a (mon.0) 100 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$DCUJ6sMeiCyNLs2SfyIive9Z11UlP6Kvth05rLDJcsq0jvO26xFRq\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1706052050, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]: dispatch 2024-01-23T23:20:51.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:51 smithi037 bash[35265]: audit 2024-01-23T23:20:50.281501+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/dashboard/accessdb_v2","val":"{\"users\": {\"admin\": {\"username\": \"admin\", \"password\": \"$2b$12$DCUJ6sMeiCyNLs2SfyIive9Z11UlP6Kvth05rLDJcsq0jvO26xFRq\", \"roles\": [\"administrator\"], \"name\": null, \"email\": null, \"lastUpdate\": 1706052050, \"enabled\": true, \"pwdExpirationDate\": null, \"pwdUpdateRequired\": true}}, \"roles\": {}, \"version\": 2}"}]': finished 2024-01-23T23:20:51.485 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:/usr/bin/ceph:stdout 8443 2024-01-23T23:20:51.843 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Ceph Dashboard is now available at: 2024-01-23T23:20:51.843 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-01-23T23:20:51.843 INFO:teuthology.orchestra.run.smithi037.stderr: URL: https://smithi037.front.sepia.ceph.com:8443/ 2024-01-23T23:20:51.843 INFO:teuthology.orchestra.run.smithi037.stderr: User: admin 2024-01-23T23:20:51.843 INFO:teuthology.orchestra.run.smithi037.stderr: Password: vixdxvxc6m 2024-01-23T23:20:51.843 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-01-23T23:20:51.843 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:You can access the Ceph CLI with: 2024-01-23T23:20:51.844 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-01-23T23:20:51.844 INFO:teuthology.orchestra.run.smithi037.stderr: sudo /home/ubuntu/cephtest/cephadm shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring 2024-01-23T23:20:51.844 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-01-23T23:20:51.844 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Please consider enabling telemetry to help improve Ceph: 2024-01-23T23:20:51.844 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-01-23T23:20:51.844 INFO:teuthology.orchestra.run.smithi037.stderr: ceph telemetry on 2024-01-23T23:20:51.844 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-01-23T23:20:51.844 INFO:teuthology.orchestra.run.smithi037.stderr:For more information see: 2024-01-23T23:20:51.844 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-01-23T23:20:51.844 INFO:teuthology.orchestra.run.smithi037.stderr: https://docs.ceph.com/docs/master/mgr/telemetry/ 2024-01-23T23:20:51.845 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-01-23T23:20:51.845 INFO:teuthology.orchestra.run.smithi037.stderr:INFO:cephadm:Bootstrap complete. 2024-01-23T23:20:51.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Releasing lock 140606944484600 on /run/cephadm/e5313d84-ba45-11ee-95b1-87774f69a715.lock 2024-01-23T23:20:51.845 INFO:teuthology.orchestra.run.smithi037.stderr:DEBUG:cephadm:Lock 140606944484600 released on /run/cephadm/e5313d84-ba45-11ee-95b1-87774f69a715.lock 2024-01-23T23:20:51.868 INFO:tasks.cephadm:Fetching config... 2024-01-23T23:20:51.869 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-23T23:20:51.869 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.conf of=/dev/stdout 2024-01-23T23:20:51.887 INFO:tasks.cephadm:Fetching client.admin keyring... 2024-01-23T23:20:51.887 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-23T23:20:51.887 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/etc/ceph/ceph.client.admin.keyring of=/dev/stdout 2024-01-23T23:20:51.946 INFO:tasks.cephadm:Fetching mon keyring... 2024-01-23T23:20:51.946 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-23T23:20:51.946 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/mon.a/keyring of=/dev/stdout 2024-01-23T23:20:52.014 INFO:tasks.cephadm:Fetching pub ssh key... 2024-01-23T23:20:52.014 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-23T23:20:52.014 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/home/ubuntu/cephtest/ceph.pub of=/dev/stdout 2024-01-23T23:20:52.073 INFO:tasks.cephadm:Installing pub ssh key for root users... 2024-01-23T23:20:52.073 DEBUG:teuthology.orchestra.run.smithi037:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCofzKdXHWGHqzgZRjyTCSgTicg3Vo6R/dANx4U5sW8YUjU5SWbTSdv8Xr93B/Y3K4dHKbHiWU4FBdtmcUITu+t3PO92dvRHAzqoRqjYwrlnppjjKoM0mjBFWLqB1md4FJ5GlPDQ0CoKKVDFrijAkUBLAVQLqtKbLHSI1OuhWpAcQPPEoVZ0K69EjN+IW4KE9u+CaHfMflnk0Ig8X8zTs9iHgBEHEWSseNX0Q7MewdPsSCMTqvT2RT9zP8iach/hz0yGANRaBbcZEHSBcpOFFdBsyXo7Ra9EOXZ7WwmTwOlS9xj39CMDT4650q1YVSzpTxswB5azpUQMMzUkCwc6JdRR/EfSZzmgAfcouDgutRUaz3wPCj/ptiaE+/ulRegwwrvnU4yK3Yh1buZ65vKYh7QaiTkRnl0x5FS5KFIElU8kQHM0VCg6Wwoa3AZoywfKGor4aFKoBGMda1n0lJMHrT3Jrk5fjkjAVl0aTxIUrHuZ6ABOfOcMvLjneBnm8hl3zU= ceph-e5313d84-ba45-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-23T23:20:52.151 INFO:teuthology.orchestra.run.smithi037.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCofzKdXHWGHqzgZRjyTCSgTicg3Vo6R/dANx4U5sW8YUjU5SWbTSdv8Xr93B/Y3K4dHKbHiWU4FBdtmcUITu+t3PO92dvRHAzqoRqjYwrlnppjjKoM0mjBFWLqB1md4FJ5GlPDQ0CoKKVDFrijAkUBLAVQLqtKbLHSI1OuhWpAcQPPEoVZ0K69EjN+IW4KE9u+CaHfMflnk0Ig8X8zTs9iHgBEHEWSseNX0Q7MewdPsSCMTqvT2RT9zP8iach/hz0yGANRaBbcZEHSBcpOFFdBsyXo7Ra9EOXZ7WwmTwOlS9xj39CMDT4650q1YVSzpTxswB5azpUQMMzUkCwc6JdRR/EfSZzmgAfcouDgutRUaz3wPCj/ptiaE+/ulRegwwrvnU4yK3Yh1buZ65vKYh7QaiTkRnl0x5FS5KFIElU8kQHM0VCg6Wwoa3AZoywfKGor4aFKoBGMda1n0lJMHrT3Jrk5fjkjAVl0aTxIUrHuZ6ABOfOcMvLjneBnm8hl3zU= ceph-e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:52.163 DEBUG:teuthology.orchestra.run.smithi079:> sudo install -d -m 0700 /root/.ssh && echo 'ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCofzKdXHWGHqzgZRjyTCSgTicg3Vo6R/dANx4U5sW8YUjU5SWbTSdv8Xr93B/Y3K4dHKbHiWU4FBdtmcUITu+t3PO92dvRHAzqoRqjYwrlnppjjKoM0mjBFWLqB1md4FJ5GlPDQ0CoKKVDFrijAkUBLAVQLqtKbLHSI1OuhWpAcQPPEoVZ0K69EjN+IW4KE9u+CaHfMflnk0Ig8X8zTs9iHgBEHEWSseNX0Q7MewdPsSCMTqvT2RT9zP8iach/hz0yGANRaBbcZEHSBcpOFFdBsyXo7Ra9EOXZ7WwmTwOlS9xj39CMDT4650q1YVSzpTxswB5azpUQMMzUkCwc6JdRR/EfSZzmgAfcouDgutRUaz3wPCj/ptiaE+/ulRegwwrvnU4yK3Yh1buZ65vKYh7QaiTkRnl0x5FS5KFIElU8kQHM0VCg6Wwoa3AZoywfKGor4aFKoBGMda1n0lJMHrT3Jrk5fjkjAVl0aTxIUrHuZ6ABOfOcMvLjneBnm8hl3zU= ceph-e5313d84-ba45-11ee-95b1-87774f69a715' | sudo tee -a /root/.ssh/authorized_keys && sudo chmod 0600 /root/.ssh/authorized_keys 2024-01-23T23:20:52.208 INFO:teuthology.orchestra.run.smithi079.stdout:ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQCofzKdXHWGHqzgZRjyTCSgTicg3Vo6R/dANx4U5sW8YUjU5SWbTSdv8Xr93B/Y3K4dHKbHiWU4FBdtmcUITu+t3PO92dvRHAzqoRqjYwrlnppjjKoM0mjBFWLqB1md4FJ5GlPDQ0CoKKVDFrijAkUBLAVQLqtKbLHSI1OuhWpAcQPPEoVZ0K69EjN+IW4KE9u+CaHfMflnk0Ig8X8zTs9iHgBEHEWSseNX0Q7MewdPsSCMTqvT2RT9zP8iach/hz0yGANRaBbcZEHSBcpOFFdBsyXo7Ra9EOXZ7WwmTwOlS9xj39CMDT4650q1YVSzpTxswB5azpUQMMzUkCwc6JdRR/EfSZzmgAfcouDgutRUaz3wPCj/ptiaE+/ulRegwwrvnU4yK3Yh1buZ65vKYh7QaiTkRnl0x5FS5KFIElU8kQHM0VCg6Wwoa3AZoywfKGor4aFKoBGMda1n0lJMHrT3Jrk5fjkjAVl0aTxIUrHuZ6ABOfOcMvLjneBnm8hl3zU= ceph-e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:20:52.221 INFO:tasks.cephadm:Writing (initial) conf and keyring to smithi079 2024-01-23T23:20:52.221 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-23T23:20:52.221 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.conf 2024-01-23T23:20:52.280 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-23T23:20:52.280 DEBUG:teuthology.orchestra.run.smithi079:> dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-23T23:20:52.338 INFO:tasks.cephadm:Adding host smithi079 to orchestrator... 2024-01-23T23:20:52.338 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch host add smithi079 2024-01-23T23:20:52.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:52 smithi037 bash[35265]: audit 2024-01-23T23:20:51.285625+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:20:52.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:52 smithi037 bash[35265]: audit 2024-01-23T23:20:51.484757+0000 mon.a (mon.0) 103 : audit [DBG] from='client.? 172.21.15.37:0/2122962033' entity='client.admin' cmd=[{"prefix": "config get", "who": "mgr", "key": "mgr/dashboard/ssl_server_port"}]: dispatch 2024-01-23T23:20:52.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:52 smithi037 bash[35265]: audit 2024-01-23T23:20:51.501012+0000 mon.a (mon.0) 104 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:48.746116\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:48.746217\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-23T23:20:48.746347\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:20:52.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:52 smithi037 bash[35265]: audit 2024-01-23T23:20:51.503490+0000 mon.a (mon.0) 105 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:48.746116\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:20:48.746217\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-23T23:20:48.746347\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:20:54.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:20:54 smithi037 bash[35265]: cluster 2024-01-23T23:20:53.081715+0000 mon.a (mon.0) 106 : cluster [DBG] mgrmap e13: y(active, since 6s) 2024-01-23T23:21:08.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:08 smithi037 bash[35265]: cluster 2024-01-23T23:21:07.050004+0000 mgr.y (mgr.14142) 3 : cluster [DBG] pgmap v3: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:10.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:10 smithi037 bash[35265]: cluster 2024-01-23T23:21:09.050286+0000 mgr.y (mgr.14142) 4 : cluster [DBG] pgmap v4: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:12.089 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:21:11 smithi037 bash[35497]: Warning: Permanently added 'smithi079,172.21.15.79' (ECDSA) to the list of known hosts. 2024-01-23T23:21:12.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:12 smithi037 bash[35265]: cluster 2024-01-23T23:21:11.050574+0000 mgr.y (mgr.14142) 5 : cluster [DBG] pgmap v5: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:12.650 INFO:teuthology.orchestra.run.smithi079.stdout:Added host 'smithi079' 2024-01-23T23:21:13.145 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch host ls --format=json 2024-01-23T23:21:13.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:13 smithi037 bash[35265]: audit 2024-01-23T23:21:11.645320+0000 mgr.y (mgr.14142) 6 : audit [DBG] from='client.14161 -' entity='client.admin' cmd=[{"prefix": "orch host add", "hostname": "smithi079", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:21:13.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:13 smithi037 bash[35265]: audit 2024-01-23T23:21:12.103537+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"smithi037\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:21:13.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:13 smithi037 bash[35265]: audit 2024-01-23T23:21:12.107897+0000 mon.a (mon.0) 108 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"smithi037\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-23T23:21:13.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:13 smithi037 bash[35265]: cephadm 2024-01-23T23:21:12.108260+0000 mgr.y (mgr.14142) 7 : cephadm [INF] Added host smithi079 2024-01-23T23:21:13.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:13 smithi037 bash[35265]: audit 2024-01-23T23:21:12.302799+0000 mon.a (mon.0) 109 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:13.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:13 smithi037 bash[35265]: audit 2024-01-23T23:21:12.307390+0000 mon.a (mon.0) 110 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"networks\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:13.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:13 smithi037 bash[35265]: audit 2024-01-23T23:21:12.308019+0000 mon.a (mon.0) 111 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:13.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:13 smithi037 bash[35265]: audit 2024-01-23T23:21:12.481318+0000 mon.a (mon.0) 112 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-23T23:21:12.481008\", \"networks\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:13.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:13 smithi037 bash[35265]: audit 2024-01-23T23:21:12.485853+0000 mon.a (mon.0) 113 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-23T23:21:12.481008\", \"networks\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:13.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:13 smithi037 bash[35265]: audit 2024-01-23T23:21:12.486399+0000 mon.a (mon.0) 114 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:21:14.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:14 smithi037 bash[35265]: cluster 2024-01-23T23:21:13.050989+0000 mgr.y (mgr.14142) 8 : cluster [DBG] pgmap v6: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:14.786 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:21:14.786 INFO:teuthology.orchestra.run.smithi079.stdout:[{"addr": "smithi037", "hostname": "smithi037", "labels": [], "status": ""}, {"addr": "smithi079", "hostname": "smithi079", "labels": [], "status": ""}] 2024-01-23T23:21:15.167 INFO:tasks.cephadm:Setting crush tunables to default 2024-01-23T23:21:15.168 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd crush tunables default 2024-01-23T23:21:15.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:15 smithi037 bash[35265]: audit 2024-01-23T23:21:14.996574+0000 mon.a (mon.0) 115 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:16.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:16 smithi037 bash[35265]: audit 2024-01-23T23:21:14.783896+0000 mgr.y (mgr.14142) 9 : audit [DBG] from='client.14163 -' entity='client.admin' cmd=[{"prefix": "orch host ls", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-23T23:21:16.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:16 smithi037 bash[35265]: cluster 2024-01-23T23:21:15.051357+0000 mgr.y (mgr.14142) 10 : cluster [DBG] pgmap v7: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:16.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:16 smithi037 bash[35265]: audit 2024-01-23T23:21:15.180613+0000 mon.a (mon.0) 116 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-23T23:21:12.481008\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:16.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:16 smithi037 bash[35265]: audit 2024-01-23T23:21:15.185100+0000 mon.a (mon.0) 117 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {}, \"last_daemon_update\": \"2024-01-23T23:21:12.481008\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:17.109 INFO:teuthology.orchestra.run.smithi037.stderr:adjusted tunables profile to default 2024-01-23T23:21:17.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:17 smithi037 bash[35265]: audit 2024-01-23T23:21:16.275549+0000 mon.a (mon.0) 118 : audit [INF] from='client.? 172.21.15.37:0/1423465965' entity='client.admin' cmd=[{"prefix": "osd crush tunables", "profile": "default"}]: dispatch 2024-01-23T23:21:17.603 INFO:tasks.cephadm:Adding mon.c on smithi037 2024-01-23T23:21:17.603 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch daemon add mon 'smithi037:[v2:172.21.15.37:3301,v1:172.21.15.37:6790]=c' 2024-01-23T23:21:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:18 smithi037 bash[35265]: cluster 2024-01-23T23:21:17.051563+0000 mgr.y (mgr.14142) 11 : cluster [DBG] pgmap v8: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:18 smithi037 bash[35265]: audit 2024-01-23T23:21:17.104767+0000 mon.a (mon.0) 119 : audit [INF] from='client.? 172.21.15.37:0/1423465965' entity='client.admin' cmd='[{"prefix": "osd crush tunables", "profile": "default"}]': finished 2024-01-23T23:21:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:18 smithi037 bash[35265]: cluster 2024-01-23T23:21:17.104826+0000 mon.a (mon.0) 120 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-23T23:21:19.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:19 smithi037 bash[35265]: audit 2024-01-23T23:21:18.719297+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:21:19.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:19 smithi037 bash[35265]: audit 2024-01-23T23:21:18.719881+0000 mon.a (mon.0) 122 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:19.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:19 smithi037 bash[35265]: audit 2024-01-23T23:21:18.720483+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.c", "key": "container_image"}]: dispatch 2024-01-23T23:21:20.325 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:20 smithi037 bash[35265]: audit 2024-01-23T23:21:18.717701+0000 mgr.y (mgr.14142) 12 : audit [DBG] from='client.14167 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi037:[v2:172.21.15.37:3301,v1:172.21.15.37:6790]=c", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:21:20.326 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:20 smithi037 bash[35265]: cephadm 2024-01-23T23:21:18.720288+0000 mgr.y (mgr.14142) 13 : cephadm [INF] Deploying daemon mon.c on smithi037 2024-01-23T23:21:20.326 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:20 smithi037 bash[35265]: cluster 2024-01-23T23:21:19.051801+0000 mgr.y (mgr.14142) 14 : cluster [DBG] pgmap v10: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:20.723 INFO:teuthology.orchestra.run.smithi037.stdout:Deployed mon.c on host 'smithi037' 2024-01-23T23:21:21.166 DEBUG:teuthology.orchestra.run.smithi037:mon.c> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.c.service 2024-01-23T23:21:21.168 INFO:tasks.cephadm:Waiting for 2 mons in monmap... 2024-01-23T23:21:21.168 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-23T23:21:21.201 INFO:journalctl@ceph.mon.c.smithi037.stdout:-- Logs begin at Tue 2024-01-23 23:12:29 UTC. -- 2024-01-23T23:21:26.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:20.580262+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:21.052146+0000 mgr.y (mgr.14142) 15 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: audit 2024-01-23T23:21:21.262750+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262126\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}}, \"last_daemon_update\": \"2024-01-23T23:21:21.262232\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:22.578789+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:23.052463+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:25.052801+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:25.606401+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:25.609245+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:25.609295+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:25.609321+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:25.609528+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 38s) 2024-01-23T23:21:26.127 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: audit 2024-01-23T23:21:25.610349+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262126\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}}, \"last_daemon_update\": \"2024-01-23T23:21:21.262232\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:26.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: cluster 2024-01-23T23:21:25.612976+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-01-23T23:21:26.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[35265]: audit 2024-01-23T23:21:25.615048+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262126\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}}, \"last_daemon_update\": \"2024-01-23T23:21:21.262232\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:26.128 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:20.580262+0000 mon.a (mon.0) 127 : cluster [INF] mon.a calling monitor election 2024-01-23T23:21:26.128 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:21.052146+0000 mgr.y (mgr.14142) 15 : cluster [DBG] pgmap v11: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:26.128 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: audit 2024-01-23T23:21:21.262750+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262126\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}}, \"last_daemon_update\": \"2024-01-23T23:21:21.262232\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:26.128 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:22.578789+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-23T23:21:26.128 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:23.052463+0000 mgr.y (mgr.14142) 16 : cluster [DBG] pgmap v12: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:26.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:25.052801+0000 mgr.y (mgr.14142) 17 : cluster [DBG] pgmap v13: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:26.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:25.606401+0000 mon.a (mon.0) 129 : cluster [INF] mon.a is new leader, mons a,c in quorum (ranks 0,1) 2024-01-23T23:21:26.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:25.609245+0000 mon.a (mon.0) 130 : cluster [DBG] monmap e2: 2 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} 2024-01-23T23:21:26.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:25.609295+0000 mon.a (mon.0) 131 : cluster [DBG] fsmap 2024-01-23T23:21:26.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:25.609321+0000 mon.a (mon.0) 132 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-23T23:21:26.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:25.609528+0000 mon.a (mon.0) 133 : cluster [DBG] mgrmap e13: y(active, since 38s) 2024-01-23T23:21:26.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: audit 2024-01-23T23:21:25.610349+0000 mon.a (mon.0) 134 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262126\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}}, \"last_daemon_update\": \"2024-01-23T23:21:21.262232\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:26.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: cluster 2024-01-23T23:21:25.612976+0000 mon.a (mon.0) 135 : cluster [INF] overall HEALTH_OK 2024-01-23T23:21:26.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:25 smithi037 bash[38667]: audit 2024-01-23T23:21:25.615048+0000 mon.a (mon.0) 136 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262126\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}}, \"last_daemon_update\": \"2024-01-23T23:21:21.262232\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:26.460 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:21:26.460 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":2,"fsid":"e5313d84-ba45-11ee-95b1-87774f69a715","modified":"2024-01-23T23:21:20.578078Z","created":"2024-01-23T23:20:12.089086Z","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.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3301","nonce":0},{"type":"v1","addr":"172.21.15.37:6790","nonce":0}]},"addr":"172.21.15.37:6790/0","public_addr":"172.21.15.37:6790/0","priority":0,"weight":0}],"quorum":[0,1]} 2024-01-23T23:21:26.461 INFO:teuthology.orchestra.run.smithi037.stderr:dumped monmap epoch 2 2024-01-23T23:21:26.805 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:26 smithi037 bash[35265]: audit 2024-01-23T23:21:26.459662+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.37:0/2926152030' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-23T23:21:26.806 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:26 smithi037 bash[38667]: audit 2024-01-23T23:21:26.459662+0000 mon.a (mon.0) 137 : audit [DBG] from='client.? 172.21.15.37:0/2926152030' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-23T23:21:26.806 INFO:tasks.cephadm:Adding mon.b on smithi079 2024-01-23T23:21:26.807 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch daemon add mon smithi079:172.21.15.79=b 2024-01-23T23:21:28.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:28 smithi037 bash[35265]: cluster 2024-01-23T23:21:27.053173+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:28.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:28 smithi037 bash[35265]: audit 2024-01-23T23:21:28.035688+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:21:28.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:28 smithi037 bash[35265]: audit 2024-01-23T23:21:28.036541+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:28.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:28 smithi037 bash[35265]: audit 2024-01-23T23:21:28.037406+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-01-23T23:21:28.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:28 smithi037 bash[38667]: cluster 2024-01-23T23:21:27.053173+0000 mgr.y (mgr.14142) 18 : cluster [DBG] pgmap v14: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:28.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:28 smithi037 bash[38667]: audit 2024-01-23T23:21:28.035688+0000 mon.a (mon.0) 138 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:21:28.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:28 smithi037 bash[38667]: audit 2024-01-23T23:21:28.036541+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:28.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:28 smithi037 bash[38667]: audit 2024-01-23T23:21:28.037406+0000 mon.a (mon.0) 140 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon.b", "key": "container_image"}]: dispatch 2024-01-23T23:21:29.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:29 smithi037 bash[35265]: audit 2024-01-23T23:21:28.034284+0000 mgr.y (mgr.14142) 19 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi079:172.21.15.79=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:21:29.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:29 smithi037 bash[35265]: cephadm 2024-01-23T23:21:28.037096+0000 mgr.y (mgr.14142) 20 : cephadm [INF] Deploying daemon mon.b on smithi079 2024-01-23T23:21:29.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:29 smithi037 bash[38667]: audit 2024-01-23T23:21:28.034284+0000 mgr.y (mgr.14142) 19 : audit [DBG] from='client.14174 -' entity='client.admin' cmd=[{"prefix": "orch daemon add", "daemon_type": "mon", "placement": "smithi079:172.21.15.79=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:21:29.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:29 smithi037 bash[38667]: cephadm 2024-01-23T23:21:28.037096+0000 mgr.y (mgr.14142) 20 : cephadm [INF] Deploying daemon mon.b on smithi079 2024-01-23T23:21:30.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:30 smithi037 bash[35265]: cluster 2024-01-23T23:21:29.053579+0000 mgr.y (mgr.14142) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:30.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:30 smithi037 bash[38667]: cluster 2024-01-23T23:21:29.053579+0000 mgr.y (mgr.14142) 21 : cluster [DBG] pgmap v15: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:31.040 INFO:teuthology.orchestra.run.smithi079.stdout:Deployed mon.b on host 'smithi079' 2024-01-23T23:21:31.416 DEBUG:teuthology.orchestra.run.smithi079:mon.b> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.b.service 2024-01-23T23:21:31.418 INFO:tasks.cephadm:Waiting for 3 mons in monmap... 2024-01-23T23:21:31.419 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph mon dump -f json 2024-01-23T23:21:31.447 INFO:journalctl@ceph.mon.b.smithi079.stdout:-- Logs begin at Tue 2024-01-23 23:12:35 UTC. -- 2024-01-23T23:21:35.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:30.412943+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-23T23:21:35.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:30.420446+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-23T23:21:35.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: audit 2024-01-23T23:21:30.790777+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}}, \"last_daemon_update\": \"2024-01-23T23:21:30.790215\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:31.053880+0000 mgr.y (mgr.14142) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:32.410562+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:33.054205+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:35.054572+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:35.440778+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:35.449313+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:35.449369+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:35.449401+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:35.449620+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 48s) 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: audit 2024-01-23T23:21:35.450197+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}}, \"last_daemon_update\": \"2024-01-23T23:21:30.790215\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: cluster 2024-01-23T23:21:35.456566+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2024-01-23T23:21:35.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:35 smithi079 bash[35301]: audit 2024-01-23T23:21:35.462132+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}}, \"last_daemon_update\": \"2024-01-23T23:21:30.790215\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:35.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:30.412943+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-23T23:21:35.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:30.420446+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-23T23:21:35.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: audit 2024-01-23T23:21:30.790777+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}}, \"last_daemon_update\": \"2024-01-23T23:21:30.790215\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:35.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:31.053880+0000 mgr.y (mgr.14142) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:35.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:32.410562+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-23T23:21:35.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:33.054205+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:35.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:35.054572+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:35.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:35.440778+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:21:35.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:30.412943+0000 mon.a (mon.0) 144 : cluster [INF] mon.a calling monitor election 2024-01-23T23:21:35.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:30.420446+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-23T23:21:35.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: audit 2024-01-23T23:21:30.790777+0000 mon.a (mon.0) 145 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}}, \"last_daemon_update\": \"2024-01-23T23:21:30.790215\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:35.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:31.053880+0000 mgr.y (mgr.14142) 22 : cluster [DBG] pgmap v16: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:35.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:32.410562+0000 mon.b (mon.2) 1 : cluster [INF] mon.b calling monitor election 2024-01-23T23:21:35.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:33.054205+0000 mgr.y (mgr.14142) 23 : cluster [DBG] pgmap v17: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:35.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:35.054572+0000 mgr.y (mgr.14142) 24 : cluster [DBG] pgmap v18: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:35.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:35.440778+0000 mon.a (mon.0) 146 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:21:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:35.449313+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} 2024-01-23T23:21:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:35.449369+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-01-23T23:21:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:35.449401+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-23T23:21:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:35.449620+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 48s) 2024-01-23T23:21:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: audit 2024-01-23T23:21:35.450197+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}}, \"last_daemon_update\": \"2024-01-23T23:21:30.790215\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: cluster 2024-01-23T23:21:35.456566+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2024-01-23T23:21:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[35265]: audit 2024-01-23T23:21:35.462132+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}}, \"last_daemon_update\": \"2024-01-23T23:21:30.790215\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:35.449313+0000 mon.a (mon.0) 147 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} 2024-01-23T23:21:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:35.449369+0000 mon.a (mon.0) 148 : cluster [DBG] fsmap 2024-01-23T23:21:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:35.449401+0000 mon.a (mon.0) 149 : cluster [DBG] osdmap e6: 0 total, 0 up, 0 in 2024-01-23T23:21:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:35.449620+0000 mon.a (mon.0) 150 : cluster [DBG] mgrmap e13: y(active, since 48s) 2024-01-23T23:21:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: audit 2024-01-23T23:21:35.450197+0000 mon.a (mon.0) 151 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}}, \"last_daemon_update\": \"2024-01-23T23:21:30.790215\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: cluster 2024-01-23T23:21:35.456566+0000 mon.a (mon.0) 152 : cluster [INF] overall HEALTH_OK 2024-01-23T23:21:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:35 smithi037 bash[38667]: audit 2024-01-23T23:21:35.462132+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}}, \"last_daemon_update\": \"2024-01-23T23:21:30.790215\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:36.680 INFO:teuthology.orchestra.run.smithi079.stdout: 2024-01-23T23:21:36.681 INFO:teuthology.orchestra.run.smithi079.stdout:{"epoch":3,"fsid":"e5313d84-ba45-11ee-95b1-87774f69a715","modified":"2024-01-23T23:21:30.409603Z","created":"2024-01-23T23:20:12.089086Z","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.37:3300","nonce":0},{"type":"v1","addr":"172.21.15.37:6789","nonce":0}]},"addr":"172.21.15.37:6789/0","public_addr":"172.21.15.37:6789/0","priority":0,"weight":0},{"rank":1,"name":"c","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:3301","nonce":0},{"type":"v1","addr":"172.21.15.37:6790","nonce":0}]},"addr":"172.21.15.37:6790/0","public_addr":"172.21.15.37:6790/0","priority":0,"weight":0},{"rank":2,"name":"b","public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:3300","nonce":0},{"type":"v1","addr":"172.21.15.79:6789","nonce":0}]},"addr":"172.21.15.79:6789/0","public_addr":"172.21.15.79:6789/0","priority":0,"weight":0}],"quorum":[0,1,2]} 2024-01-23T23:21:36.682 INFO:teuthology.orchestra.run.smithi079.stderr:dumped monmap epoch 3 2024-01-23T23:21:37.102 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:36 smithi079 bash[35301]: audit 2024-01-23T23:21:36.679609+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.79:0/1865007508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-23T23:21:37.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:36 smithi037 bash[35265]: audit 2024-01-23T23:21:36.679609+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.79:0/1865007508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-23T23:21:37.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:36 smithi037 bash[38667]: audit 2024-01-23T23:21:36.679609+0000 mon.a (mon.0) 154 : audit [DBG] from='client.? 172.21.15.79:0/1865007508' entity='client.admin' cmd=[{"prefix": "mon dump", "format": "json"}]: dispatch 2024-01-23T23:21:38.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:38 smithi079 bash[35301]: cluster 2024-01-23T23:21:37.054859+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:38.375 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:38 smithi037 bash[35265]: cluster 2024-01-23T23:21:37.054859+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:38.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:38 smithi037 bash[38667]: cluster 2024-01-23T23:21:37.054859+0000 mgr.y (mgr.14142) 25 : cluster [DBG] pgmap v19: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:39.014 INFO:tasks.cephadm:Generating final ceph.conf file... 2024-01-23T23:21:39.015 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph config generate-minimal-conf 2024-01-23T23:21:40.113 INFO:teuthology.orchestra.run.smithi037.stdout:# minimal ceph.conf for e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:21:40.114 INFO:teuthology.orchestra.run.smithi037.stdout:[global] 2024-01-23T23:21:40.114 INFO:teuthology.orchestra.run.smithi037.stdout: fsid = e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:21:40.114 INFO:teuthology.orchestra.run.smithi037.stdout: mon_host = [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] [v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0] 2024-01-23T23:21:40.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:40 smithi079 bash[35301]: cluster 2024-01-23T23:21:39.055171+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:40.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:40 smithi037 bash[35265]: cluster 2024-01-23T23:21:39.055171+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:40.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:40 smithi037 bash[38667]: cluster 2024-01-23T23:21:39.055171+0000 mgr.y (mgr.14142) 26 : cluster [DBG] pgmap v20: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:40.427 INFO:tasks.cephadm:Distributing (final) config and client.admin keyring... 2024-01-23T23:21:40.428 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-23T23:21:40.428 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.conf 2024-01-23T23:21:40.457 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-23T23:21:40.457 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-23T23:21:40.525 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-23T23:21:40.525 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.conf 2024-01-23T23:21:40.588 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-23T23:21:40.589 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.admin.keyring 2024-01-23T23:21:40.664 INFO:tasks.cephadm:Adding mgr.y on smithi037 2024-01-23T23:21:40.664 INFO:tasks.cephadm:Adding mgr.x on smithi079 2024-01-23T23:21:40.664 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch apply mgr '2;smithi037=y;smithi079=x' 2024-01-23T23:21:41.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:41 smithi079 bash[35301]: audit 2024-01-23T23:21:40.113155+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.37:0/3905467220' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:41.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:41 smithi037 bash[35265]: audit 2024-01-23T23:21:40.113155+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.37:0/3905467220' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:41.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:41 smithi037 bash[38667]: audit 2024-01-23T23:21:40.113155+0000 mon.a (mon.0) 155 : audit [DBG] from='client.? 172.21.15.37:0/3905467220' entity='client.admin' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:42.373 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:42 smithi079 bash[35301]: cluster 2024-01-23T23:21:41.055563+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:42.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:42 smithi037 bash[35265]: cluster 2024-01-23T23:21:41.055563+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:42.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:42 smithi037 bash[38667]: cluster 2024-01-23T23:21:41.055563+0000 mgr.y (mgr.14142) 27 : cluster [DBG] pgmap v21: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:44.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:44 smithi037 bash[35265]: cluster 2024-01-23T23:21:43.055932+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:44.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:44 smithi037 bash[38667]: cluster 2024-01-23T23:21:43.055932+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:44 smithi079 bash[35301]: cluster 2024-01-23T23:21:43.055932+0000 mgr.y (mgr.14142) 28 : cluster [DBG] pgmap v22: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:45.491 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled mgr update... 2024-01-23T23:21:45.855 DEBUG:teuthology.orchestra.run.smithi079:mgr.x> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.x.service 2024-01-23T23:21:45.857 INFO:tasks.cephadm:Deploying OSDs... 2024-01-23T23:21:45.857 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-23T23:21:45.857 DEBUG:teuthology.orchestra.run.smithi037:> dd if=/scratch_devs of=/dev/stdout 2024-01-23T23:21:45.882 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-23T23:21:45.882 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_1 2024-01-23T23:21:45.884 INFO:journalctl@ceph.mgr.x.smithi079.stdout:-- Logs begin at Tue 2024-01-23 23:12:35 UTC. -- 2024-01-23T23:21:45.944 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-23T23:21:45.944 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-23T23:21:45.944 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 161288 Links: 1 2024-01-23T23:21:45.944 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-23T23:21:45.944 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-01-23T23:21:45.944 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-01-23 23:21:20.279381491 +0000 2024-01-23T23:21:45.944 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-01-23 23:18:13.030768788 +0000 2024-01-23T23:21:45.945 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-01-23 23:18:13.030768788 +0000 2024-01-23T23:21:45.945 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-01-23T23:21:45.945 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-23T23:21:46.016 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-01-23T23:21:46.016 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-01-23T23:21:46.016 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000230387 s, 2.2 MB/s 2024-01-23T23:21:46.018 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-23T23:21:46.080 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_2 2024-01-23T23:21:46.142 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-23T23:21:46.142 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-23T23:21:46.142 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 160606 Links: 1 2024-01-23T23:21:46.142 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-23T23:21:46.142 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-01-23T23:21:46.143 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-01-23 23:21:20.279381491 +0000 2024-01-23T23:21:46.143 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-01-23 23:18:13.386763992 +0000 2024-01-23T23:21:46.143 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-01-23 23:18:13.386763992 +0000 2024-01-23T23:21:46.143 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-01-23T23:21:46.143 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-23T23:21:46.211 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-01-23T23:21:46.211 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-01-23T23:21:46.211 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000217797 s, 2.4 MB/s 2024-01-23T23:21:46.212 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-23T23:21:46.273 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_3 2024-01-23T23:21:46.333 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-23T23:21:46.333 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-23T23:21:46.333 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 159551 Links: 1 2024-01-23T23:21:46.333 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-23T23:21:46.333 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-01-23T23:21:46.333 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-01-23 23:21:20.279381491 +0000 2024-01-23T23:21:46.333 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-01-23 23:18:13.738759250 +0000 2024-01-23T23:21:46.333 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-01-23 23:18:13.738759250 +0000 2024-01-23T23:21:46.333 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-01-23T23:21:46.334 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-23T23:21:46.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[35265]: cluster 2024-01-23T23:21:45.056389+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:46.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[35265]: audit 2024-01-23T23:21:45.486128+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-23T23:21:45.485782\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-23T23:21:46.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[35265]: audit 2024-01-23T23:21:45.488741+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-23T23:21:45.485782\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-23T23:21:46.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[35265]: audit 2024-01-23T23:21:45.490133+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:21:46.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[35265]: audit 2024-01-23T23:21:45.492681+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-23T23:21:46.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[35265]: audit 2024-01-23T23:21:45.493520+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:46.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[35265]: audit 2024-01-23T23:21:45.494625+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-23T23:21:46.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[38667]: cluster 2024-01-23T23:21:45.056389+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:46.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[38667]: audit 2024-01-23T23:21:45.486128+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-23T23:21:45.485782\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-23T23:21:46.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[38667]: audit 2024-01-23T23:21:45.488741+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-23T23:21:45.485782\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-23T23:21:46.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[38667]: audit 2024-01-23T23:21:45.490133+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:21:46.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[38667]: audit 2024-01-23T23:21:45.492681+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-23T23:21:46.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[38667]: audit 2024-01-23T23:21:45.493520+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:46.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:46 smithi037 bash[38667]: audit 2024-01-23T23:21:45.494625+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-23T23:21:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-01-23T23:21:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-01-23T23:21:46.401 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000180342 s, 2.8 MB/s 2024-01-23T23:21:46.402 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-23T23:21:46.462 DEBUG:teuthology.orchestra.run.smithi037:> stat /dev/vg_nvme/lv_4 2024-01-23T23:21:46.519 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:46 smithi079 bash[35301]: cluster 2024-01-23T23:21:45.056389+0000 mgr.y (mgr.14142) 29 : cluster [DBG] pgmap v23: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:46.519 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:46 smithi079 bash[35301]: audit 2024-01-23T23:21:45.486128+0000 mon.a (mon.0) 156 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-23T23:21:45.485782\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]: dispatch 2024-01-23T23:21:46.520 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:46 smithi079 bash[35301]: audit 2024-01-23T23:21:45.488741+0000 mon.a (mon.0) 157 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.mgr","val":"{\"created\": \"2024-01-23T23:21:45.485782\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"y\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"x\", \"network\": \"\"}]}, \"service_type\": \"mgr\"}}"}]': finished 2024-01-23T23:21:46.520 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:46 smithi079 bash[35301]: audit 2024-01-23T23:21:45.490133+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:21:46.520 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:46 smithi079 bash[35301]: audit 2024-01-23T23:21:45.492681+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]': finished 2024-01-23T23:21:46.520 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:46 smithi079 bash[35301]: audit 2024-01-23T23:21:45.493520+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:46.520 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:46 smithi079 bash[35301]: audit 2024-01-23T23:21:45.494625+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-23T23:21:46.521 INFO:teuthology.orchestra.run.smithi037.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-23T23:21:46.521 INFO:teuthology.orchestra.run.smithi037.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-23T23:21:46.521 INFO:teuthology.orchestra.run.smithi037.stdout:Device: 6h/6d Inode: 160685 Links: 1 2024-01-23T23:21:46.521 INFO:teuthology.orchestra.run.smithi037.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-23T23:21:46.521 INFO:teuthology.orchestra.run.smithi037.stdout:Context: system_u:object_r:device_t:s0 2024-01-23T23:21:46.521 INFO:teuthology.orchestra.run.smithi037.stdout:Access: 2024-01-23 23:21:20.279381491 +0000 2024-01-23T23:21:46.521 INFO:teuthology.orchestra.run.smithi037.stdout:Modify: 2024-01-23 23:18:14.074754728 +0000 2024-01-23T23:21:46.521 INFO:teuthology.orchestra.run.smithi037.stdout:Change: 2024-01-23 23:18:14.074754728 +0000 2024-01-23T23:21:46.521 INFO:teuthology.orchestra.run.smithi037.stdout: Birth: - 2024-01-23T23:21:46.522 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-23T23:21:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records in 2024-01-23T23:21:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:1+0 records out 2024-01-23T23:21:46.588 INFO:teuthology.orchestra.run.smithi037.stderr:512 bytes copied, 0.000245079 s, 2.1 MB/s 2024-01-23T23:21:46.589 DEBUG:teuthology.orchestra.run.smithi037:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-23T23:21:46.649 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-23T23:21:46.649 DEBUG:teuthology.orchestra.run.smithi079:> dd if=/scratch_devs of=/dev/stdout 2024-01-23T23:21:46.667 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-23T23:21:46.667 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_1 2024-01-23T23:21:46.725 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_1 -> ../dm-0 2024-01-23T23:21:46.725 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-23T23:21:46.725 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 163345 Links: 1 2024-01-23T23:21:46.726 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-23T23:21:46.726 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-01-23T23:21:46.726 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-23 23:21:46.598845809 +0000 2024-01-23T23:21:46.726 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-23 23:18:10.301932448 +0000 2024-01-23T23:21:46.726 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-23 23:18:10.301932448 +0000 2024-01-23T23:21:46.726 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-23T23:21:46.726 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_1 of=/dev/null count=1 2024-01-23T23:21:46.772 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:21:46 smithi079 systemd[1]: Starting Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:21:46.795 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-23T23:21:46.796 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-23T23:21:46.796 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000260535 s, 2.0 MB/s 2024-01-23T23:21:46.797 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_1 2024-01-23T23:21:46.858 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_2 2024-01-23T23:21:46.918 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_2 -> ../dm-1 2024-01-23T23:21:46.918 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-23T23:21:46.918 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 168000 Links: 1 2024-01-23T23:21:46.918 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-23T23:21:46.918 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-01-23T23:21:46.918 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-23 23:21:46.726842769 +0000 2024-01-23T23:21:46.918 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-23 23:18:10.635924512 +0000 2024-01-23T23:21:46.918 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-23 23:18:10.635924512 +0000 2024-01-23T23:21:46.918 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-23T23:21:46.919 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_2 of=/dev/null count=1 2024-01-23T23:21:46.987 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-23T23:21:46.987 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-23T23:21:46.987 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000257196 s, 2.0 MB/s 2024-01-23T23:21:46.988 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_2 2024-01-23T23:21:47.049 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_3 2024-01-23T23:21:47.102 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:21:46 smithi079 podman[36089]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.x" found: no such container 2024-01-23T23:21:47.102 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:21:46 smithi079 systemd[1]: Started Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:21:47.109 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_3 -> ../dm-2 2024-01-23T23:21:47.109 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-23T23:21:47.109 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 168107 Links: 1 2024-01-23T23:21:47.109 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-23T23:21:47.109 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-01-23T23:21:47.109 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-23 23:21:46.726842769 +0000 2024-01-23T23:21:47.109 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-23 23:18:10.961916767 +0000 2024-01-23T23:21:47.109 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-23 23:18:10.961916767 +0000 2024-01-23T23:21:47.109 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-23T23:21:47.109 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_3 of=/dev/null count=1 2024-01-23T23:21:47.176 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-23T23:21:47.176 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-23T23:21:47.176 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000173143 s, 3.0 MB/s 2024-01-23T23:21:47.177 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_3 2024-01-23T23:21:47.236 DEBUG:teuthology.orchestra.run.smithi079:> stat /dev/vg_nvme/lv_4 2024-01-23T23:21:47.294 INFO:teuthology.orchestra.run.smithi079.stdout: File: /dev/vg_nvme/lv_4 -> ../dm-3 2024-01-23T23:21:47.294 INFO:teuthology.orchestra.run.smithi079.stdout: Size: 7 Blocks: 0 IO Block: 4096 symbolic link 2024-01-23T23:21:47.294 INFO:teuthology.orchestra.run.smithi079.stdout:Device: 6h/6d Inode: 161454 Links: 1 2024-01-23T23:21:47.294 INFO:teuthology.orchestra.run.smithi079.stdout:Access: (0777/lrwxrwxrwx) Uid: ( 0/ root) Gid: ( 0/ root) 2024-01-23T23:21:47.294 INFO:teuthology.orchestra.run.smithi079.stdout:Context: system_u:object_r:device_t:s0 2024-01-23T23:21:47.294 INFO:teuthology.orchestra.run.smithi079.stdout:Access: 2024-01-23 23:21:46.726842769 +0000 2024-01-23T23:21:47.294 INFO:teuthology.orchestra.run.smithi079.stdout:Modify: 2024-01-23 23:18:11.300908712 +0000 2024-01-23T23:21:47.294 INFO:teuthology.orchestra.run.smithi079.stdout:Change: 2024-01-23 23:18:11.300908712 +0000 2024-01-23T23:21:47.295 INFO:teuthology.orchestra.run.smithi079.stdout: Birth: - 2024-01-23T23:21:47.295 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd if=/dev/vg_nvme/lv_4 of=/dev/null count=1 2024-01-23T23:21:47.361 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records in 2024-01-23T23:21:47.361 INFO:teuthology.orchestra.run.smithi079.stderr:1+0 records out 2024-01-23T23:21:47.361 INFO:teuthology.orchestra.run.smithi079.stderr:512 bytes copied, 0.000236448 s, 2.2 MB/s 2024-01-23T23:21:47.362 DEBUG:teuthology.orchestra.run.smithi079:> ! mount | grep -v devtmpfs | grep -q /dev/vg_nvme/lv_4 2024-01-23T23:21:47.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[35265]: audit 2024-01-23T23:21:45.485153+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=y;smithi079=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:21:47.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[35265]: cephadm 2024-01-23T23:21:45.485768+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi037=y,smithi079=x 2024-01-23T23:21:47.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[35265]: cephadm 2024-01-23T23:21:45.494129+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi079 2024-01-23T23:21:47.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[35265]: audit 2024-01-23T23:21:46.832327+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:47.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[35265]: audit 2024-01-23T23:21:46.835004+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:47.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[35265]: audit 2024-01-23T23:21:46.835570+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:47.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[38667]: audit 2024-01-23T23:21:45.485153+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=y;smithi079=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:21:47.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[38667]: cephadm 2024-01-23T23:21:45.485768+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi037=y,smithi079=x 2024-01-23T23:21:47.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[38667]: cephadm 2024-01-23T23:21:45.494129+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi079 2024-01-23T23:21:47.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[38667]: audit 2024-01-23T23:21:46.832327+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:47.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[38667]: audit 2024-01-23T23:21:46.835004+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:47.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:47 smithi037 bash[38667]: audit 2024-01-23T23:21:46.835570+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:47.420 INFO:tasks.cephadm:Deploying osd.0 on smithi037 with /dev/vg_nvme/lv_4... 2024-01-23T23:21:47.421 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-23T23:21:47.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:47 smithi079 bash[35301]: audit 2024-01-23T23:21:45.485153+0000 mgr.y (mgr.14142) 30 : audit [DBG] from='client.24104 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "mgr", "placement": "2;smithi037=y;smithi079=x", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:21:47.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:47 smithi079 bash[35301]: cephadm 2024-01-23T23:21:45.485768+0000 mgr.y (mgr.14142) 31 : cephadm [INF] Saving service mgr spec with placement count:2 smithi037=y,smithi079=x 2024-01-23T23:21:47.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:47 smithi079 bash[35301]: cephadm 2024-01-23T23:21:45.494129+0000 mgr.y (mgr.14142) 32 : cephadm [INF] Deploying daemon mgr.x on smithi079 2024-01-23T23:21:47.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:47 smithi079 bash[35301]: audit 2024-01-23T23:21:46.832327+0000 mon.a (mon.0) 162 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:47.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:47 smithi079 bash[35301]: audit 2024-01-23T23:21:46.835004+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:30.790071\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:47.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:47 smithi079 bash[35301]: audit 2024-01-23T23:21:46.835570+0000 mon.a (mon.0) 164 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:48.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[35265]: cluster 2024-01-23T23:21:47.056827+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:48.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[35265]: audit 2024-01-23T23:21:47.550018+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_daemon_update\": \"2024-01-23T23:21:47.549295\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:48.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[35265]: audit 2024-01-23T23:21:47.552907+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_daemon_update\": \"2024-01-23T23:21:47.549295\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:48.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[35265]: audit 2024-01-23T23:21:47.554268+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-23T23:21:48.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[35265]: audit 2024-01-23T23:21:47.554878+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:48.368 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[35265]: audit 2024-01-23T23:21:47.555603+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-23T23:21:48.369 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[35265]: cluster 2024-01-23T23:21:47.833669+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-23T23:21:48.369 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[38667]: cluster 2024-01-23T23:21:47.056827+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:48.369 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[38667]: audit 2024-01-23T23:21:47.550018+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_daemon_update\": \"2024-01-23T23:21:47.549295\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:48.369 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[38667]: audit 2024-01-23T23:21:47.552907+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_daemon_update\": \"2024-01-23T23:21:47.549295\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:48.369 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[38667]: audit 2024-01-23T23:21:47.554268+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-23T23:21:48.369 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[38667]: audit 2024-01-23T23:21:47.554878+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:48.369 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[38667]: audit 2024-01-23T23:21:47.555603+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-23T23:21:48.369 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:48 smithi037 bash[38667]: cluster 2024-01-23T23:21:47.833669+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-23T23:21:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:48 smithi079 bash[35301]: cluster 2024-01-23T23:21:47.056827+0000 mgr.y (mgr.14142) 33 : cluster [DBG] pgmap v24: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:48 smithi079 bash[35301]: audit 2024-01-23T23:21:47.550018+0000 mon.a (mon.0) 165 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_daemon_update\": \"2024-01-23T23:21:47.549295\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:21:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:48 smithi079 bash[35301]: audit 2024-01-23T23:21:47.552907+0000 mon.a (mon.0) 166 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}}, \"last_daemon_update\": \"2024-01-23T23:21:47.549295\", \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:21:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:48 smithi079 bash[35301]: audit 2024-01-23T23:21:47.554268+0000 mon.a (mon.0) 167 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.y"}]: dispatch 2024-01-23T23:21:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:48 smithi079 bash[35301]: audit 2024-01-23T23:21:47.554878+0000 mon.a (mon.0) 168 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:48 smithi079 bash[35301]: audit 2024-01-23T23:21:47.555603+0000 mon.a (mon.0) 169 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.y", "key": "container_image"}]: dispatch 2024-01-23T23:21:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:48 smithi079 bash[35301]: cluster 2024-01-23T23:21:47.833669+0000 mon.a (mon.0) 170 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive (PG_AVAILABILITY) 2024-01-23T23:21:48.989 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-23T23:21:48.989 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-23T23:21:48.989 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2024-01-23T23:21:48.989 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2024-01-23T23:21:48.989 INFO:teuthology.orchestra.run.smithi037.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0114725 s, 914 MB/s 2024-01-23T23:21:48.989 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2024-01-23T23:21:49.360 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:49 smithi037 bash[38667]: cephadm 2024-01-23T23:21:47.554074+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-23T23:21:49.360 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:49 smithi037 bash[38667]: cephadm 2024-01-23T23:21:47.555354+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring daemon mgr.y on smithi037 2024-01-23T23:21:49.360 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:49 smithi037 bash[38667]: audit 2024-01-23T23:21:48.722577+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:49.361 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:49 smithi037 bash[38667]: audit 2024-01-23T23:21:48.725990+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:49.361 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:49 smithi037 bash[38667]: audit 2024-01-23T23:21:48.726669+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:49.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:49 smithi037 bash[35265]: cephadm 2024-01-23T23:21:47.554074+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-23T23:21:49.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:49 smithi037 bash[35265]: cephadm 2024-01-23T23:21:47.555354+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring daemon mgr.y on smithi037 2024-01-23T23:21:49.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:49 smithi037 bash[35265]: audit 2024-01-23T23:21:48.722577+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:49.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:49 smithi037 bash[35265]: audit 2024-01-23T23:21:48.725990+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:49.361 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:49 smithi037 bash[35265]: audit 2024-01-23T23:21:48.726669+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:49.574 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch daemon add osd smithi037:vg_nvme/lv_4 2024-01-23T23:21:49.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:49 smithi079 bash[35301]: cephadm 2024-01-23T23:21:47.554074+0000 mgr.y (mgr.14142) 34 : cephadm [INF] Reconfiguring mgr.y (unknown last config time)... 2024-01-23T23:21:49.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:49 smithi079 bash[35301]: cephadm 2024-01-23T23:21:47.555354+0000 mgr.y (mgr.14142) 35 : cephadm [INF] Reconfiguring daemon mgr.y on smithi037 2024-01-23T23:21:49.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:49 smithi079 bash[35301]: audit 2024-01-23T23:21:48.722577+0000 mon.a (mon.0) 171 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:49.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:49 smithi079 bash[35301]: audit 2024-01-23T23:21:48.725990+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262048\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"daemon_id\": \"y\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:21.262158\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:49.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:49 smithi079 bash[35301]: audit 2024-01-23T23:21:48.726669+0000 mon.a (mon.0) 173 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:50.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:50 smithi037 bash[38667]: cluster 2024-01-23T23:21:49.057090+0000 mgr.y (mgr.14142) 36 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:50.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:50 smithi037 bash[35265]: cluster 2024-01-23T23:21:49.057090+0000 mgr.y (mgr.14142) 36 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:50.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:50 smithi037 bash[38667]: audit 2024-01-23T23:21:49.667154+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_daemon_update\": \"2024-01-23T23:21:49.666632\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:50.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:50 smithi037 bash[38667]: audit 2024-01-23T23:21:49.669485+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_daemon_update\": \"2024-01-23T23:21:49.666632\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:50.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:50 smithi037 bash[35265]: audit 2024-01-23T23:21:49.667154+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_daemon_update\": \"2024-01-23T23:21:49.666632\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:50.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:50 smithi037 bash[35265]: audit 2024-01-23T23:21:49.669485+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_daemon_update\": \"2024-01-23T23:21:49.666632\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:50.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:50 smithi079 bash[35301]: cluster 2024-01-23T23:21:49.057090+0000 mgr.y (mgr.14142) 36 : cluster [DBG] pgmap v25: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:50 smithi079 bash[35301]: audit 2024-01-23T23:21:49.667154+0000 mon.a (mon.0) 174 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_daemon_update\": \"2024-01-23T23:21:49.666632\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:50 smithi079 bash[35301]: audit 2024-01-23T23:21:49.669485+0000 mon.a (mon.0) 175 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}}, \"last_daemon_update\": \"2024-01-23T23:21:49.666632\", \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:51.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[35265]: cluster 2024-01-23T23:21:50.671658+0000 mon.a (mon.0) 176 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:21:51.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[35265]: audit 2024-01-23T23:21:50.672644+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.79:0/664317305' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:21:51.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[35265]: audit 2024-01-23T23:21:50.673535+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.79:0/664317305' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:21:51.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[35265]: audit 2024-01-23T23:21:50.766009+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:21:51.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[35265]: audit 2024-01-23T23:21:50.766580+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:51.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[35265]: audit 2024-01-23T23:21:50.767232+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:21:51.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[38667]: cluster 2024-01-23T23:21:50.671658+0000 mon.a (mon.0) 176 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:21:51.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[38667]: audit 2024-01-23T23:21:50.672644+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.79:0/664317305' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:21:51.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[38667]: audit 2024-01-23T23:21:50.673535+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.79:0/664317305' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:21:51.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[38667]: audit 2024-01-23T23:21:50.766009+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:21:51.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[38667]: audit 2024-01-23T23:21:50.766580+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:51.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:51 smithi037 bash[38667]: audit 2024-01-23T23:21:50.767232+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:21:51.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:51 smithi079 bash[35301]: cluster 2024-01-23T23:21:50.671658+0000 mon.a (mon.0) 176 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:21:51.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:51 smithi079 bash[35301]: audit 2024-01-23T23:21:50.672644+0000 mon.b (mon.2) 2 : audit [DBG] from='mgr.? 172.21.15.79:0/664317305' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:21:51.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:51 smithi079 bash[35301]: audit 2024-01-23T23:21:50.673535+0000 mon.b (mon.2) 3 : audit [DBG] from='mgr.? 172.21.15.79:0/664317305' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:21:51.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:51 smithi079 bash[35301]: audit 2024-01-23T23:21:50.766009+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:21:51.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:51 smithi079 bash[35301]: audit 2024-01-23T23:21:50.766580+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:51.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:51 smithi079 bash[35301]: audit 2024-01-23T23:21:50.767232+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:21:52.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:52 smithi079 bash[35301]: audit 2024-01-23T23:21:50.764844+0000 mgr.y (mgr.14142) 37 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:21:52.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:52 smithi079 bash[35301]: cephadm 2024-01-23T23:21:50.765722+0000 mgr.y (mgr.14142) 38 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:21:52.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:52 smithi079 bash[35301]: cluster 2024-01-23T23:21:51.057393+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:52.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:52 smithi079 bash[35301]: cluster 2024-01-23T23:21:51.135716+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e14: y(active, since 64s), standbys: x 2024-01-23T23:21:52.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:52 smithi079 bash[35301]: audit 2024-01-23T23:21:51.135861+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:21:52.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:52 smithi037 bash[35265]: audit 2024-01-23T23:21:50.764844+0000 mgr.y (mgr.14142) 37 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:21:52.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:52 smithi037 bash[35265]: cephadm 2024-01-23T23:21:50.765722+0000 mgr.y (mgr.14142) 38 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:21:52.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:52 smithi037 bash[35265]: cluster 2024-01-23T23:21:51.057393+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:52.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:52 smithi037 bash[35265]: cluster 2024-01-23T23:21:51.135716+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e14: y(active, since 64s), standbys: x 2024-01-23T23:21:52.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:52 smithi037 bash[35265]: audit 2024-01-23T23:21:51.135861+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:21:52.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:52 smithi037 bash[38667]: audit 2024-01-23T23:21:50.764844+0000 mgr.y (mgr.14142) 37 : audit [DBG] from='client.24115 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:21:52.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:52 smithi037 bash[38667]: cephadm 2024-01-23T23:21:50.765722+0000 mgr.y (mgr.14142) 38 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:21:52.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:52 smithi037 bash[38667]: cluster 2024-01-23T23:21:51.057393+0000 mgr.y (mgr.14142) 39 : cluster [DBG] pgmap v26: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:52.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:52 smithi037 bash[38667]: cluster 2024-01-23T23:21:51.135716+0000 mon.a (mon.0) 180 : cluster [DBG] mgrmap e14: y(active, since 64s), standbys: x 2024-01-23T23:21:52.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:52 smithi037 bash[38667]: audit 2024-01-23T23:21:51.135861+0000 mon.a (mon.0) 181 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:21:53.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:53 smithi079 bash[35301]: audit 2024-01-23T23:21:52.294855+0000 mon.a (mon.0) 182 : audit [INF] from='client.? 172.21.15.37:0/694636794' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "999b494c-09e5-46ad-8b39-a0bd831c2a90"}]: dispatch 2024-01-23T23:21:53.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:53 smithi079 bash[35301]: audit 2024-01-23T23:21:52.298534+0000 mon.a (mon.0) 183 : audit [INF] from='client.? 172.21.15.37:0/694636794' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "999b494c-09e5-46ad-8b39-a0bd831c2a90"}]': finished 2024-01-23T23:21:53.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:53 smithi079 bash[35301]: cluster 2024-01-23T23:21:52.298575+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-23T23:21:53.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:53 smithi079 bash[35301]: audit 2024-01-23T23:21:52.298687+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:21:53.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:53 smithi079 bash[35301]: audit 2024-01-23T23:21:53.053518+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.37:0/738151541' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:21:53.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:53 smithi079 bash[35301]: cluster 2024-01-23T23:21:53.057680+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:53.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[35265]: audit 2024-01-23T23:21:52.294855+0000 mon.a (mon.0) 182 : audit [INF] from='client.? 172.21.15.37:0/694636794' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "999b494c-09e5-46ad-8b39-a0bd831c2a90"}]: dispatch 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[35265]: audit 2024-01-23T23:21:52.298534+0000 mon.a (mon.0) 183 : audit [INF] from='client.? 172.21.15.37:0/694636794' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "999b494c-09e5-46ad-8b39-a0bd831c2a90"}]': finished 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[35265]: cluster 2024-01-23T23:21:52.298575+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[35265]: audit 2024-01-23T23:21:52.298687+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[35265]: audit 2024-01-23T23:21:53.053518+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.37:0/738151541' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[35265]: cluster 2024-01-23T23:21:53.057680+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[38667]: audit 2024-01-23T23:21:52.294855+0000 mon.a (mon.0) 182 : audit [INF] from='client.? 172.21.15.37:0/694636794' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "999b494c-09e5-46ad-8b39-a0bd831c2a90"}]: dispatch 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[38667]: audit 2024-01-23T23:21:52.298534+0000 mon.a (mon.0) 183 : audit [INF] from='client.? 172.21.15.37:0/694636794' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "999b494c-09e5-46ad-8b39-a0bd831c2a90"}]': finished 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[38667]: cluster 2024-01-23T23:21:52.298575+0000 mon.a (mon.0) 184 : cluster [DBG] osdmap e7: 1 total, 0 up, 0 in 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[38667]: audit 2024-01-23T23:21:52.298687+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[38667]: audit 2024-01-23T23:21:53.053518+0000 mon.c (mon.1) 3 : audit [DBG] from='client.? 172.21.15.37:0/738151541' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:21:53.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:53 smithi037 bash[38667]: cluster 2024-01-23T23:21:53.057680+0000 mgr.y (mgr.14142) 40 : cluster [DBG] pgmap v28: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:56.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:56 smithi037 bash[35265]: cluster 2024-01-23T23:21:55.058111+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:56.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:56 smithi037 bash[35265]: audit 2024-01-23T23:21:55.256127+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:21:56.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:56 smithi037 bash[38667]: cluster 2024-01-23T23:21:55.058111+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:56.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:56 smithi037 bash[38667]: audit 2024-01-23T23:21:55.256127+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:21:56.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:56 smithi079 bash[35301]: cluster 2024-01-23T23:21:55.058111+0000 mgr.y (mgr.14142) 41 : cluster [DBG] pgmap v29: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:56.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:56 smithi079 bash[35301]: audit 2024-01-23T23:21:55.256127+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:21:57.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:57 smithi037 bash[38667]: audit 2024-01-23T23:21:56.810316+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-23T23:21:57.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:57 smithi037 bash[38667]: audit 2024-01-23T23:21:56.810896+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:57.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:57 smithi037 bash[38667]: audit 2024-01-23T23:21:56.811531+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-23T23:21:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:57 smithi037 bash[35265]: audit 2024-01-23T23:21:56.810316+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-23T23:21:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:57 smithi037 bash[35265]: audit 2024-01-23T23:21:56.810896+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:57 smithi037 bash[35265]: audit 2024-01-23T23:21:56.811531+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-23T23:21:57.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:57 smithi079 bash[35301]: audit 2024-01-23T23:21:56.810316+0000 mon.a (mon.0) 187 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-23T23:21:57.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:57 smithi079 bash[35301]: audit 2024-01-23T23:21:56.810896+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:21:57.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:57 smithi079 bash[35301]: audit 2024-01-23T23:21:56.811531+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-23T23:21:58.012 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 0 on host 'smithi037' 2024-01-23T23:21:58.364 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[38667]: cephadm 2024-01-23T23:21:56.811326+0000 mgr.y (mgr.14142) 42 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-01-23T23:21:58.364 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[38667]: cluster 2024-01-23T23:21:57.058558+0000 mgr.y (mgr.14142) 43 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:58.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[35265]: cephadm 2024-01-23T23:21:56.811326+0000 mgr.y (mgr.14142) 42 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-01-23T23:21:58.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[35265]: cluster 2024-01-23T23:21:57.058558+0000 mgr.y (mgr.14142) 43 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:58.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[35265]: audit 2024-01-23T23:21:58.005670+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:58.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[35265]: audit 2024-01-23T23:21:58.006213+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:58.365 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[35265]: audit 2024-01-23T23:21:58.008688+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:58.366 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[38667]: audit 2024-01-23T23:21:58.005670+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:58.366 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[38667]: audit 2024-01-23T23:21:58.006213+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:58.366 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[38667]: audit 2024-01-23T23:21:58.008688+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:58.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:58 smithi079 bash[35301]: cephadm 2024-01-23T23:21:56.811326+0000 mgr.y (mgr.14142) 42 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-01-23T23:21:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:58 smithi079 bash[35301]: cluster 2024-01-23T23:21:57.058558+0000 mgr.y (mgr.14142) 43 : cluster [DBG] pgmap v30: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:21:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:58 smithi079 bash[35301]: audit 2024-01-23T23:21:58.005670+0000 mon.a (mon.0) 190 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:21:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:58 smithi079 bash[35301]: audit 2024-01-23T23:21:58.006213+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:21:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:21:58 smithi079 bash[35301]: audit 2024-01-23T23:21:58.008688+0000 mon.a (mon.0) 192 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666455\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666529\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:49.666562\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_device_update\": \"2024-01-23T23:20:51.500467\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:21:58.640 DEBUG:teuthology.orchestra.run.smithi037:osd.0> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.0.service 2024-01-23T23:21:58.642 INFO:tasks.cephadm:Deploying osd.1 on smithi037 with /dev/vg_nvme/lv_3... 2024-01-23T23:21:58.643 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-23T23:21:58.676 INFO:journalctl@ceph.osd.0.smithi037.stdout:-- Logs begin at Tue 2024-01-23 23:12:29 UTC. -- 2024-01-23T23:21:58.876 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[40720]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-23T23:21:58.876 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[40720]: 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-23T23:21:58.876 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[40720]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-23T23:21:58.876 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[40720]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-01-23T23:21:58.876 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[40720]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-23T23:21:58.876 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[40720]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-23T23:21:58.876 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:21:58 smithi037 bash[40720]: --> ceph-volume lvm activate successful for osd ID: 0 2024-01-23T23:22:00.077 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-23T23:22:00.077 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-23T23:22:00.078 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2024-01-23T23:22:00.078 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2024-01-23T23:22:00.078 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10485760 bytes (10 MB, 10 MiB) copied, 0.0127789 s, 821 MB/s 2024-01-23T23:22:00.078 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2024-01-23T23:22:00.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:00 smithi037 bash[35265]: cluster 2024-01-23T23:21:59.058883+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:22:00.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:00 smithi037 bash[38667]: cluster 2024-01-23T23:21:59.058883+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:22:00.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:00 smithi037 bash[35265]: audit 2024-01-23T23:21:59.873237+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:00.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:00 smithi037 bash[35265]: audit 2024-01-23T23:21:59.876257+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:00.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:00 smithi037 bash[35265]: audit 2024-01-23T23:21:59.876868+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:00.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:00 smithi037 bash[38667]: audit 2024-01-23T23:21:59.873237+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:00.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:00 smithi037 bash[38667]: audit 2024-01-23T23:21:59.876257+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:00.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:00 smithi037 bash[38667]: audit 2024-01-23T23:21:59.876868+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:00 smithi079 bash[35301]: cluster 2024-01-23T23:21:59.058883+0000 mgr.y (mgr.14142) 44 : cluster [DBG] pgmap v31: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:22:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:00 smithi079 bash[35301]: audit 2024-01-23T23:21:59.873237+0000 mon.a (mon.0) 193 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:00 smithi079 bash[35301]: audit 2024-01-23T23:21:59.876257+0000 mon.a (mon.0) 194 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:00.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:00 smithi079 bash[35301]: audit 2024-01-23T23:21:59.876868+0000 mon.a (mon.0) 195 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:00.792 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:00 smithi037 bash[41079]: debug 2024-01-23T23:22:00.455+0000 7f0edec13ec0 -1 Falling back to public interface 2024-01-23T23:22:00.836 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch daemon add osd smithi037:vg_nvme/lv_3 2024-01-23T23:22:01.114 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:01 smithi037 bash[41079]: debug 2024-01-23T23:22:01.032+0000 7f0edec13ec0 -1 osd.0 0 log_to_monitors {default=true} 2024-01-23T23:22:01.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:01 smithi037 bash[35265]: audit 2024-01-23T23:22:01.036235+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-23T23:22:01.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:01 smithi037 bash[38667]: audit 2024-01-23T23:22:01.036235+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-23T23:22:01.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:01 smithi079 bash[35301]: audit 2024-01-23T23:22:01.036235+0000 mon.a (mon.0) 196 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-23T23:22:02.376 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[41079]: debug 2024-01-23T23:22:02.134+0000 7f0ec39c0700 -1 osd.0 0 waiting for initial osdmap 2024-01-23T23:22:02.376 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[41079]: debug 2024-01-23T23:22:02.137+0000 7f0ecebdc700 -1 osd.0 9 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-23T23:22:02.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[35265]: cluster 2024-01-23T23:22:01.059143+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:22:02.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[35265]: audit 2024-01-23T23:22:01.132203+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-23T23:22:02.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[35265]: cluster 2024-01-23T23:22:01.132257+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-23T23:22:02.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[35265]: audit 2024-01-23T23:22:01.132511+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:02.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[35265]: audit 2024-01-23T23:22:01.132800+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:02.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[35265]: cluster 2024-01-23T23:22:02.013148+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:02.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[35265]: cluster 2024-01-23T23:22:02.013188+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:02.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[38667]: cluster 2024-01-23T23:22:01.059143+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:22:02.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[38667]: audit 2024-01-23T23:22:01.132203+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-23T23:22:02.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[38667]: cluster 2024-01-23T23:22:01.132257+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-23T23:22:02.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[38667]: audit 2024-01-23T23:22:01.132511+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:02.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[38667]: audit 2024-01-23T23:22:01.132800+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:02.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[38667]: cluster 2024-01-23T23:22:02.013148+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:02.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:02 smithi037 bash[38667]: cluster 2024-01-23T23:22:02.013188+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:02.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:02 smithi079 bash[35301]: cluster 2024-01-23T23:22:01.059143+0000 mgr.y (mgr.14142) 45 : cluster [DBG] pgmap v32: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:22:02.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:02 smithi079 bash[35301]: audit 2024-01-23T23:22:01.132203+0000 mon.a (mon.0) 197 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]': finished 2024-01-23T23:22:02.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:02 smithi079 bash[35301]: cluster 2024-01-23T23:22:01.132257+0000 mon.a (mon.0) 198 : cluster [DBG] osdmap e8: 1 total, 0 up, 0 in 2024-01-23T23:22:02.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:02 smithi079 bash[35301]: audit 2024-01-23T23:22:01.132511+0000 mon.a (mon.0) 199 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:02.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:02 smithi079 bash[35301]: audit 2024-01-23T23:22:01.132800+0000 mon.a (mon.0) 200 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:02.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:02 smithi079 bash[35301]: cluster 2024-01-23T23:22:02.013148+0000 osd.0 (osd.0) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:02.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:02 smithi079 bash[35301]: cluster 2024-01-23T23:22:02.013188+0000 osd.0 (osd.0) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:03.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: audit 2024-01-23T23:22:02.132845+0000 mon.a (mon.0) 201 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:03.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: cluster 2024-01-23T23:22:02.132876+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-23T23:22:03.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: audit 2024-01-23T23:22:02.133377+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:03.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: audit 2024-01-23T23:22:02.170910+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:03.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: cephadm 2024-01-23T23:22:02.171489+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:22:03.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: audit 2024-01-23T23:22:02.171770+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:03.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: audit 2024-01-23T23:22:02.172292+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:03.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: audit 2024-01-23T23:22:02.172972+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:03.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: audit 2024-01-23T23:22:02.251187+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:03.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: audit 2024-01-23T23:22:02.132845+0000 mon.a (mon.0) 201 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:03.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: cluster 2024-01-23T23:22:02.132876+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-23T23:22:03.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: audit 2024-01-23T23:22:02.133377+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:03.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: audit 2024-01-23T23:22:02.170910+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:03.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: cephadm 2024-01-23T23:22:02.171489+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:22:03.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: audit 2024-01-23T23:22:02.171770+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:03.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: audit 2024-01-23T23:22:02.172292+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:03.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: audit 2024-01-23T23:22:02.172972+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:03.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: audit 2024-01-23T23:22:02.251187+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:03.381 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: audit 2024-01-23T23:22:02.469208+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:03.381 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: audit 2024-01-23T23:22:02.471981+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:03.381 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[35265]: cluster 2024-01-23T23:22:03.059475+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:22:03.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: audit 2024-01-23T23:22:02.469208+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:03.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: audit 2024-01-23T23:22:02.471981+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:03.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:03 smithi037 bash[38667]: cluster 2024-01-23T23:22:03.059475+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:22:03.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: audit 2024-01-23T23:22:02.132845+0000 mon.a (mon.0) 201 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614]' entity='osd.0' cmd='[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:03.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: cluster 2024-01-23T23:22:02.132876+0000 mon.a (mon.0) 202 : cluster [DBG] osdmap e9: 1 total, 0 up, 0 in 2024-01-23T23:22:03.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: audit 2024-01-23T23:22:02.133377+0000 mon.a (mon.0) 203 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:03.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: audit 2024-01-23T23:22:02.170910+0000 mgr.y (mgr.14142) 46 : audit [DBG] from='client.24142 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:03.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: cephadm 2024-01-23T23:22:02.171489+0000 mgr.y (mgr.14142) 47 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:22:03.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: audit 2024-01-23T23:22:02.171770+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:03.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: audit 2024-01-23T23:22:02.172292+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:03.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: audit 2024-01-23T23:22:02.172972+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:03.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: audit 2024-01-23T23:22:02.251187+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:03.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: audit 2024-01-23T23:22:02.469208+0000 mon.a (mon.0) 208 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:03.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: audit 2024-01-23T23:22:02.471981+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"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-23T23:21:59.872566\", \"created\": \"2024-01-23T23:21:57.972878\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:56.810012\"}}, \"last_daemon_update\": \"2024-01-23T23:21:59.872630\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:03.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:03 smithi079 bash[35301]: cluster 2024-01-23T23:22:03.059475+0000 mgr.y (mgr.14142) 48 : cluster [DBG] pgmap v35: 1 pgs: 1 unknown; 0 B data, 0 B used, 0 B / 0 B avail 2024-01-23T23:22:04.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:04 smithi079 bash[35301]: cluster 2024-01-23T23:22:03.142112+0000 mon.a (mon.0) 210 : cluster [INF] osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614] boot 2024-01-23T23:22:04.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:04 smithi079 bash[35301]: cluster 2024-01-23T23:22:03.142136+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-23T23:22:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:04 smithi079 bash[35301]: audit 2024-01-23T23:22:03.142564+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:04 smithi079 bash[35301]: audit 2024-01-23T23:22:03.715102+0000 mon.a (mon.0) 213 : audit [INF] from='client.? 172.21.15.37:0/4096043779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "004a905e-76dd-4a31-9549-892d1d95da03"}]: dispatch 2024-01-23T23:22:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:04 smithi079 bash[35301]: audit 2024-01-23T23:22:03.718647+0000 mon.a (mon.0) 214 : audit [INF] from='client.? 172.21.15.37:0/4096043779' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "004a905e-76dd-4a31-9549-892d1d95da03"}]': finished 2024-01-23T23:22:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:04 smithi079 bash[35301]: cluster 2024-01-23T23:22:03.718698+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-23T23:22:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:04 smithi079 bash[35301]: audit 2024-01-23T23:22:03.718814+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:04.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[38667]: cluster 2024-01-23T23:22:03.142112+0000 mon.a (mon.0) 210 : cluster [INF] osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614] boot 2024-01-23T23:22:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[38667]: cluster 2024-01-23T23:22:03.142136+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-23T23:22:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[38667]: audit 2024-01-23T23:22:03.142564+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[38667]: audit 2024-01-23T23:22:03.715102+0000 mon.a (mon.0) 213 : audit [INF] from='client.? 172.21.15.37:0/4096043779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "004a905e-76dd-4a31-9549-892d1d95da03"}]: dispatch 2024-01-23T23:22:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[38667]: audit 2024-01-23T23:22:03.718647+0000 mon.a (mon.0) 214 : audit [INF] from='client.? 172.21.15.37:0/4096043779' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "004a905e-76dd-4a31-9549-892d1d95da03"}]': finished 2024-01-23T23:22:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[38667]: cluster 2024-01-23T23:22:03.718698+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-23T23:22:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[38667]: audit 2024-01-23T23:22:03.718814+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[35265]: cluster 2024-01-23T23:22:03.142112+0000 mon.a (mon.0) 210 : cluster [INF] osd.0 [v2:172.21.15.37:6802/3840730614,v1:172.21.15.37:6803/3840730614] boot 2024-01-23T23:22:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[35265]: cluster 2024-01-23T23:22:03.142136+0000 mon.a (mon.0) 211 : cluster [DBG] osdmap e10: 1 total, 1 up, 1 in 2024-01-23T23:22:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[35265]: audit 2024-01-23T23:22:03.142564+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[35265]: audit 2024-01-23T23:22:03.715102+0000 mon.a (mon.0) 213 : audit [INF] from='client.? 172.21.15.37:0/4096043779' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "004a905e-76dd-4a31-9549-892d1d95da03"}]: dispatch 2024-01-23T23:22:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[35265]: audit 2024-01-23T23:22:03.718647+0000 mon.a (mon.0) 214 : audit [INF] from='client.? 172.21.15.37:0/4096043779' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "004a905e-76dd-4a31-9549-892d1d95da03"}]': finished 2024-01-23T23:22:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[35265]: cluster 2024-01-23T23:22:03.718698+0000 mon.a (mon.0) 215 : cluster [DBG] osdmap e11: 2 total, 1 up, 1 in 2024-01-23T23:22:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:04 smithi037 bash[35265]: audit 2024-01-23T23:22:03.718814+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:05.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:05 smithi079 bash[35301]: audit 2024-01-23T23:22:04.515720+0000 mon.a (mon.0) 217 : audit [DBG] from='client.? 172.21.15.37:0/520724518' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:05.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:05 smithi079 bash[35301]: cluster 2024-01-23T23:22:04.720043+0000 mon.a (mon.0) 218 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-23T23:22:05.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:05 smithi079 bash[35301]: audit 2024-01-23T23:22:04.720169+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:05.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:05 smithi079 bash[35301]: cluster 2024-01-23T23:22:05.059823+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:05.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:05 smithi037 bash[35265]: audit 2024-01-23T23:22:04.515720+0000 mon.a (mon.0) 217 : audit [DBG] from='client.? 172.21.15.37:0/520724518' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:05 smithi037 bash[35265]: cluster 2024-01-23T23:22:04.720043+0000 mon.a (mon.0) 218 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-23T23:22:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:05 smithi037 bash[35265]: audit 2024-01-23T23:22:04.720169+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:05 smithi037 bash[35265]: cluster 2024-01-23T23:22:05.059823+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:05.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:05 smithi037 bash[38667]: audit 2024-01-23T23:22:04.515720+0000 mon.a (mon.0) 217 : audit [DBG] from='client.? 172.21.15.37:0/520724518' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:05.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:05 smithi037 bash[38667]: cluster 2024-01-23T23:22:04.720043+0000 mon.a (mon.0) 218 : cluster [DBG] osdmap e12: 2 total, 1 up, 1 in 2024-01-23T23:22:05.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:05 smithi037 bash[38667]: audit 2024-01-23T23:22:04.720169+0000 mon.a (mon.0) 219 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:05.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:05 smithi037 bash[38667]: cluster 2024-01-23T23:22:05.059823+0000 mgr.y (mgr.14142) 49 : cluster [DBG] pgmap v39: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:07.096 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:06 smithi037 bash[35265]: audit 2024-01-23T23:22:06.772062+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:07.097 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:06 smithi037 bash[38667]: audit 2024-01-23T23:22:06.772062+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:07.102 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:06 smithi079 bash[35301]: audit 2024-01-23T23:22:06.772062+0000 mon.a (mon.0) 220 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:08.349 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:08 smithi037 bash[35265]: cluster 2024-01-23T23:22:07.060099+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:08.350 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:08 smithi037 bash[38667]: cluster 2024-01-23T23:22:07.060099+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:08.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:08 smithi079 bash[35301]: cluster 2024-01-23T23:22:07.060099+0000 mgr.y (mgr.14142) 50 : cluster [DBG] pgmap v40: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:09.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:09 smithi079 bash[35301]: audit 2024-01-23T23:22:08.451066+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-23T23:22:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:09 smithi079 bash[35301]: audit 2024-01-23T23:22:08.451631+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:09 smithi079 bash[35301]: audit 2024-01-23T23:22:08.452215+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-23T23:22:09.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:09 smithi037 bash[35265]: audit 2024-01-23T23:22:08.451066+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-23T23:22:09.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:09 smithi037 bash[35265]: audit 2024-01-23T23:22:08.451631+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:09.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:09 smithi037 bash[35265]: audit 2024-01-23T23:22:08.452215+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-23T23:22:09.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:09 smithi037 bash[38667]: audit 2024-01-23T23:22:08.451066+0000 mon.a (mon.0) 221 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-23T23:22:09.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:09 smithi037 bash[38667]: audit 2024-01-23T23:22:08.451631+0000 mon.a (mon.0) 222 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:09.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:09 smithi037 bash[38667]: audit 2024-01-23T23:22:08.452215+0000 mon.a (mon.0) 223 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.0", "key": "container_image"}]: dispatch 2024-01-23T23:22:09.654 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:09 smithi037 systemd[1]: Stopping Ceph osd.0 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:22:09.654 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:09 smithi037 bash[41079]: debug 2024-01-23T23:22:09.439+0000 7f0ed645b700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:22:09.654 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:09 smithi037 bash[41079]: debug 2024-01-23T23:22:09.439+0000 7f0ed645b700 -1 osd.0 12 *** Got signal Terminated *** 2024-01-23T23:22:09.654 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:09 smithi037 bash[41079]: debug 2024-01-23T23:22:09.439+0000 7f0ed645b700 -1 osd.0 12 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:22:10.013 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:09 smithi037 podman[42205]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.0 2024-01-23T23:22:10.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:10 smithi037 bash[35265]: cephadm 2024-01-23T23:22:08.452026+0000 mgr.y (mgr.14142) 51 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-01-23T23:22:10.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:10 smithi037 bash[35265]: cluster 2024-01-23T23:22:09.060514+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:10.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:10 smithi037 bash[38667]: cephadm 2024-01-23T23:22:08.452026+0000 mgr.y (mgr.14142) 51 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-01-23T23:22:10.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:10 smithi037 bash[38667]: cluster 2024-01-23T23:22:09.060514+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:10.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:10 smithi079 bash[35301]: cephadm 2024-01-23T23:22:08.452026+0000 mgr.y (mgr.14142) 51 : cephadm [INF] Deploying daemon osd.0 on smithi037 2024-01-23T23:22:10.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:10 smithi079 bash[35301]: cluster 2024-01-23T23:22:09.060514+0000 mgr.y (mgr.14142) 52 : cluster [DBG] pgmap v41: 1 pgs: 1 undersized+peered; 0 B data, 104 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:10.754 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:10 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.0.service: Succeeded. 2024-01-23T23:22:10.754 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:10 smithi037 systemd[1]: Stopped Ceph osd.0 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:22:10.754 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:10 smithi037 systemd[1]: Starting Ceph osd.0 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:22:10.754 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:10 smithi037 podman[42341]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.0" found: no such container 2024-01-23T23:22:10.754 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:10 smithi037 systemd[1]: Started Ceph osd.0 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:22:11.377 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[42357]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-23T23:22:11.377 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[42357]: 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-23T23:22:11.377 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[42357]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-0/block 2024-01-23T23:22:11.377 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[42357]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-0/block 2024-01-23T23:22:11.377 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[42357]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-23T23:22:11.377 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[42357]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-0 2024-01-23T23:22:11.377 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[42357]: --> ceph-volume lvm activate successful for osd ID: 0 2024-01-23T23:22:11.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[35265]: audit 2024-01-23T23:22:10.658602+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:11.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[35265]: audit 2024-01-23T23:22:10.659037+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:11.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[35265]: audit 2024-01-23T23:22:10.661841+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:11.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[35265]: audit 2024-01-23T23:22:10.663305+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-23T23:22:11.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[35265]: audit 2024-01-23T23:22:10.664259+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:11.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[35265]: audit 2024-01-23T23:22:10.664944+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-23T23:22:11.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[38667]: audit 2024-01-23T23:22:10.658602+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:11.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[38667]: audit 2024-01-23T23:22:10.659037+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:11.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[38667]: audit 2024-01-23T23:22:10.661841+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:11.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[38667]: audit 2024-01-23T23:22:10.663305+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-23T23:22:11.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[38667]: audit 2024-01-23T23:22:10.664259+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:11.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:11 smithi037 bash[38667]: audit 2024-01-23T23:22:10.664944+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-23T23:22:11.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:11 smithi079 bash[35301]: audit 2024-01-23T23:22:10.658602+0000 mon.a (mon.0) 224 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:11.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:11 smithi079 bash[35301]: audit 2024-01-23T23:22:10.659037+0000 mon.a (mon.0) 225 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:11.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:11 smithi079 bash[35301]: audit 2024-01-23T23:22:10.661841+0000 mon.a (mon.0) 226 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872417\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872498\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:59.872536\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"daemon_id\": \"0\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:11.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:11 smithi079 bash[35301]: audit 2024-01-23T23:22:10.663305+0000 mon.a (mon.0) 227 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-23T23:22:11.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:11 smithi079 bash[35301]: audit 2024-01-23T23:22:10.664259+0000 mon.a (mon.0) 228 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:11.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:11 smithi079 bash[35301]: audit 2024-01-23T23:22:10.664944+0000 mon.a (mon.0) 229 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-23T23:22:12.269 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[38667]: cephadm 2024-01-23T23:22:10.664725+0000 mgr.y (mgr.14142) 53 : cephadm [INF] Deploying daemon osd.1 on smithi037 2024-01-23T23:22:12.269 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[38667]: cluster 2024-01-23T23:22:11.060830+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:12.270 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[35265]: cephadm 2024-01-23T23:22:10.664725+0000 mgr.y (mgr.14142) 53 : cephadm [INF] Deploying daemon osd.1 on smithi037 2024-01-23T23:22:12.270 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[35265]: cluster 2024-01-23T23:22:11.060830+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:12.314 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 0,1 on host 'smithi037' 2024-01-23T23:22:12.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:12 smithi079 bash[35301]: cephadm 2024-01-23T23:22:10.664725+0000 mgr.y (mgr.14142) 53 : cephadm [INF] Deploying daemon osd.1 on smithi037 2024-01-23T23:22:12.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:12 smithi079 bash[35301]: cluster 2024-01-23T23:22:11.060830+0000 mgr.y (mgr.14142) 54 : cluster [DBG] pgmap v42: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:12.767 DEBUG:teuthology.orchestra.run.smithi037:osd.1> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.1.service 2024-01-23T23:22:12.769 INFO:tasks.cephadm:Deploying osd.2 on smithi037 with /dev/vg_nvme/lv_2... 2024-01-23T23:22:12.769 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-23T23:22:12.800 INFO:journalctl@ceph.osd.1.smithi037.stdout:-- Logs begin at Tue 2024-01-23 23:12:29 UTC. -- 2024-01-23T23:22:12.876 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[42575]: debug 2024-01-23T23:22:12.740+0000 7fa4f387dec0 -1 Falling back to public interface 2024-01-23T23:22:13.304 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[42764]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-23T23:22:13.304 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[42764]: 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-23T23:22:13.304 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[42764]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-01-23T23:22:13.304 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[42764]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-01-23T23:22:13.304 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[42764]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-23T23:22:13.304 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[42764]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-23T23:22:13.304 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:12 smithi037 bash[42764]: --> ceph-volume lvm activate successful for osd ID: 1 2024-01-23T23:22:13.304 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[35265]: audit 2024-01-23T23:22:12.262469+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_daemon_update\": \"2024-01-23T23:22:12.261860\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:13.305 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[35265]: audit 2024-01-23T23:22:12.266142+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_daemon_update\": \"2024-01-23T23:22:12.261860\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:13.305 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[35265]: audit 2024-01-23T23:22:12.306561+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:13.305 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[35265]: audit 2024-01-23T23:22:12.306993+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:13.305 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[35265]: audit 2024-01-23T23:22:12.311216+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:13.305 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[38667]: audit 2024-01-23T23:22:12.262469+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_daemon_update\": \"2024-01-23T23:22:12.261860\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:13.306 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[38667]: audit 2024-01-23T23:22:12.266142+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_daemon_update\": \"2024-01-23T23:22:12.261860\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:13.306 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[38667]: audit 2024-01-23T23:22:12.306561+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:13.306 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[38667]: audit 2024-01-23T23:22:12.306993+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:13.306 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[38667]: audit 2024-01-23T23:22:12.311216+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:13.306 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[42575]: debug 2024-01-23T23:22:13.301+0000 7fa4f387dec0 -1 osd.0 12 log_to_monitors {default=true} 2024-01-23T23:22:13.565 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[42575]: debug 2024-01-23T23:22:13.308+0000 7fa4e3846700 -1 osd.0 12 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-23T23:22:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:13 smithi079 bash[35301]: audit 2024-01-23T23:22:12.262469+0000 mon.a (mon.0) 230 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_daemon_update\": \"2024-01-23T23:22:12.261860\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:13 smithi079 bash[35301]: audit 2024-01-23T23:22:12.266142+0000 mon.a (mon.0) 231 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}}, \"last_daemon_update\": \"2024-01-23T23:22:12.261860\", \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:13 smithi079 bash[35301]: audit 2024-01-23T23:22:12.306561+0000 mon.a (mon.0) 232 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:13 smithi079 bash[35301]: audit 2024-01-23T23:22:12.306993+0000 mon.a (mon.0) 233 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:13 smithi079 bash[35301]: audit 2024-01-23T23:22:12.311216+0000 mon.a (mon.0) 234 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261656\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261730\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261762\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:12.261791\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_device_update\": \"2024-01-23T23:22:02.468612\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:13.845 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[43186]: debug 2024-01-23T23:22:13.581+0000 7efd55177700 1 --2- 172.21.15.37:0/1019582310 >> [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] conn(0x560dc3fe3400 0x560dc3fdff80 secure :-1 s=THROTTLE_DONE pgs=93 cs=0 l=1 rx=0x560dc3f75d10 tx=0x560dc4c4eaa0).handle_read_frame_epilogue_main read frame epilogue bytes=32 2024-01-23T23:22:13.845 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[43186]: debug 2024-01-23T23:22:13.581+0000 7efd53974700 1 -- 172.21.15.37:0/1019582310 <== mon.0 v2:172.21.15.37:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x560dc3f7a4e0 con 0x560dc3fe3400 2024-01-23T23:22:13.845 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[43186]: debug 2024-01-23T23:22:13.582+0000 7efd5a929ec0 1 -- 172.21.15.37:0/1019582310 >> [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] conn(0x560dc3fe3400 msgr2=0x560dc3fdff80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-01-23T23:22:13.845 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:13 smithi037 bash[43186]: debug 2024-01-23T23:22:13.582+0000 7efd5a929ec0 1 --2- 172.21.15.37:0/1019582310 >> [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] conn(0x560dc3fe3400 0x560dc3fdff80 secure :-1 s=READY pgs=93 cs=0 l=1 rx=0x560dc3f75d10 tx=0x560dc4c4eaa0).stop 2024-01-23T23:22:14.376 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[43186]: debug 2024-01-23T23:22:14.104+0000 7efd5a929ec0 -1 Falling back to public interface 2024-01-23T23:22:14.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[35265]: cluster 2024-01-23T23:22:13.061141+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:14.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[35265]: audit 2024-01-23T23:22:13.305867+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/1252135374,v1:172.21.15.37:6803/1252135374]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-23T23:22:14.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[35265]: audit 2024-01-23T23:22:13.306215+0000 mon.a (mon.0) 235 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-23T23:22:14.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[35265]: audit 2024-01-23T23:22:13.306775+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/1252135374,v1:172.21.15.37:6803/1252135374]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:14.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[35265]: audit 2024-01-23T23:22:13.307049+0000 mon.a (mon.0) 236 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:14.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[35265]: audit 2024-01-23T23:22:13.664884+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:14.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[35265]: audit 2024-01-23T23:22:13.667798+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:14.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[35265]: audit 2024-01-23T23:22:13.668310+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:14.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[38667]: cluster 2024-01-23T23:22:13.061141+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:14.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[38667]: audit 2024-01-23T23:22:13.305867+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/1252135374,v1:172.21.15.37:6803/1252135374]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-23T23:22:14.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[38667]: audit 2024-01-23T23:22:13.306215+0000 mon.a (mon.0) 235 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-23T23:22:14.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[38667]: audit 2024-01-23T23:22:13.306775+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/1252135374,v1:172.21.15.37:6803/1252135374]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:14.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[38667]: audit 2024-01-23T23:22:13.307049+0000 mon.a (mon.0) 236 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:14.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[38667]: audit 2024-01-23T23:22:13.664884+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:14.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[38667]: audit 2024-01-23T23:22:13.667798+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:14.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[38667]: audit 2024-01-23T23:22:13.668310+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:14.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:14 smithi079 bash[35301]: cluster 2024-01-23T23:22:13.061141+0000 mgr.y (mgr.14142) 55 : cluster [DBG] pgmap v43: 1 pgs: 1 undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:14.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:14 smithi079 bash[35301]: audit 2024-01-23T23:22:13.305867+0000 mon.c (mon.1) 4 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/1252135374,v1:172.21.15.37:6803/1252135374]' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-23T23:22:14.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:14 smithi079 bash[35301]: audit 2024-01-23T23:22:13.306215+0000 mon.a (mon.0) 235 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["0"]}]: dispatch 2024-01-23T23:22:14.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:14 smithi079 bash[35301]: audit 2024-01-23T23:22:13.306775+0000 mon.c (mon.1) 5 : audit [INF] from='osd.0 [v2:172.21.15.37:6802/1252135374,v1:172.21.15.37:6803/1252135374]' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:14.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:14 smithi079 bash[35301]: audit 2024-01-23T23:22:13.307049+0000 mon.a (mon.0) 236 : audit [INF] from='osd.0 ' entity='osd.0' cmd=[{"prefix": "osd crush create-or-move", "id": 0, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:14.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:14 smithi079 bash[35301]: audit 2024-01-23T23:22:13.664884+0000 mon.a (mon.0) 237 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:14.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:14 smithi079 bash[35301]: audit 2024-01-23T23:22:13.667798+0000 mon.a (mon.0) 238 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"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\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:14.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:14 smithi079 bash[35301]: audit 2024-01-23T23:22:13.668310+0000 mon.a (mon.0) 239 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:14.820 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-23T23:22:14.820 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-23T23:22:14.820 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2024-01-23T23:22:14.820 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2024-01-23T23:22:14.821 INFO:teuthology.orchestra.run.smithi037.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0140359 s, 747 MB/s 2024-01-23T23:22:14.821 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2024-01-23T23:22:14.864 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:14 smithi037 bash[43186]: debug 2024-01-23T23:22:14.659+0000 7efd5a929ec0 -1 osd.1 0 log_to_monitors {default=true} 2024-01-23T23:22:15.311 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch daemon add osd smithi037:vg_nvme/lv_2 2024-01-23T23:22:15.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[35265]: cluster 2024-01-23T23:22:14.311029+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:22:15.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[35265]: cluster 2024-01-23T23:22:14.311056+0000 mon.a (mon.0) 241 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-23T23:22:15.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[35265]: cluster 2024-01-23T23:22:14.311068+0000 mon.a (mon.0) 242 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-23T23:22:15.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[35265]: cluster 2024-01-23T23:22:14.314848+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-23T23:22:15.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[35265]: audit 2024-01-23T23:22:14.314950+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:15.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[35265]: audit 2024-01-23T23:22:14.664655+0000 mon.a (mon.0) 245 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-23T23:22:15.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[38667]: cluster 2024-01-23T23:22:14.311029+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:22:15.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[38667]: cluster 2024-01-23T23:22:14.311056+0000 mon.a (mon.0) 241 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-23T23:22:15.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[38667]: cluster 2024-01-23T23:22:14.311068+0000 mon.a (mon.0) 242 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-23T23:22:15.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[38667]: cluster 2024-01-23T23:22:14.314848+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-23T23:22:15.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[38667]: audit 2024-01-23T23:22:14.314950+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:15.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:15 smithi037 bash[38667]: audit 2024-01-23T23:22:14.664655+0000 mon.a (mon.0) 245 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-23T23:22:15.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:15 smithi079 bash[35301]: cluster 2024-01-23T23:22:14.311029+0000 mon.a (mon.0) 240 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:22:15.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:15 smithi079 bash[35301]: cluster 2024-01-23T23:22:14.311056+0000 mon.a (mon.0) 241 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-23T23:22:15.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:15 smithi079 bash[35301]: cluster 2024-01-23T23:22:14.311068+0000 mon.a (mon.0) 242 : cluster [WRN] Health check failed: 1 root (1 osds) down (OSD_ROOT_DOWN) 2024-01-23T23:22:15.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:15 smithi079 bash[35301]: cluster 2024-01-23T23:22:14.314848+0000 mon.a (mon.0) 243 : cluster [DBG] osdmap e13: 2 total, 0 up, 1 in 2024-01-23T23:22:15.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:15 smithi079 bash[35301]: audit 2024-01-23T23:22:14.314950+0000 mon.a (mon.0) 244 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:15.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:15 smithi079 bash[35301]: audit 2024-01-23T23:22:14.664655+0000 mon.a (mon.0) 245 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-23T23:22:16.173 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[35265]: cluster 2024-01-23T23:22:15.061413+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v45: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:16.173 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[35265]: cluster 2024-01-23T23:22:15.312246+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[35265]: cluster 2024-01-23T23:22:15.312278+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[35265]: cluster 2024-01-23T23:22:15.312298+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[35265]: cluster 2024-01-23T23:22:15.316129+0000 mon.a (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.37:6802/1252135374,v1:172.21.15.37:6803/1252135374] boot 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[35265]: audit 2024-01-23T23:22:15.316189+0000 mon.a (mon.0) 250 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[35265]: cluster 2024-01-23T23:22:15.316226+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[35265]: audit 2024-01-23T23:22:15.316760+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[35265]: audit 2024-01-23T23:22:15.317081+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[35265]: audit 2024-01-23T23:22:15.317555+0000 mon.a (mon.0) 254 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[38667]: cluster 2024-01-23T23:22:15.061413+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v45: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[38667]: cluster 2024-01-23T23:22:15.312246+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[38667]: cluster 2024-01-23T23:22:15.312278+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-23T23:22:16.174 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[38667]: cluster 2024-01-23T23:22:15.312298+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-23T23:22:16.175 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[38667]: cluster 2024-01-23T23:22:15.316129+0000 mon.a (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.37:6802/1252135374,v1:172.21.15.37:6803/1252135374] boot 2024-01-23T23:22:16.175 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[38667]: audit 2024-01-23T23:22:15.316189+0000 mon.a (mon.0) 250 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-23T23:22:16.175 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[38667]: cluster 2024-01-23T23:22:15.316226+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-23T23:22:16.175 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[38667]: audit 2024-01-23T23:22:15.316760+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:16.175 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[38667]: audit 2024-01-23T23:22:15.317081+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:16.175 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[38667]: audit 2024-01-23T23:22:15.317555+0000 mon.a (mon.0) 254 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:16.430 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[43186]: debug 2024-01-23T23:22:16.322+0000 7efd3f6d6700 -1 osd.1 0 waiting for initial osdmap 2024-01-23T23:22:16.430 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:16 smithi037 bash[43186]: debug 2024-01-23T23:22:16.327+0000 7efd4a8f2700 -1 osd.1 15 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-23T23:22:16.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:16 smithi079 bash[35301]: cluster 2024-01-23T23:22:15.061413+0000 mgr.y (mgr.14142) 56 : cluster [DBG] pgmap v45: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:16 smithi079 bash[35301]: cluster 2024-01-23T23:22:15.312246+0000 mon.a (mon.0) 246 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:22:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:16 smithi079 bash[35301]: cluster 2024-01-23T23:22:15.312278+0000 mon.a (mon.0) 247 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-23T23:22:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:16 smithi079 bash[35301]: cluster 2024-01-23T23:22:15.312298+0000 mon.a (mon.0) 248 : cluster [INF] Health check cleared: OSD_ROOT_DOWN (was: 1 root (1 osds) down) 2024-01-23T23:22:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:16 smithi079 bash[35301]: cluster 2024-01-23T23:22:15.316129+0000 mon.a (mon.0) 249 : cluster [INF] osd.0 [v2:172.21.15.37:6802/1252135374,v1:172.21.15.37:6803/1252135374] boot 2024-01-23T23:22:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:16 smithi079 bash[35301]: audit 2024-01-23T23:22:15.316189+0000 mon.a (mon.0) 250 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]': finished 2024-01-23T23:22:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:16 smithi079 bash[35301]: cluster 2024-01-23T23:22:15.316226+0000 mon.a (mon.0) 251 : cluster [DBG] osdmap e14: 2 total, 1 up, 1 in 2024-01-23T23:22:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:16 smithi079 bash[35301]: audit 2024-01-23T23:22:15.316760+0000 mon.a (mon.0) 252 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:22:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:16 smithi079 bash[35301]: audit 2024-01-23T23:22:15.317081+0000 mon.a (mon.0) 253 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:16 smithi079 bash[35301]: audit 2024-01-23T23:22:15.317555+0000 mon.a (mon.0) 254 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:17.557 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: cluster 2024-01-23T23:22:15.683752+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:17.557 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: cluster 2024-01-23T23:22:15.683792+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:17.557 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: audit 2024-01-23T23:22:16.320803+0000 mon.a (mon.0) 255 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:17.557 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: cluster 2024-01-23T23:22:16.320836+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-23T23:22:17.557 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: audit 2024-01-23T23:22:16.320953+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:17.557 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: audit 2024-01-23T23:22:16.321562+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: cluster 2024-01-23T23:22:15.683752+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: cluster 2024-01-23T23:22:15.683792+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: audit 2024-01-23T23:22:16.320803+0000 mon.a (mon.0) 255 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: cluster 2024-01-23T23:22:16.320836+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: audit 2024-01-23T23:22:16.320953+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: audit 2024-01-23T23:22:16.321562+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: audit 2024-01-23T23:22:16.547191+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: audit 2024-01-23T23:22:16.549893+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: audit 2024-01-23T23:22:16.801406+0000 mgr.y (mgr.14142) 57 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: cephadm 2024-01-23T23:22:16.802064+0000 mgr.y (mgr.14142) 58 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:22:17.558 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: audit 2024-01-23T23:22:16.802326+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:17.559 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: audit 2024-01-23T23:22:16.802864+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:17.559 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: audit 2024-01-23T23:22:16.803551+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:17.559 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[38667]: cluster 2024-01-23T23:22:17.061904+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v48: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:17.559 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: audit 2024-01-23T23:22:16.547191+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:17.559 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: audit 2024-01-23T23:22:16.549893+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:17.559 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: audit 2024-01-23T23:22:16.801406+0000 mgr.y (mgr.14142) 57 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:17.559 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: cephadm 2024-01-23T23:22:16.802064+0000 mgr.y (mgr.14142) 58 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:22:17.559 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: audit 2024-01-23T23:22:16.802326+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:17.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: audit 2024-01-23T23:22:16.802864+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:17.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: audit 2024-01-23T23:22:16.803551+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:17.560 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:17 smithi037 bash[35265]: cluster 2024-01-23T23:22:17.061904+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v48: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: cluster 2024-01-23T23:22:15.683752+0000 osd.1 (osd.1) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: cluster 2024-01-23T23:22:15.683792+0000 osd.1 (osd.1) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: audit 2024-01-23T23:22:16.320803+0000 mon.a (mon.0) 255 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888]' entity='osd.1' cmd='[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: cluster 2024-01-23T23:22:16.320836+0000 mon.a (mon.0) 256 : cluster [DBG] osdmap e15: 2 total, 1 up, 1 in 2024-01-23T23:22:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: audit 2024-01-23T23:22:16.320953+0000 mon.a (mon.0) 257 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: audit 2024-01-23T23:22:16.321562+0000 mon.a (mon.0) 258 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: audit 2024-01-23T23:22:16.547191+0000 mon.a (mon.0) 259 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:17.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: audit 2024-01-23T23:22:16.549893+0000 mon.a (mon.0) 260 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"a4ae67bd9efa\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664204\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:13.418763\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:10.663081\"}}, \"last_daemon_update\": \"2024-01-23T23:22:13.664272\", \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: audit 2024-01-23T23:22:16.801406+0000 mgr.y (mgr.14142) 57 : audit [DBG] from='client.14262 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: cephadm 2024-01-23T23:22:16.802064+0000 mgr.y (mgr.14142) 58 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:22:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: audit 2024-01-23T23:22:16.802326+0000 mon.a (mon.0) 261 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: audit 2024-01-23T23:22:16.802864+0000 mon.a (mon.0) 262 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: audit 2024-01-23T23:22:16.803551+0000 mon.a (mon.0) 263 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:17.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:17 smithi079 bash[35301]: cluster 2024-01-23T23:22:17.061904+0000 mgr.y (mgr.14142) 59 : cluster [DBG] pgmap v48: 1 pgs: 1 stale+undersized+peered; 0 B data, 112 KiB used, 88 GiB / 89 GiB avail 2024-01-23T23:22:18.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:18 smithi079 bash[35301]: cluster 2024-01-23T23:22:17.328790+0000 mon.a (mon.0) 264 : cluster [INF] osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888] boot 2024-01-23T23:22:18.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:18 smithi079 bash[35301]: cluster 2024-01-23T23:22:17.328828+0000 mon.a (mon.0) 265 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-23T23:22:18.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:18 smithi079 bash[35301]: audit 2024-01-23T23:22:17.329977+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:18.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:18 smithi037 bash[38667]: cluster 2024-01-23T23:22:17.328790+0000 mon.a (mon.0) 264 : cluster [INF] osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888] boot 2024-01-23T23:22:18.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:18 smithi037 bash[38667]: cluster 2024-01-23T23:22:17.328828+0000 mon.a (mon.0) 265 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-23T23:22:18.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:18 smithi037 bash[38667]: audit 2024-01-23T23:22:17.329977+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:18.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:18 smithi037 bash[35265]: cluster 2024-01-23T23:22:17.328790+0000 mon.a (mon.0) 264 : cluster [INF] osd.1 [v2:172.21.15.37:6810/683488888,v1:172.21.15.37:6811/683488888] boot 2024-01-23T23:22:18.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:18 smithi037 bash[35265]: cluster 2024-01-23T23:22:17.328828+0000 mon.a (mon.0) 265 : cluster [DBG] osdmap e16: 2 total, 2 up, 2 in 2024-01-23T23:22:18.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:18 smithi037 bash[35265]: audit 2024-01-23T23:22:17.329977+0000 mon.a (mon.0) 266 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:19.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:19 smithi079 bash[35301]: cluster 2024-01-23T23:22:18.346934+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-01-23T23:22:19.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:19 smithi079 bash[35301]: audit 2024-01-23T23:22:18.352081+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240123-232047"}]: dispatch 2024-01-23T23:22:19.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:19 smithi079 bash[35301]: audit 2024-01-23T23:22:18.354905+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240123-232047"}]': finished 2024-01-23T23:22:19.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:19 smithi079 bash[35301]: audit 2024-01-23T23:22:18.397504+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.37:0/968016042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e6b161b-8cd6-417a-be2e-65797ec15fd7"}]: dispatch 2024-01-23T23:22:19.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:19 smithi079 bash[35301]: audit 2024-01-23T23:22:18.397731+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e6b161b-8cd6-417a-be2e-65797ec15fd7"}]: dispatch 2024-01-23T23:22:19.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:19 smithi079 bash[35301]: audit 2024-01-23T23:22:18.401477+0000 mon.a (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e6b161b-8cd6-417a-be2e-65797ec15fd7"}]': finished 2024-01-23T23:22:19.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:19 smithi079 bash[35301]: cluster 2024-01-23T23:22:18.401524+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-23T23:22:19.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:19 smithi079 bash[35301]: audit 2024-01-23T23:22:18.401617+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:19.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:19 smithi079 bash[35301]: cluster 2024-01-23T23:22:19.062192+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v52: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-23T23:22:19.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:19 smithi079 bash[35301]: audit 2024-01-23T23:22:19.146472+0000 mon.a (mon.0) 274 : audit [DBG] from='client.? 172.21.15.37:0/2897729752' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:19.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[35265]: cluster 2024-01-23T23:22:18.346934+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-01-23T23:22:19.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[35265]: audit 2024-01-23T23:22:18.352081+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240123-232047"}]: dispatch 2024-01-23T23:22:19.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[35265]: audit 2024-01-23T23:22:18.354905+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240123-232047"}]': finished 2024-01-23T23:22:19.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[35265]: audit 2024-01-23T23:22:18.397504+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.37:0/968016042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e6b161b-8cd6-417a-be2e-65797ec15fd7"}]: dispatch 2024-01-23T23:22:19.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[35265]: audit 2024-01-23T23:22:18.397731+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e6b161b-8cd6-417a-be2e-65797ec15fd7"}]: dispatch 2024-01-23T23:22:19.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[35265]: audit 2024-01-23T23:22:18.401477+0000 mon.a (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e6b161b-8cd6-417a-be2e-65797ec15fd7"}]': finished 2024-01-23T23:22:19.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[35265]: cluster 2024-01-23T23:22:18.401524+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-23T23:22:19.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[35265]: audit 2024-01-23T23:22:18.401617+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:19.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[35265]: cluster 2024-01-23T23:22:19.062192+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v52: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-23T23:22:19.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[35265]: audit 2024-01-23T23:22:19.146472+0000 mon.a (mon.0) 274 : audit [DBG] from='client.? 172.21.15.37:0/2897729752' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:19.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[38667]: cluster 2024-01-23T23:22:18.346934+0000 mon.a (mon.0) 267 : cluster [DBG] osdmap e17: 2 total, 2 up, 2 in 2024-01-23T23:22:19.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[38667]: audit 2024-01-23T23:22:18.352081+0000 mon.a (mon.0) 268 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240123-232047"}]: dispatch 2024-01-23T23:22:19.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[38667]: audit 2024-01-23T23:22:18.354905+0000 mon.a (mon.0) 269 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/devicehealth/last_scrape","val":"20240123-232047"}]': finished 2024-01-23T23:22:19.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[38667]: audit 2024-01-23T23:22:18.397504+0000 mon.c (mon.1) 6 : audit [INF] from='client.? 172.21.15.37:0/968016042' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e6b161b-8cd6-417a-be2e-65797ec15fd7"}]: dispatch 2024-01-23T23:22:19.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[38667]: audit 2024-01-23T23:22:18.397731+0000 mon.a (mon.0) 270 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "6e6b161b-8cd6-417a-be2e-65797ec15fd7"}]: dispatch 2024-01-23T23:22:19.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[38667]: audit 2024-01-23T23:22:18.401477+0000 mon.a (mon.0) 271 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "6e6b161b-8cd6-417a-be2e-65797ec15fd7"}]': finished 2024-01-23T23:22:19.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[38667]: cluster 2024-01-23T23:22:18.401524+0000 mon.a (mon.0) 272 : cluster [DBG] osdmap e18: 3 total, 2 up, 2 in 2024-01-23T23:22:19.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[38667]: audit 2024-01-23T23:22:18.401617+0000 mon.a (mon.0) 273 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:19.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[38667]: cluster 2024-01-23T23:22:19.062192+0000 mgr.y (mgr.14142) 60 : cluster [DBG] pgmap v52: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-23T23:22:19.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:19 smithi037 bash[38667]: audit 2024-01-23T23:22:19.146472+0000 mon.a (mon.0) 274 : audit [DBG] from='client.? 172.21.15.37:0/2897729752' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:22.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:22 smithi037 bash[35265]: cluster 2024-01-23T23:22:21.062671+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-23T23:22:22.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:22 smithi037 bash[35265]: audit 2024-01-23T23:22:21.403538+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:22.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:22 smithi037 bash[38667]: cluster 2024-01-23T23:22:21.062671+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-23T23:22:22.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:22 smithi037 bash[38667]: audit 2024-01-23T23:22:21.403538+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:22.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:22 smithi079 bash[35301]: cluster 2024-01-23T23:22:21.062671+0000 mgr.y (mgr.14142) 61 : cluster [DBG] pgmap v53: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-23T23:22:22.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:22 smithi079 bash[35301]: audit 2024-01-23T23:22:21.403538+0000 mon.a (mon.0) 275 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:23.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:23 smithi037 bash[35265]: audit 2024-01-23T23:22:23.041674+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-23T23:22:23.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:23 smithi037 bash[35265]: audit 2024-01-23T23:22:23.042278+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:23.350 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:23 smithi037 bash[35265]: audit 2024-01-23T23:22:23.042914+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-23T23:22:23.350 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:23 smithi037 bash[38667]: audit 2024-01-23T23:22:23.041674+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-23T23:22:23.350 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:23 smithi037 bash[38667]: audit 2024-01-23T23:22:23.042278+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:23.350 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:23 smithi037 bash[38667]: audit 2024-01-23T23:22:23.042914+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-23T23:22:23.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:23 smithi079 bash[35301]: audit 2024-01-23T23:22:23.041674+0000 mon.a (mon.0) 276 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-23T23:22:23.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:23 smithi079 bash[35301]: audit 2024-01-23T23:22:23.042278+0000 mon.a (mon.0) 277 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:23.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:23 smithi079 bash[35301]: audit 2024-01-23T23:22:23.042914+0000 mon.a (mon.0) 278 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.1", "key": "container_image"}]: dispatch 2024-01-23T23:22:24.109 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:23 smithi037 systemd[1]: Stopping Ceph osd.1 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:22:24.109 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[43186]: debug 2024-01-23T23:22:24.054+0000 7efd52171700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:22:24.110 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[43186]: debug 2024-01-23T23:22:24.054+0000 7efd52171700 -1 osd.1 18 *** Got signal Terminated *** 2024-01-23T23:22:24.110 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[43186]: debug 2024-01-23T23:22:24.054+0000 7efd52171700 -1 osd.1 18 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:22:24.376 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:24 smithi037 podman[44392]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.1 2024-01-23T23:22:24.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[35265]: cephadm 2024-01-23T23:22:23.042701+0000 mgr.y (mgr.14142) 62 : cephadm [INF] Deploying daemon osd.1 on smithi037 2024-01-23T23:22:24.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[35265]: cluster 2024-01-23T23:22:23.062938+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-23T23:22:24.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[35265]: cluster 2024-01-23T23:22:24.105547+0000 mon.a (mon.0) 279 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-23T23:22:24.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[35265]: cluster 2024-01-23T23:22:24.105588+0000 mon.a (mon.0) 280 : cluster [INF] osd.1 failed (root=default,host=smithi037) (connection refused reported by osd.0) 2024-01-23T23:22:24.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[38667]: cephadm 2024-01-23T23:22:23.042701+0000 mgr.y (mgr.14142) 62 : cephadm [INF] Deploying daemon osd.1 on smithi037 2024-01-23T23:22:24.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[38667]: cluster 2024-01-23T23:22:23.062938+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-23T23:22:24.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[38667]: cluster 2024-01-23T23:22:24.105547+0000 mon.a (mon.0) 279 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-23T23:22:24.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:24 smithi037 bash[38667]: cluster 2024-01-23T23:22:24.105588+0000 mon.a (mon.0) 280 : cluster [INF] osd.1 failed (root=default,host=smithi037) (connection refused reported by osd.0) 2024-01-23T23:22:24.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:24 smithi079 bash[35301]: cephadm 2024-01-23T23:22:23.042701+0000 mgr.y (mgr.14142) 62 : cephadm [INF] Deploying daemon osd.1 on smithi037 2024-01-23T23:22:24.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:24 smithi079 bash[35301]: cluster 2024-01-23T23:22:23.062938+0000 mgr.y (mgr.14142) 63 : cluster [DBG] pgmap v54: 1 pgs: 1 stale+undersized+peered; 0 B data, 288 KiB used, 177 GiB / 179 GiB avail 2024-01-23T23:22:24.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:24 smithi079 bash[35301]: cluster 2024-01-23T23:22:24.105547+0000 mon.a (mon.0) 279 : cluster [DBG] osd.1 reported immediately failed by osd.0 2024-01-23T23:22:24.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:24 smithi079 bash[35301]: cluster 2024-01-23T23:22:24.105588+0000 mon.a (mon.0) 280 : cluster [INF] osd.1 failed (root=default,host=smithi037) (connection refused reported by osd.0) 2024-01-23T23:22:25.433 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[38667]: cluster 2024-01-23T23:22:24.122750+0000 mon.a (mon.0) 281 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:22:25.433 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[38667]: cluster 2024-01-23T23:22:24.129783+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-23T23:22:25.433 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[38667]: audit 2024-01-23T23:22:24.130871+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:25.434 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.1.service: Succeeded. 2024-01-23T23:22:25.434 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 systemd[1]: Stopped Ceph osd.1 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:22:25.434 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 systemd[1]: Starting Ceph osd.1 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:22:25.434 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 podman[44528]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.1" found: no such container 2024-01-23T23:22:25.434 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 systemd[1]: Started Ceph osd.1 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:22:25.434 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[35265]: cluster 2024-01-23T23:22:24.122750+0000 mon.a (mon.0) 281 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:22:25.434 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[35265]: cluster 2024-01-23T23:22:24.129783+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-23T23:22:25.434 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[35265]: audit 2024-01-23T23:22:24.130871+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:25.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:25 smithi079 bash[35301]: cluster 2024-01-23T23:22:24.122750+0000 mon.a (mon.0) 281 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:22:25.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:25 smithi079 bash[35301]: cluster 2024-01-23T23:22:24.129783+0000 mon.a (mon.0) 282 : cluster [DBG] osdmap e19: 3 total, 1 up, 2 in 2024-01-23T23:22:25.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:25 smithi079 bash[35301]: audit 2024-01-23T23:22:24.130871+0000 mon.a (mon.0) 283 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:26.126 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[44544]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-23T23:22:26.126 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[44544]: 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-23T23:22:26.126 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[44544]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-1/block 2024-01-23T23:22:26.126 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[44544]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-1/block 2024-01-23T23:22:26.126 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[44544]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-23T23:22:26.126 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[44544]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-1 2024-01-23T23:22:26.126 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:25 smithi037 bash[44544]: --> ceph-volume lvm activate successful for osd ID: 1 2024-01-23T23:22:26.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: cluster 2024-01-23T23:22:25.063391+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:26.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: cluster 2024-01-23T23:22:25.129556+0000 mon.a (mon.0) 284 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-23T23:22:26.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: cluster 2024-01-23T23:22:25.129576+0000 mon.a (mon.0) 285 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-23T23:22:26.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: cluster 2024-01-23T23:22:25.138830+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-01-23T23:22:26.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: audit 2024-01-23T23:22:25.138981+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:26.573 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: cluster 2024-01-23T23:22:25.063391+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:26.573 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: cluster 2024-01-23T23:22:25.129556+0000 mon.a (mon.0) 284 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-23T23:22:26.574 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: cluster 2024-01-23T23:22:25.129576+0000 mon.a (mon.0) 285 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-23T23:22:26.574 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: cluster 2024-01-23T23:22:25.138830+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-01-23T23:22:26.574 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: audit 2024-01-23T23:22:25.138981+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:26.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: audit 2024-01-23T23:22:25.343466+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:26.574 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: audit 2024-01-23T23:22:25.343994+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:26.574 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: audit 2024-01-23T23:22:25.343466+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:26.575 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: audit 2024-01-23T23:22:25.343994+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:26.575 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: audit 2024-01-23T23:22:25.346517+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:26.575 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: audit 2024-01-23T23:22:25.347807+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-23T23:22:26.575 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: audit 2024-01-23T23:22:25.348823+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:26.575 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[38667]: audit 2024-01-23T23:22:25.349484+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-23T23:22:26.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: audit 2024-01-23T23:22:25.346517+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:26.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: audit 2024-01-23T23:22:25.347807+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-23T23:22:26.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: audit 2024-01-23T23:22:25.348823+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:26.575 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[35265]: audit 2024-01-23T23:22:25.349484+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: cluster 2024-01-23T23:22:25.063391+0000 mgr.y (mgr.14142) 64 : cluster [DBG] pgmap v56: 1 pgs: 1 active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: cluster 2024-01-23T23:22:25.129556+0000 mon.a (mon.0) 284 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: cluster 2024-01-23T23:22:25.129576+0000 mon.a (mon.0) 285 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive) 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: cluster 2024-01-23T23:22:25.138830+0000 mon.a (mon.0) 286 : cluster [DBG] osdmap e20: 3 total, 1 up, 2 in 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: audit 2024-01-23T23:22:25.138981+0000 mon.a (mon.0) 287 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: audit 2024-01-23T23:22:25.343466+0000 mon.a (mon.0) 288 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: audit 2024-01-23T23:22:25.343994+0000 mon.a (mon.0) 289 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: audit 2024-01-23T23:22:25.346517+0000 mon.a (mon.0) 290 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: audit 2024-01-23T23:22:25.347807+0000 mon.a (mon.0) 291 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: audit 2024-01-23T23:22:25.348823+0000 mon.a (mon.0) 292 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:26 smithi079 bash[35301]: audit 2024-01-23T23:22:25.349484+0000 mon.a (mon.0) 293 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-23T23:22:26.978 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 1,2 on host 'smithi037' 2024-01-23T23:22:27.125 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[44776]: debug 2024-01-23T23:22:26.927+0000 7f030ef08ec0 1 -- 172.21.15.37:0/1235656986 >> [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] conn(0x55c744206c00 msgr2=0x55c744203680 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-01-23T23:22:27.126 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:26 smithi037 bash[44776]: debug 2024-01-23T23:22:26.927+0000 7f030ef08ec0 1 --2- 172.21.15.37:0/1235656986 >> [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] conn(0x55c744206c00 0x55c744203680 secure :-1 s=READY pgs=100 cs=0 l=1 rx=0x55c744199d10 tx=0x55c744e72aa0).stop 2024-01-23T23:22:27.396 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[35265]: cephadm 2024-01-23T23:22:25.349259+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi037 2024-01-23T23:22:27.396 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[35265]: audit 2024-01-23T23:22:26.973043+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:27.396 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[35265]: audit 2024-01-23T23:22:26.975867+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:27.396 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[35265]: audit 2024-01-23T23:22:27.057974+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:27.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[38667]: cephadm 2024-01-23T23:22:25.349259+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi037 2024-01-23T23:22:27.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[38667]: audit 2024-01-23T23:22:26.973043+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:27.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[38667]: audit 2024-01-23T23:22:26.975867+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:27.397 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[35265]: audit 2024-01-23T23:22:27.061236+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:27.397 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[35265]: audit 2024-01-23T23:22:27.061924+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:27.397 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[35265]: cluster 2024-01-23T23:22:27.063658+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v58: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:27.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[38667]: audit 2024-01-23T23:22:27.057974+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:27.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[38667]: audit 2024-01-23T23:22:27.061236+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:27.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[38667]: audit 2024-01-23T23:22:27.061924+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:27.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[38667]: cluster 2024-01-23T23:22:27.063658+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v58: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:27.407 DEBUG:teuthology.orchestra.run.smithi037:osd.2> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.2.service 2024-01-23T23:22:27.410 INFO:tasks.cephadm:Deploying osd.3 on smithi037 with /dev/vg_nvme/lv_1... 2024-01-23T23:22:27.410 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-23T23:22:27.440 INFO:journalctl@ceph.osd.2.smithi037.stdout:-- Logs begin at Tue 2024-01-23 23:12:29 UTC. -- 2024-01-23T23:22:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:27 smithi079 bash[35301]: cephadm 2024-01-23T23:22:25.349259+0000 mgr.y (mgr.14142) 65 : cephadm [INF] Deploying daemon osd.2 on smithi037 2024-01-23T23:22:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:27 smithi079 bash[35301]: audit 2024-01-23T23:22:26.973043+0000 mon.a (mon.0) 294 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:27 smithi079 bash[35301]: audit 2024-01-23T23:22:26.975867+0000 mon.a (mon.0) 295 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664042\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664116\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664147\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:13.664176\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"daemon_id\": \"1\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_device_update\": \"2024-01-23T23:22:16.546128\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:27 smithi079 bash[35301]: audit 2024-01-23T23:22:27.057974+0000 mon.a (mon.0) 296 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:27.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:27 smithi079 bash[35301]: audit 2024-01-23T23:22:27.061236+0000 mon.a (mon.0) 297 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"LVM detected\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:27.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:27 smithi079 bash[35301]: audit 2024-01-23T23:22:27.061924+0000 mon.a (mon.0) 298 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:27.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:27 smithi079 bash[35301]: cluster 2024-01-23T23:22:27.063658+0000 mgr.y (mgr.14142) 66 : cluster [DBG] pgmap v58: 1 pgs: 1 stale+active+undersized+degraded; 0 B data, 320 KiB used, 177 GiB / 179 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:27.763 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[44776]: debug 2024-01-23T23:22:27.453+0000 7f030ef08ec0 -1 Falling back to public interface 2024-01-23T23:22:28.026 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[44961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-23T23:22:28.026 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[44961]: 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-23T23:22:28.026 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[44961]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-01-23T23:22:28.026 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[44961]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-01-23T23:22:28.027 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[44961]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-23T23:22:28.027 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[44961]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-23T23:22:28.027 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:27 smithi037 bash[44961]: --> ceph-volume lvm activate successful for osd ID: 2 2024-01-23T23:22:28.027 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:28 smithi037 bash[44776]: debug 2024-01-23T23:22:28.024+0000 7f030ef08ec0 -1 osd.1 18 log_to_monitors {default=true} 2024-01-23T23:22:28.282 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:22:28 smithi037 bash[44776]: debug 2024-01-23T23:22:28.032+0000 7f0302ed9700 -1 osd.1 18 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-23T23:22:28.282 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:28 smithi037 bash[35265]: audit 2024-01-23T23:22:28.029488+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/1063953019,v1:172.21.15.37:6811/1063953019]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-23T23:22:28.282 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:28 smithi037 bash[35265]: audit 2024-01-23T23:22:28.029751+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-23T23:22:28.282 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:28 smithi037 bash[35265]: audit 2024-01-23T23:22:28.030181+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/1063953019,v1:172.21.15.37:6811/1063953019]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:28.282 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:28 smithi037 bash[35265]: audit 2024-01-23T23:22:28.030374+0000 mon.a (mon.0) 300 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:28.282 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:28 smithi037 bash[38667]: audit 2024-01-23T23:22:28.029488+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/1063953019,v1:172.21.15.37:6811/1063953019]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-23T23:22:28.283 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:28 smithi037 bash[38667]: audit 2024-01-23T23:22:28.029751+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-23T23:22:28.283 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:28 smithi037 bash[38667]: audit 2024-01-23T23:22:28.030181+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/1063953019,v1:172.21.15.37:6811/1063953019]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:28.283 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:28 smithi037 bash[38667]: audit 2024-01-23T23:22:28.030374+0000 mon.a (mon.0) 300 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:28.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:28 smithi079 bash[35301]: audit 2024-01-23T23:22:28.029488+0000 mon.c (mon.1) 7 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/1063953019,v1:172.21.15.37:6811/1063953019]' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-23T23:22:28.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:28 smithi079 bash[35301]: audit 2024-01-23T23:22:28.029751+0000 mon.a (mon.0) 299 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["1"]}]: dispatch 2024-01-23T23:22:28.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:28 smithi079 bash[35301]: audit 2024-01-23T23:22:28.030181+0000 mon.c (mon.1) 8 : audit [INF] from='osd.1 [v2:172.21.15.37:6810/1063953019,v1:172.21.15.37:6811/1063953019]' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:28.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:28 smithi079 bash[35301]: audit 2024-01-23T23:22:28.030374+0000 mon.a (mon.0) 300 : audit [INF] from='osd.1 ' entity='osd.1' cmd=[{"prefix": "osd crush create-or-move", "id": 1, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:29.397 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-23T23:22:29.397 INFO:teuthology.orchestra.run.smithi037.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-23T23:22:29.398 INFO:teuthology.orchestra.run.smithi037.stderr: stderr: 10+0 records in 2024-01-23T23:22:29.398 INFO:teuthology.orchestra.run.smithi037.stderr:10+0 records out 2024-01-23T23:22:29.398 INFO:teuthology.orchestra.run.smithi037.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0121827 s, 861 MB/s 2024-01-23T23:22:29.398 INFO:teuthology.orchestra.run.smithi037.stderr:--> Zapping successful for: 2024-01-23T23:22:29.436 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[38667]: cluster 2024-01-23T23:22:28.133795+0000 mon.a (mon.0) 301 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:22:29.436 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[38667]: cluster 2024-01-23T23:22:28.144022+0000 mon.a (mon.0) 302 : cluster [INF] osd.1 [v2:172.21.15.37:6810/1063953019,v1:172.21.15.37:6811/1063953019] boot 2024-01-23T23:22:29.436 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[38667]: cluster 2024-01-23T23:22:28.144072+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-23T23:22:29.436 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[38667]: audit 2024-01-23T23:22:28.144226+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:29.436 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[38667]: audit 2024-01-23T23:22:28.144622+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:29.436 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[38667]: cluster 2024-01-23T23:22:29.063962+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-23T23:22:29.436 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[35265]: cluster 2024-01-23T23:22:28.133795+0000 mon.a (mon.0) 301 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:22:29.436 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[35265]: cluster 2024-01-23T23:22:28.144022+0000 mon.a (mon.0) 302 : cluster [INF] osd.1 [v2:172.21.15.37:6810/1063953019,v1:172.21.15.37:6811/1063953019] boot 2024-01-23T23:22:29.436 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[35265]: cluster 2024-01-23T23:22:28.144072+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-23T23:22:29.437 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[35265]: audit 2024-01-23T23:22:28.144226+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:29.437 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[35265]: audit 2024-01-23T23:22:28.144622+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:29.437 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[35265]: cluster 2024-01-23T23:22:29.063962+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-23T23:22:29.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:29 smithi079 bash[35301]: cluster 2024-01-23T23:22:28.133795+0000 mon.a (mon.0) 301 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:22:29.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:29 smithi079 bash[35301]: cluster 2024-01-23T23:22:28.144022+0000 mon.a (mon.0) 302 : cluster [INF] osd.1 [v2:172.21.15.37:6810/1063953019,v1:172.21.15.37:6811/1063953019] boot 2024-01-23T23:22:29.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:29 smithi079 bash[35301]: cluster 2024-01-23T23:22:28.144072+0000 mon.a (mon.0) 303 : cluster [DBG] osdmap e21: 3 total, 2 up, 2 in 2024-01-23T23:22:29.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:29 smithi079 bash[35301]: audit 2024-01-23T23:22:28.144226+0000 mon.a (mon.0) 304 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:22:29.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:29 smithi079 bash[35301]: audit 2024-01-23T23:22:28.144622+0000 mon.a (mon.0) 305 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:29.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:29 smithi079 bash[35301]: cluster 2024-01-23T23:22:29.063962+0000 mgr.y (mgr.14142) 67 : cluster [DBG] pgmap v60: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-23T23:22:29.747 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:29 smithi037 bash[45345]: debug 2024-01-23T23:22:29.536+0000 7f4659e2aec0 -1 Falling back to public interface 2024-01-23T23:22:29.757 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch daemon add osd smithi037:vg_nvme/lv_1 2024-01-23T23:22:30.278 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:30 smithi037 bash[45345]: debug 2024-01-23T23:22:30.106+0000 7f4659e2aec0 -1 osd.2 0 log_to_monitors {default=true} 2024-01-23T23:22:30.278 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:30 smithi037 bash[35265]: cluster 2024-01-23T23:22:29.149839+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-23T23:22:30.278 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:30 smithi037 bash[35265]: audit 2024-01-23T23:22:29.149980+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:30.278 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:30 smithi037 bash[35265]: audit 2024-01-23T23:22:30.110333+0000 mon.a (mon.0) 308 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-23T23:22:30.279 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:30 smithi037 bash[38667]: cluster 2024-01-23T23:22:29.149839+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-23T23:22:30.279 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:30 smithi037 bash[38667]: audit 2024-01-23T23:22:29.149980+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:30.279 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:30 smithi037 bash[38667]: audit 2024-01-23T23:22:30.110333+0000 mon.a (mon.0) 308 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-23T23:22:30.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:30 smithi079 bash[35301]: cluster 2024-01-23T23:22:29.149839+0000 mon.a (mon.0) 306 : cluster [DBG] osdmap e22: 3 total, 2 up, 2 in 2024-01-23T23:22:30.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:30 smithi079 bash[35301]: audit 2024-01-23T23:22:29.149980+0000 mon.a (mon.0) 307 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:30.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:30 smithi079 bash[35301]: audit 2024-01-23T23:22:30.110333+0000 mon.a (mon.0) 308 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-23T23:22:31.466 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[45345]: debug 2024-01-23T23:22:31.161+0000 7f463ebd7700 -1 osd.2 0 waiting for initial osdmap 2024-01-23T23:22:31.466 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[45345]: debug 2024-01-23T23:22:31.166+0000 7f4649df3700 -1 osd.2 24 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-23T23:22:31.467 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: audit 2024-01-23T23:22:30.159177+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-23T23:22:31.467 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: cluster 2024-01-23T23:22:30.159218+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-01-23T23:22:31.467 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: audit 2024-01-23T23:22:30.159339+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:31.467 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: audit 2024-01-23T23:22:30.159629+0000 mon.a (mon.0) 312 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:31.467 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: audit 2024-01-23T23:22:30.564858+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:31.467 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: audit 2024-01-23T23:22:30.159177+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-23T23:22:31.467 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: cluster 2024-01-23T23:22:30.159218+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-01-23T23:22:31.467 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: audit 2024-01-23T23:22:30.159339+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:31.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: audit 2024-01-23T23:22:30.159629+0000 mon.a (mon.0) 312 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:31.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: audit 2024-01-23T23:22:30.564858+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:31.468 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: audit 2024-01-23T23:22:30.790811+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:31.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: audit 2024-01-23T23:22:30.790811+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:31.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: audit 2024-01-23T23:22:30.793709+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:31.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: audit 2024-01-23T23:22:30.795158+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:31.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: cluster 2024-01-23T23:22:31.064257+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-23T23:22:31.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: cluster 2024-01-23T23:22:31.071501+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:31.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: cluster 2024-01-23T23:22:31.071557+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:31.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: audit 2024-01-23T23:22:31.150298+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:31.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: audit 2024-01-23T23:22:31.150844+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:31.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[35265]: audit 2024-01-23T23:22:31.151573+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:31.469 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: audit 2024-01-23T23:22:30.793709+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:31.470 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: audit 2024-01-23T23:22:30.795158+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:31.470 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: cluster 2024-01-23T23:22:31.064257+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-23T23:22:31.470 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: cluster 2024-01-23T23:22:31.071501+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:31.470 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: cluster 2024-01-23T23:22:31.071557+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:31.470 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: audit 2024-01-23T23:22:31.150298+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:31.470 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: audit 2024-01-23T23:22:31.150844+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:31.470 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:31 smithi037 bash[38667]: audit 2024-01-23T23:22:31.151573+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:31.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: audit 2024-01-23T23:22:30.159177+0000 mon.a (mon.0) 309 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]': finished 2024-01-23T23:22:31.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: cluster 2024-01-23T23:22:30.159218+0000 mon.a (mon.0) 310 : cluster [DBG] osdmap e23: 3 total, 2 up, 2 in 2024-01-23T23:22:31.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: audit 2024-01-23T23:22:30.159339+0000 mon.a (mon.0) 311 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:31.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: audit 2024-01-23T23:22:30.159629+0000 mon.a (mon.0) 312 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:31.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: audit 2024-01-23T23:22:30.564858+0000 mon.a (mon.0) 313 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:31.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: audit 2024-01-23T23:22:30.790811+0000 mon.a (mon.0) 314 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:31.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: audit 2024-01-23T23:22:30.793709+0000 mon.a (mon.0) 315 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057060\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057136\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057167\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057196\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:27.057225\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:27.057296\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:31.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: audit 2024-01-23T23:22:30.795158+0000 mon.a (mon.0) 316 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:31.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: cluster 2024-01-23T23:22:31.064257+0000 mgr.y (mgr.14142) 68 : cluster [DBG] pgmap v63: 1 pgs: 1 undersized+degraded+peered; 0 B data, 336 KiB used, 177 GiB / 179 GiB avail; 2/3 objects degraded (66.667%) 2024-01-23T23:22:31.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: cluster 2024-01-23T23:22:31.071501+0000 osd.2 (osd.2) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:31.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: cluster 2024-01-23T23:22:31.071557+0000 osd.2 (osd.2) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:31.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: audit 2024-01-23T23:22:31.150298+0000 mon.a (mon.0) 317 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:31.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: audit 2024-01-23T23:22:31.150844+0000 mon.a (mon.0) 318 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:31.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:31 smithi079 bash[35301]: audit 2024-01-23T23:22:31.151573+0000 mon.a (mon.0) 319 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:32.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[35265]: audit 2024-01-23T23:22:31.149552+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:32.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[35265]: cephadm 2024-01-23T23:22:31.150105+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:22:32.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[35265]: audit 2024-01-23T23:22:31.158134+0000 mon.a (mon.0) 320 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:32.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[35265]: cluster 2024-01-23T23:22:31.158183+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-01-23T23:22:32.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[35265]: audit 2024-01-23T23:22:31.158686+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:32.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[38667]: audit 2024-01-23T23:22:31.149552+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:32.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[38667]: cephadm 2024-01-23T23:22:31.150105+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:22:32.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[38667]: audit 2024-01-23T23:22:31.158134+0000 mon.a (mon.0) 320 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:32.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[38667]: cluster 2024-01-23T23:22:31.158183+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-01-23T23:22:32.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[38667]: audit 2024-01-23T23:22:31.158686+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:32.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[35265]: audit 2024-01-23T23:22:31.886655+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"5e8c860aab63\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885926\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:28.514049\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:31.885996\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:32.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[35265]: audit 2024-01-23T23:22:31.889755+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"5e8c860aab63\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885926\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:28.514049\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:31.885996\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:32.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[35265]: cluster 2024-01-23T23:22:32.094222+0000 mon.a (mon.0) 325 : cluster [WRN] Health check update: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-01-23T23:22:32.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[38667]: audit 2024-01-23T23:22:31.886655+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"5e8c860aab63\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885926\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:28.514049\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:31.885996\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:32.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[38667]: audit 2024-01-23T23:22:31.889755+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"5e8c860aab63\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885926\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:28.514049\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:31.885996\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:32.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:32 smithi037 bash[38667]: cluster 2024-01-23T23:22:32.094222+0000 mon.a (mon.0) 325 : cluster [WRN] Health check update: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-01-23T23:22:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:32 smithi079 bash[35301]: audit 2024-01-23T23:22:31.149552+0000 mgr.y (mgr.14142) 69 : audit [DBG] from='client.24208 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi037:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:32 smithi079 bash[35301]: cephadm 2024-01-23T23:22:31.150105+0000 mgr.y (mgr.14142) 70 : cephadm [INF] Applying osd on host smithi037... 2024-01-23T23:22:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:32 smithi079 bash[35301]: audit 2024-01-23T23:22:31.158134+0000 mon.a (mon.0) 320 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521]' entity='osd.2' cmd='[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:32 smithi079 bash[35301]: cluster 2024-01-23T23:22:31.158183+0000 mon.a (mon.0) 321 : cluster [DBG] osdmap e24: 3 total, 2 up, 2 in 2024-01-23T23:22:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:32 smithi079 bash[35301]: audit 2024-01-23T23:22:31.158686+0000 mon.a (mon.0) 322 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:32 smithi079 bash[35301]: audit 2024-01-23T23:22:31.886655+0000 mon.a (mon.0) 323 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"5e8c860aab63\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885926\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:28.514049\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:31.885996\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:32 smithi079 bash[35301]: audit 2024-01-23T23:22:31.889755+0000 mon.a (mon.0) 324 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"5e8c860aab63\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885926\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:28.514049\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:25.347609\"}}, \"last_daemon_update\": \"2024-01-23T23:22:31.885996\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:32 smithi079 bash[35301]: cluster 2024-01-23T23:22:32.094222+0000 mon.a (mon.0) 325 : cluster [WRN] Health check update: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded (PG_DEGRADED) 2024-01-23T23:22:33.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:33 smithi079 bash[35301]: cluster 2024-01-23T23:22:32.166469+0000 mon.a (mon.0) 326 : cluster [INF] osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521] boot 2024-01-23T23:22:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:33 smithi079 bash[35301]: cluster 2024-01-23T23:22:32.166512+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-01-23T23:22:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:33 smithi079 bash[35301]: audit 2024-01-23T23:22:32.167059+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:33 smithi079 bash[35301]: audit 2024-01-23T23:22:32.750739+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.37:0/3503763564' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0f2db19-fe24-4023-a090-56e0c08c27f7"}]: dispatch 2024-01-23T23:22:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:33 smithi079 bash[35301]: audit 2024-01-23T23:22:32.751044+0000 mon.a (mon.0) 329 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0f2db19-fe24-4023-a090-56e0c08c27f7"}]: dispatch 2024-01-23T23:22:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:33 smithi079 bash[35301]: audit 2024-01-23T23:22:32.755385+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f0f2db19-fe24-4023-a090-56e0c08c27f7"}]': finished 2024-01-23T23:22:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:33 smithi079 bash[35301]: cluster 2024-01-23T23:22:32.755435+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-01-23T23:22:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:33 smithi079 bash[35301]: audit 2024-01-23T23:22:32.755572+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:33 smithi079 bash[35301]: cluster 2024-01-23T23:22:33.064557+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 400 KiB used, 177 GiB / 179 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[35265]: cluster 2024-01-23T23:22:32.166469+0000 mon.a (mon.0) 326 : cluster [INF] osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521] boot 2024-01-23T23:22:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[35265]: cluster 2024-01-23T23:22:32.166512+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-01-23T23:22:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[35265]: audit 2024-01-23T23:22:32.167059+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[35265]: audit 2024-01-23T23:22:32.750739+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.37:0/3503763564' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0f2db19-fe24-4023-a090-56e0c08c27f7"}]: dispatch 2024-01-23T23:22:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[35265]: audit 2024-01-23T23:22:32.751044+0000 mon.a (mon.0) 329 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0f2db19-fe24-4023-a090-56e0c08c27f7"}]: dispatch 2024-01-23T23:22:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[35265]: audit 2024-01-23T23:22:32.755385+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f0f2db19-fe24-4023-a090-56e0c08c27f7"}]': finished 2024-01-23T23:22:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[35265]: cluster 2024-01-23T23:22:32.755435+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-01-23T23:22:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[35265]: audit 2024-01-23T23:22:32.755572+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[35265]: cluster 2024-01-23T23:22:33.064557+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 400 KiB used, 177 GiB / 179 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:33.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[38667]: cluster 2024-01-23T23:22:32.166469+0000 mon.a (mon.0) 326 : cluster [INF] osd.2 [v2:172.21.15.37:6818/187716521,v1:172.21.15.37:6819/187716521] boot 2024-01-23T23:22:33.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[38667]: cluster 2024-01-23T23:22:32.166512+0000 mon.a (mon.0) 327 : cluster [DBG] osdmap e25: 3 total, 3 up, 3 in 2024-01-23T23:22:33.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[38667]: audit 2024-01-23T23:22:32.167059+0000 mon.a (mon.0) 328 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:33.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[38667]: audit 2024-01-23T23:22:32.750739+0000 mon.c (mon.1) 9 : audit [INF] from='client.? 172.21.15.37:0/3503763564' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0f2db19-fe24-4023-a090-56e0c08c27f7"}]: dispatch 2024-01-23T23:22:33.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[38667]: audit 2024-01-23T23:22:32.751044+0000 mon.a (mon.0) 329 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "f0f2db19-fe24-4023-a090-56e0c08c27f7"}]: dispatch 2024-01-23T23:22:33.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[38667]: audit 2024-01-23T23:22:32.755385+0000 mon.a (mon.0) 330 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "f0f2db19-fe24-4023-a090-56e0c08c27f7"}]': finished 2024-01-23T23:22:33.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[38667]: cluster 2024-01-23T23:22:32.755435+0000 mon.a (mon.0) 331 : cluster [DBG] osdmap e26: 4 total, 3 up, 3 in 2024-01-23T23:22:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[38667]: audit 2024-01-23T23:22:32.755572+0000 mon.a (mon.0) 332 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:33 smithi037 bash[38667]: cluster 2024-01-23T23:22:33.064557+0000 mgr.y (mgr.14142) 71 : cluster [DBG] pgmap v67: 1 pgs: 1 active+clean; 0 B data, 400 KiB used, 177 GiB / 179 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:34.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:34 smithi079 bash[35301]: audit 2024-01-23T23:22:33.558632+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.37:0/3925256937' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:34.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:34 smithi079 bash[35301]: cluster 2024-01-23T23:22:33.752666+0000 mon.a (mon.0) 333 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2024-01-23T23:22:34.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:34 smithi079 bash[35301]: cluster 2024-01-23T23:22:33.752720+0000 mon.a (mon.0) 334 : cluster [INF] Cluster is now healthy 2024-01-23T23:22:34.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:34 smithi079 bash[35301]: cluster 2024-01-23T23:22:33.760162+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2024-01-23T23:22:34.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:34 smithi079 bash[35301]: audit 2024-01-23T23:22:33.760282+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:34.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:34 smithi037 bash[35265]: audit 2024-01-23T23:22:33.558632+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.37:0/3925256937' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:34.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:34 smithi037 bash[35265]: cluster 2024-01-23T23:22:33.752666+0000 mon.a (mon.0) 333 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2024-01-23T23:22:34.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:34 smithi037 bash[35265]: cluster 2024-01-23T23:22:33.752720+0000 mon.a (mon.0) 334 : cluster [INF] Cluster is now healthy 2024-01-23T23:22:34.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:34 smithi037 bash[35265]: cluster 2024-01-23T23:22:33.760162+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2024-01-23T23:22:34.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:34 smithi037 bash[35265]: audit 2024-01-23T23:22:33.760282+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:34.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:34 smithi037 bash[38667]: audit 2024-01-23T23:22:33.558632+0000 mon.c (mon.1) 10 : audit [DBG] from='client.? 172.21.15.37:0/3925256937' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:34.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:34 smithi037 bash[38667]: cluster 2024-01-23T23:22:33.752666+0000 mon.a (mon.0) 333 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 2/3 objects degraded (66.667%), 1 pg degraded) 2024-01-23T23:22:34.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:34 smithi037 bash[38667]: cluster 2024-01-23T23:22:33.752720+0000 mon.a (mon.0) 334 : cluster [INF] Cluster is now healthy 2024-01-23T23:22:34.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:34 smithi037 bash[38667]: cluster 2024-01-23T23:22:33.760162+0000 mon.a (mon.0) 335 : cluster [DBG] osdmap e27: 4 total, 3 up, 3 in 2024-01-23T23:22:34.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:34 smithi037 bash[38667]: audit 2024-01-23T23:22:33.760282+0000 mon.a (mon.0) 336 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:35.497 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:35 smithi037 bash[35265]: cluster 2024-01-23T23:22:35.064917+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 664 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:35.497 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:35 smithi037 bash[38667]: cluster 2024-01-23T23:22:35.064917+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 664 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:35.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:35 smithi079 bash[35301]: cluster 2024-01-23T23:22:35.064917+0000 mgr.y (mgr.14142) 72 : cluster [DBG] pgmap v69: 1 pgs: 1 active+clean; 0 B data, 664 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:36.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:36 smithi079 bash[35301]: audit 2024-01-23T23:22:35.873442+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:36.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:36 smithi037 bash[35265]: audit 2024-01-23T23:22:35.873442+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:36.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:36 smithi037 bash[38667]: audit 2024-01-23T23:22:35.873442+0000 mon.a (mon.0) 337 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:38.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:38 smithi079 bash[35301]: cluster 2024-01-23T23:22:37.065210+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 664 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:38.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:38 smithi079 bash[35301]: audit 2024-01-23T23:22:37.548701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-23T23:22:38.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:38 smithi079 bash[35301]: audit 2024-01-23T23:22:37.549264+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:38.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:38 smithi079 bash[35301]: audit 2024-01-23T23:22:37.549899+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-23T23:22:38.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[35265]: cluster 2024-01-23T23:22:37.065210+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 664 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:38.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[35265]: audit 2024-01-23T23:22:37.548701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-23T23:22:38.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[35265]: audit 2024-01-23T23:22:37.549264+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:38.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[35265]: audit 2024-01-23T23:22:37.549899+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-23T23:22:38.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[38667]: cluster 2024-01-23T23:22:37.065210+0000 mgr.y (mgr.14142) 73 : cluster [DBG] pgmap v70: 1 pgs: 1 active+clean; 0 B data, 664 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:38.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[38667]: audit 2024-01-23T23:22:37.548701+0000 mon.a (mon.0) 338 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-23T23:22:38.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[38667]: audit 2024-01-23T23:22:37.549264+0000 mon.a (mon.0) 339 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:38.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[38667]: audit 2024-01-23T23:22:37.549899+0000 mon.a (mon.0) 340 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.2", "key": "container_image"}]: dispatch 2024-01-23T23:22:38.775 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:38 smithi037 systemd[1]: Stopping Ceph osd.2 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:22:38.776 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[45345]: debug 2024-01-23T23:22:38.511+0000 7f4651672700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:22:38.776 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[45345]: debug 2024-01-23T23:22:38.511+0000 7f4651672700 -1 osd.2 27 *** Got signal Terminated *** 2024-01-23T23:22:38.776 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:38 smithi037 bash[45345]: debug 2024-01-23T23:22:38.511+0000 7f4651672700 -1 osd.2 27 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:22:39.077 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:38 smithi037 podman[46633]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.2 2024-01-23T23:22:39.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[35265]: cephadm 2024-01-23T23:22:37.549687+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi037 2024-01-23T23:22:39.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[35265]: cluster 2024-01-23T23:22:38.750163+0000 mon.a (mon.0) 341 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-23T23:22:39.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[35265]: cluster 2024-01-23T23:22:38.750208+0000 mon.a (mon.0) 342 : cluster [INF] osd.2 failed (root=default,host=smithi037) (connection refused reported by osd.1) 2024-01-23T23:22:39.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[35265]: cluster 2024-01-23T23:22:38.750379+0000 mon.a (mon.0) 343 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-23T23:22:39.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[35265]: cluster 2024-01-23T23:22:38.750525+0000 mon.a (mon.0) 344 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-23T23:22:39.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[35265]: cluster 2024-01-23T23:22:38.750656+0000 mon.a (mon.0) 345 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-23T23:22:39.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[38667]: cephadm 2024-01-23T23:22:37.549687+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi037 2024-01-23T23:22:39.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[38667]: cluster 2024-01-23T23:22:38.750163+0000 mon.a (mon.0) 341 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-23T23:22:39.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[38667]: cluster 2024-01-23T23:22:38.750208+0000 mon.a (mon.0) 342 : cluster [INF] osd.2 failed (root=default,host=smithi037) (connection refused reported by osd.1) 2024-01-23T23:22:39.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[38667]: cluster 2024-01-23T23:22:38.750379+0000 mon.a (mon.0) 343 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-23T23:22:39.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[38667]: cluster 2024-01-23T23:22:38.750525+0000 mon.a (mon.0) 344 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-23T23:22:39.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:39 smithi037 bash[38667]: cluster 2024-01-23T23:22:38.750656+0000 mon.a (mon.0) 345 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-23T23:22:39.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:39 smithi079 bash[35301]: cephadm 2024-01-23T23:22:37.549687+0000 mgr.y (mgr.14142) 74 : cephadm [INF] Deploying daemon osd.2 on smithi037 2024-01-23T23:22:39.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:39 smithi079 bash[35301]: cluster 2024-01-23T23:22:38.750163+0000 mon.a (mon.0) 341 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-23T23:22:39.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:39 smithi079 bash[35301]: cluster 2024-01-23T23:22:38.750208+0000 mon.a (mon.0) 342 : cluster [INF] osd.2 failed (root=default,host=smithi037) (connection refused reported by osd.1) 2024-01-23T23:22:39.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:39 smithi079 bash[35301]: cluster 2024-01-23T23:22:38.750379+0000 mon.a (mon.0) 343 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-23T23:22:39.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:39 smithi079 bash[35301]: cluster 2024-01-23T23:22:38.750525+0000 mon.a (mon.0) 344 : cluster [DBG] osd.2 reported immediately failed by osd.1 2024-01-23T23:22:39.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:39 smithi079 bash[35301]: cluster 2024-01-23T23:22:38.750656+0000 mon.a (mon.0) 345 : cluster [DBG] osd.2 reported immediately failed by osd.0 2024-01-23T23:22:40.013 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:39 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.2.service: Succeeded. 2024-01-23T23:22:40.013 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:39 smithi037 systemd[1]: Stopped Ceph osd.2 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:22:40.014 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:39 smithi037 systemd[1]: Starting Ceph osd.2 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:22:40.014 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:39 smithi037 podman[46768]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.2" found: no such container 2024-01-23T23:22:40.014 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:39 smithi037 systemd[1]: Started Ceph osd.2 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:22:40.283 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[35265]: cluster 2024-01-23T23:22:39.065548+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 696 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:40.283 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[35265]: cluster 2024-01-23T23:22:39.101368+0000 mon.a (mon.0) 346 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:22:40.283 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[35265]: cluster 2024-01-23T23:22:39.113074+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-01-23T23:22:40.283 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[35265]: audit 2024-01-23T23:22:39.113192+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:40.284 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[38667]: cluster 2024-01-23T23:22:39.065548+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 696 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:40.284 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[38667]: cluster 2024-01-23T23:22:39.101368+0000 mon.a (mon.0) 346 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:22:40.284 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[38667]: cluster 2024-01-23T23:22:39.113074+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-01-23T23:22:40.284 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[38667]: audit 2024-01-23T23:22:39.113192+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:40.284 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[35265]: audit 2024-01-23T23:22:39.915940+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:40.284 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[35265]: audit 2024-01-23T23:22:39.916338+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:40.284 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[35265]: audit 2024-01-23T23:22:39.919078+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:40.285 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[35265]: audit 2024-01-23T23:22:39.921746+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-23T23:22:40.285 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[35265]: audit 2024-01-23T23:22:39.922383+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:40.285 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[35265]: audit 2024-01-23T23:22:39.923067+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-23T23:22:40.285 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[38667]: audit 2024-01-23T23:22:39.915940+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:40.285 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[38667]: audit 2024-01-23T23:22:39.916338+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:40.285 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[38667]: audit 2024-01-23T23:22:39.919078+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:40.285 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[38667]: audit 2024-01-23T23:22:39.921746+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-23T23:22:40.285 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[38667]: audit 2024-01-23T23:22:39.922383+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:40.285 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[38667]: audit 2024-01-23T23:22:39.923067+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-23T23:22:40.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:40 smithi079 bash[35301]: cluster 2024-01-23T23:22:39.065548+0000 mgr.y (mgr.14142) 75 : cluster [DBG] pgmap v71: 1 pgs: 1 active+clean; 0 B data, 696 KiB used, 265 GiB / 268 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:22:40.717 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:40 smithi079 bash[35301]: cluster 2024-01-23T23:22:39.101368+0000 mon.a (mon.0) 346 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:22:40.717 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:40 smithi079 bash[35301]: cluster 2024-01-23T23:22:39.113074+0000 mon.a (mon.0) 347 : cluster [DBG] osdmap e28: 4 total, 2 up, 3 in 2024-01-23T23:22:40.717 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:40 smithi079 bash[35301]: audit 2024-01-23T23:22:39.113192+0000 mon.a (mon.0) 348 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:40.717 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:40 smithi079 bash[35301]: audit 2024-01-23T23:22:39.915940+0000 mon.a (mon.0) 349 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:40.717 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:40 smithi079 bash[35301]: audit 2024-01-23T23:22:39.916338+0000 mon.a (mon.0) 350 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:40.717 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:40 smithi079 bash[35301]: audit 2024-01-23T23:22:39.919078+0000 mon.a (mon.0) 351 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885736\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885809\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885842\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885871\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:31.885898\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"daemon_id\": \"2\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:40.717 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:40 smithi079 bash[35301]: audit 2024-01-23T23:22:39.921746+0000 mon.a (mon.0) 352 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-23T23:22:40.717 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:40 smithi079 bash[35301]: audit 2024-01-23T23:22:39.922383+0000 mon.a (mon.0) 353 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:40.717 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:40 smithi079 bash[35301]: audit 2024-01-23T23:22:39.923067+0000 mon.a (mon.0) 354 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.3", "key": "container_image"}]: dispatch 2024-01-23T23:22:40.718 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[46786]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-23T23:22:40.718 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[46786]: 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-23T23:22:40.718 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[46786]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-2/block 2024-01-23T23:22:40.718 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[46786]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-2/block 2024-01-23T23:22:40.718 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[46786]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-23T23:22:40.719 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[46786]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-2 2024-01-23T23:22:40.719 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:40 smithi037 bash[46786]: --> ceph-volume lvm activate successful for osd ID: 2 2024-01-23T23:22:41.422 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:41 smithi037 bash[35265]: cephadm 2024-01-23T23:22:39.922872+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi037 2024-01-23T23:22:41.422 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:41 smithi037 bash[35265]: cluster 2024-01-23T23:22:40.121681+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2024-01-23T23:22:41.422 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:41 smithi037 bash[35265]: audit 2024-01-23T23:22:40.121789+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:41.423 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:41 smithi037 bash[38667]: cephadm 2024-01-23T23:22:39.922872+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi037 2024-01-23T23:22:41.423 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:41 smithi037 bash[38667]: cluster 2024-01-23T23:22:40.121681+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2024-01-23T23:22:41.423 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:41 smithi037 bash[38667]: audit 2024-01-23T23:22:40.121789+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:41.489 INFO:teuthology.orchestra.run.smithi037.stdout:Created osd(s) 2,3 on host 'smithi037' 2024-01-23T23:22:41.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:41 smithi079 bash[35301]: cephadm 2024-01-23T23:22:39.922872+0000 mgr.y (mgr.14142) 76 : cephadm [INF] Deploying daemon osd.3 on smithi037 2024-01-23T23:22:41.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:41 smithi079 bash[35301]: cluster 2024-01-23T23:22:40.121681+0000 mon.a (mon.0) 355 : cluster [DBG] osdmap e29: 4 total, 2 up, 3 in 2024-01-23T23:22:41.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:41 smithi079 bash[35301]: audit 2024-01-23T23:22:40.121789+0000 mon.a (mon.0) 356 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:41.928 DEBUG:teuthology.orchestra.run.smithi037:osd.3> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.3.service 2024-01-23T23:22:41.930 INFO:tasks.cephadm:Deploying osd.4 on smithi079 with /dev/vg_nvme/lv_4... 2024-01-23T23:22:41.930 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_4 2024-01-23T23:22:41.956 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:41 smithi037 bash[47042]: debug 2024-01-23T23:22:41.874+0000 7f5a9e25eec0 -1 Falling back to public interface 2024-01-23T23:22:41.963 INFO:journalctl@ceph.osd.3.smithi037.stdout:-- Logs begin at Tue 2024-01-23 23:12:29 UTC. -- 2024-01-23T23:22:42.225 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:42 smithi079 bash[35301]: cluster 2024-01-23T23:22:41.065944+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 696 KiB used, 265 GiB / 268 GiB avail 2024-01-23T23:22:42.225 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:42 smithi079 bash[35301]: audit 2024-01-23T23:22:41.404575+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_daemon_update\": \"2024-01-23T23:22:41.403907\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:42.225 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:42 smithi079 bash[35301]: audit 2024-01-23T23:22:41.408535+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_daemon_update\": \"2024-01-23T23:22:41.403907\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:42.225 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:42 smithi079 bash[35301]: audit 2024-01-23T23:22:41.481162+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:42.225 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:42 smithi079 bash[35301]: audit 2024-01-23T23:22:41.481596+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:42.225 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:42 smithi079 bash[35301]: audit 2024-01-23T23:22:41.484690+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:42.246 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[35265]: cluster 2024-01-23T23:22:41.065944+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 696 KiB used, 265 GiB / 268 GiB avail 2024-01-23T23:22:42.246 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[38667]: cluster 2024-01-23T23:22:41.065944+0000 mgr.y (mgr.14142) 77 : cluster [DBG] pgmap v74: 1 pgs: 1 active+clean; 0 B data, 696 KiB used, 265 GiB / 268 GiB avail 2024-01-23T23:22:42.246 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[47250]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-01-23T23:22:42.247 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[47250]: 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-23T23:22:42.247 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[47250]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-3/block 2024-01-23T23:22:42.247 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[47250]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-3/block 2024-01-23T23:22:42.247 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[47250]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-01-23T23:22:42.247 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[47250]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-3 2024-01-23T23:22:42.247 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[47250]: --> ceph-volume lvm activate successful for osd ID: 3 2024-01-23T23:22:42.247 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[35265]: audit 2024-01-23T23:22:41.404575+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_daemon_update\": \"2024-01-23T23:22:41.403907\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:42.248 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[38667]: audit 2024-01-23T23:22:41.404575+0000 mon.a (mon.0) 357 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_daemon_update\": \"2024-01-23T23:22:41.403907\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:42.248 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[38667]: audit 2024-01-23T23:22:41.408535+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_daemon_update\": \"2024-01-23T23:22:41.403907\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:42.248 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[35265]: audit 2024-01-23T23:22:41.408535+0000 mon.a (mon.0) 358 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}}, \"last_daemon_update\": \"2024-01-23T23:22:41.403907\", \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:42.249 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[35265]: audit 2024-01-23T23:22:41.481162+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:42.249 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[35265]: audit 2024-01-23T23:22:41.481596+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:42.249 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[35265]: audit 2024-01-23T23:22:41.484690+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:42.249 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[38667]: audit 2024-01-23T23:22:41.481162+0000 mon.a (mon.0) 359 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:42.249 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[38667]: audit 2024-01-23T23:22:41.481596+0000 mon.a (mon.0) 360 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:42.249 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[38667]: audit 2024-01-23T23:22:41.484690+0000 mon.a (mon.0) 361 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403646\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403721\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403752\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403781\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403808\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:41.403837\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"daemon_id\": \"3\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_device_update\": \"2024-01-23T23:22:30.790152\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:42.626 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[47042]: debug 2024-01-23T23:22:42.435+0000 7f5a9e25eec0 -1 osd.2 27 log_to_monitors {default=true} 2024-01-23T23:22:42.626 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:22:42 smithi037 bash[47042]: debug 2024-01-23T23:22:42.441+0000 7f5a9222f700 -1 osd.2 27 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-23T23:22:43.135 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_4 2024-01-23T23:22:43.136 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_4 bs=1M count=10 conv=fsync 2024-01-23T23:22:43.136 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2024-01-23T23:22:43.136 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2024-01-23T23:22:43.136 INFO:teuthology.orchestra.run.smithi079.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.012811 s, 818 MB/s 2024-01-23T23:22:43.136 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2024-01-23T23:22:43.457 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:43 smithi079 bash[35301]: audit 2024-01-23T23:22:42.438541+0000 mon.a (mon.0) 362 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/1819834482,v1:172.21.15.37:6819/1819834482]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-23T23:22:43.457 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:43 smithi079 bash[35301]: audit 2024-01-23T23:22:42.438888+0000 mon.a (mon.0) 363 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/1819834482,v1:172.21.15.37:6819/1819834482]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:43.457 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:43 smithi079 bash[35301]: audit 2024-01-23T23:22:42.996135+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:43.457 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:43 smithi079 bash[35301]: audit 2024-01-23T23:22:42.999032+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:43.457 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:43 smithi079 bash[35301]: audit 2024-01-23T23:22:42.999552+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:43.461 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[35265]: audit 2024-01-23T23:22:42.438541+0000 mon.a (mon.0) 362 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/1819834482,v1:172.21.15.37:6819/1819834482]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-23T23:22:43.461 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[35265]: audit 2024-01-23T23:22:42.438888+0000 mon.a (mon.0) 363 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/1819834482,v1:172.21.15.37:6819/1819834482]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:43.461 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[38667]: audit 2024-01-23T23:22:42.438541+0000 mon.a (mon.0) 362 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/1819834482,v1:172.21.15.37:6819/1819834482]' entity='osd.2' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["2"]}]: dispatch 2024-01-23T23:22:43.461 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[38667]: audit 2024-01-23T23:22:42.438888+0000 mon.a (mon.0) 363 : audit [INF] from='osd.2 [v2:172.21.15.37:6818/1819834482,v1:172.21.15.37:6819/1819834482]' entity='osd.2' cmd=[{"prefix": "osd crush create-or-move", "id": 2, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:43.461 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[35265]: audit 2024-01-23T23:22:42.996135+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:43.462 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[35265]: audit 2024-01-23T23:22:42.999032+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:43.462 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[35265]: audit 2024-01-23T23:22:42.999552+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:43.462 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[38667]: audit 2024-01-23T23:22:42.996135+0000 mon.a (mon.0) 364 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:43.462 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[38667]: audit 2024-01-23T23:22:42.999032+0000 mon.a (mon.0) 365 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:43.462 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[38667]: audit 2024-01-23T23:22:42.999552+0000 mon.a (mon.0) 366 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:43.463 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:43 smithi037 bash[47647]: debug 2024-01-23T23:22:43.459+0000 7f161361cec0 -1 Falling back to public interface 2024-01-23T23:22:43.508 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_4 2024-01-23T23:22:44.126 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[47647]: debug 2024-01-23T23:22:44.014+0000 7f161361cec0 -1 osd.3 0 log_to_monitors {default=true} 2024-01-23T23:22:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: cluster 2024-01-23T23:22:43.066396+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized+degraded; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: cluster 2024-01-23T23:22:43.129934+0000 mon.a (mon.0) 367 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:22:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: cluster 2024-01-23T23:22:43.129960+0000 mon.a (mon.0) 368 : cluster [INF] Cluster is now healthy 2024-01-23T23:22:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: cluster 2024-01-23T23:22:43.137230+0000 mon.a (mon.0) 369 : cluster [INF] osd.2 [v2:172.21.15.37:6818/1819834482,v1:172.21.15.37:6819/1819834482] boot 2024-01-23T23:22:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: cluster 2024-01-23T23:22:43.137315+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-01-23T23:22:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: audit 2024-01-23T23:22:43.138206+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: audit 2024-01-23T23:22:43.138624+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: cluster 2024-01-23T23:22:43.997374+0000 mon.a (mon.0) 373 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-23T23:22:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: audit 2024-01-23T23:22:44.017452+0000 mon.a (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-23T23:22:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: audit 2024-01-23T23:22:44.138519+0000 mon.a (mon.0) 375 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-23T23:22:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: cluster 2024-01-23T23:22:44.138569+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-01-23T23:22:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:44 smithi079 bash[35301]: audit 2024-01-23T23:22:44.138727+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: cluster 2024-01-23T23:22:43.066396+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized+degraded; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: cluster 2024-01-23T23:22:43.129934+0000 mon.a (mon.0) 367 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:22:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: cluster 2024-01-23T23:22:43.129960+0000 mon.a (mon.0) 368 : cluster [INF] Cluster is now healthy 2024-01-23T23:22:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: cluster 2024-01-23T23:22:43.137230+0000 mon.a (mon.0) 369 : cluster [INF] osd.2 [v2:172.21.15.37:6818/1819834482,v1:172.21.15.37:6819/1819834482] boot 2024-01-23T23:22:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: cluster 2024-01-23T23:22:43.137315+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-01-23T23:22:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: audit 2024-01-23T23:22:43.138206+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: audit 2024-01-23T23:22:43.138624+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: cluster 2024-01-23T23:22:43.997374+0000 mon.a (mon.0) 373 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-23T23:22:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: audit 2024-01-23T23:22:44.017452+0000 mon.a (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: audit 2024-01-23T23:22:44.138519+0000 mon.a (mon.0) 375 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: cluster 2024-01-23T23:22:44.138569+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[35265]: audit 2024-01-23T23:22:44.138727+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: cluster 2024-01-23T23:22:43.066396+0000 mgr.y (mgr.14142) 78 : cluster [DBG] pgmap v75: 1 pgs: 1 active+undersized+degraded; 0 B data, 712 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: cluster 2024-01-23T23:22:43.129934+0000 mon.a (mon.0) 367 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: cluster 2024-01-23T23:22:43.129960+0000 mon.a (mon.0) 368 : cluster [INF] Cluster is now healthy 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: cluster 2024-01-23T23:22:43.137230+0000 mon.a (mon.0) 369 : cluster [INF] osd.2 [v2:172.21.15.37:6818/1819834482,v1:172.21.15.37:6819/1819834482] boot 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: cluster 2024-01-23T23:22:43.137315+0000 mon.a (mon.0) 370 : cluster [DBG] osdmap e30: 4 total, 3 up, 3 in 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: audit 2024-01-23T23:22:43.138206+0000 mon.a (mon.0) 371 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: audit 2024-01-23T23:22:43.138624+0000 mon.a (mon.0) 372 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: cluster 2024-01-23T23:22:43.997374+0000 mon.a (mon.0) 373 : cluster [WRN] Health check failed: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded (PG_DEGRADED) 2024-01-23T23:22:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: audit 2024-01-23T23:22:44.017452+0000 mon.a (mon.0) 374 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]: dispatch 2024-01-23T23:22:44.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: audit 2024-01-23T23:22:44.138519+0000 mon.a (mon.0) 375 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["3"]}]': finished 2024-01-23T23:22:44.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: cluster 2024-01-23T23:22:44.138569+0000 mon.a (mon.0) 376 : cluster [DBG] osdmap e31: 4 total, 3 up, 3 in 2024-01-23T23:22:44.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:44 smithi037 bash[38667]: audit 2024-01-23T23:22:44.138727+0000 mon.a (mon.0) 377 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:45.376 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[47647]: debug 2024-01-23T23:22:45.143+0000 7f15fc3d1700 -1 osd.3 0 waiting for initial osdmap 2024-01-23T23:22:45.376 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[47647]: debug 2024-01-23T23:22:45.150+0000 7f16075ed700 -1 osd.3 32 set_numa_affinity unable to identify public interface 'ens1f0' numa node: (0) Success 2024-01-23T23:22:45.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: audit 2024-01-23T23:22:44.140301+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:45.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: audit 2024-01-23T23:22:44.614039+0000 mgr.y (mgr.14142) 79 : audit [DBG] from='client.24200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:45.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: cephadm 2024-01-23T23:22:44.614810+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:22:45.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: audit 2024-01-23T23:22:44.615101+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:45.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: audit 2024-01-23T23:22:44.615705+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:45.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: audit 2024-01-23T23:22:44.616478+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:45.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: cluster 2024-01-23T23:22:44.982693+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:45.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: cluster 2024-01-23T23:22:44.982792+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:45.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: cluster 2024-01-23T23:22:45.066877+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized+degraded; 0 B data, 728 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:45.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: audit 2024-01-23T23:22:45.112684+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:45.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: audit 2024-01-23T23:22:45.140415+0000 mon.a (mon.0) 383 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:45.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: cluster 2024-01-23T23:22:45.140460+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-01-23T23:22:45.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[35265]: audit 2024-01-23T23:22:45.140581+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: audit 2024-01-23T23:22:44.140301+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: audit 2024-01-23T23:22:44.614039+0000 mgr.y (mgr.14142) 79 : audit [DBG] from='client.24200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: cephadm 2024-01-23T23:22:44.614810+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: audit 2024-01-23T23:22:44.615101+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: audit 2024-01-23T23:22:44.615705+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: audit 2024-01-23T23:22:44.616478+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: cluster 2024-01-23T23:22:44.982693+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: cluster 2024-01-23T23:22:44.982792+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: cluster 2024-01-23T23:22:45.066877+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized+degraded; 0 B data, 728 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: audit 2024-01-23T23:22:45.112684+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:45.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: audit 2024-01-23T23:22:45.140415+0000 mon.a (mon.0) 383 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:45.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: cluster 2024-01-23T23:22:45.140460+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-01-23T23:22:45.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:45 smithi037 bash[38667]: audit 2024-01-23T23:22:45.140581+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:45.468 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: audit 2024-01-23T23:22:44.140301+0000 mon.a (mon.0) 378 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd=[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]: dispatch 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: audit 2024-01-23T23:22:44.614039+0000 mgr.y (mgr.14142) 79 : audit [DBG] from='client.24200 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_4", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: cephadm 2024-01-23T23:22:44.614810+0000 mgr.y (mgr.14142) 80 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: audit 2024-01-23T23:22:44.615101+0000 mon.a (mon.0) 379 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: audit 2024-01-23T23:22:44.615705+0000 mon.a (mon.0) 380 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: audit 2024-01-23T23:22:44.616478+0000 mon.a (mon.0) 381 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: cluster 2024-01-23T23:22:44.982693+0000 osd.3 (osd.3) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: cluster 2024-01-23T23:22:44.982792+0000 osd.3 (osd.3) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: cluster 2024-01-23T23:22:45.066877+0000 mgr.y (mgr.14142) 81 : cluster [DBG] pgmap v78: 1 pgs: 1 active+undersized+degraded; 0 B data, 728 KiB used, 265 GiB / 268 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: audit 2024-01-23T23:22:45.112684+0000 mon.a (mon.0) 382 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: audit 2024-01-23T23:22:45.140415+0000 mon.a (mon.0) 383 : audit [INF] from='osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456]' entity='osd.3' cmd='[{"prefix": "osd crush create-or-move", "id": 3, "weight":0.0873, "args": ["host=smithi037", "root=default"]}]': finished 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: cluster 2024-01-23T23:22:45.140460+0000 mon.a (mon.0) 384 : cluster [DBG] osdmap e32: 4 total, 3 up, 3 in 2024-01-23T23:22:45.469 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:45 smithi079 bash[35301]: audit 2024-01-23T23:22:45.140581+0000 mon.a (mon.0) 385 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:46 smithi079 bash[35301]: audit 2024-01-23T23:22:45.328774+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:46 smithi079 bash[35301]: audit 2024-01-23T23:22:45.331840+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:46 smithi079 bash[35301]: audit 2024-01-23T23:22:46.063220+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.79:0/3379164612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89a61245-c89b-42df-9915-c7bedcea44a4"}]: dispatch 2024-01-23T23:22:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:46 smithi079 bash[35301]: audit 2024-01-23T23:22:46.063828+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89a61245-c89b-42df-9915-c7bedcea44a4"}]: dispatch 2024-01-23T23:22:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:46 smithi079 bash[35301]: cluster 2024-01-23T23:22:46.068869+0000 mon.a (mon.0) 389 : cluster [INF] osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456] boot 2024-01-23T23:22:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:46 smithi079 bash[35301]: audit 2024-01-23T23:22:46.068919+0000 mon.a (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89a61245-c89b-42df-9915-c7bedcea44a4"}]': finished 2024-01-23T23:22:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:46 smithi079 bash[35301]: cluster 2024-01-23T23:22:46.068972+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-23T23:22:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:46 smithi079 bash[35301]: audit 2024-01-23T23:22:46.069301+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:46.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:46 smithi079 bash[35301]: audit 2024-01-23T23:22:46.069564+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:46.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[38667]: audit 2024-01-23T23:22:45.328774+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:46.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[35265]: audit 2024-01-23T23:22:45.328774+0000 mon.a (mon.0) 386 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:22:46.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[38667]: audit 2024-01-23T23:22:45.331840+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:46.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[38667]: audit 2024-01-23T23:22:46.063220+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.79:0/3379164612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89a61245-c89b-42df-9915-c7bedcea44a4"}]: dispatch 2024-01-23T23:22:46.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[38667]: audit 2024-01-23T23:22:46.063828+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89a61245-c89b-42df-9915-c7bedcea44a4"}]: dispatch 2024-01-23T23:22:46.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[38667]: cluster 2024-01-23T23:22:46.068869+0000 mon.a (mon.0) 389 : cluster [INF] osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456] boot 2024-01-23T23:22:46.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[38667]: audit 2024-01-23T23:22:46.068919+0000 mon.a (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89a61245-c89b-42df-9915-c7bedcea44a4"}]': finished 2024-01-23T23:22:46.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[38667]: cluster 2024-01-23T23:22:46.068972+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-23T23:22:46.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[38667]: audit 2024-01-23T23:22:46.069301+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:46.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[38667]: audit 2024-01-23T23:22:46.069564+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:46.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[35265]: audit 2024-01-23T23:22:45.331840+0000 mon.a (mon.0) 387 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}}, \"last_daemon_update\": \"2024-01-23T23:22:42.995406\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:22:46.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[35265]: audit 2024-01-23T23:22:46.063220+0000 mon.b (mon.2) 4 : audit [INF] from='client.? 172.21.15.79:0/3379164612' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89a61245-c89b-42df-9915-c7bedcea44a4"}]: dispatch 2024-01-23T23:22:46.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[35265]: audit 2024-01-23T23:22:46.063828+0000 mon.a (mon.0) 388 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "89a61245-c89b-42df-9915-c7bedcea44a4"}]: dispatch 2024-01-23T23:22:46.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[35265]: cluster 2024-01-23T23:22:46.068869+0000 mon.a (mon.0) 389 : cluster [INF] osd.3 [v2:172.21.15.37:6826/2651607456,v1:172.21.15.37:6827/2651607456] boot 2024-01-23T23:22:46.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[35265]: audit 2024-01-23T23:22:46.068919+0000 mon.a (mon.0) 390 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "89a61245-c89b-42df-9915-c7bedcea44a4"}]': finished 2024-01-23T23:22:46.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[35265]: cluster 2024-01-23T23:22:46.068972+0000 mon.a (mon.0) 391 : cluster [DBG] osdmap e33: 5 total, 4 up, 4 in 2024-01-23T23:22:46.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[35265]: audit 2024-01-23T23:22:46.069301+0000 mon.a (mon.0) 392 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:22:46.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:46 smithi037 bash[35265]: audit 2024-01-23T23:22:46.069564+0000 mon.a (mon.0) 393 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:47.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:47 smithi079 bash[35301]: audit 2024-01-23T23:22:46.818945+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.79:0/85548695' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:47.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:47 smithi079 bash[35301]: cluster 2024-01-23T23:22:47.067329+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized+degraded; 0 B data, 1000 KiB used, 354 GiB / 358 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:47 smithi037 bash[35265]: audit 2024-01-23T23:22:46.818945+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.79:0/85548695' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:47 smithi037 bash[35265]: cluster 2024-01-23T23:22:47.067329+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized+degraded; 0 B data, 1000 KiB used, 354 GiB / 358 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:47.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:47 smithi037 bash[38667]: audit 2024-01-23T23:22:46.818945+0000 mon.b (mon.2) 5 : audit [DBG] from='client.? 172.21.15.79:0/85548695' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:47.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:47 smithi037 bash[38667]: cluster 2024-01-23T23:22:47.067329+0000 mgr.y (mgr.14142) 82 : cluster [DBG] pgmap v81: 1 pgs: 1 active+undersized+degraded; 0 B data, 1000 KiB used, 354 GiB / 358 GiB avail; 1/3 objects degraded (33.333%) 2024-01-23T23:22:48.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:48 smithi079 bash[35301]: cluster 2024-01-23T23:22:47.161262+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2024-01-23T23:22:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:48 smithi079 bash[35301]: audit 2024-01-23T23:22:47.161572+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:48.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:48 smithi037 bash[38667]: cluster 2024-01-23T23:22:47.161262+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2024-01-23T23:22:48.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:48 smithi037 bash[38667]: audit 2024-01-23T23:22:47.161572+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:48.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:48 smithi037 bash[35265]: cluster 2024-01-23T23:22:47.161262+0000 mon.a (mon.0) 394 : cluster [DBG] osdmap e34: 5 total, 4 up, 4 in 2024-01-23T23:22:48.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:48 smithi037 bash[35265]: audit 2024-01-23T23:22:47.161572+0000 mon.a (mon.0) 395 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:49.342 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:49 smithi079 bash[35301]: audit 2024-01-23T23:22:49.026148+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:49.342 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:49 smithi079 bash[35301]: cluster 2024-01-23T23:22:49.067679+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:49.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:49 smithi037 bash[35265]: audit 2024-01-23T23:22:49.026148+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:49.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:49 smithi037 bash[35265]: cluster 2024-01-23T23:22:49.067679+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:49.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:49 smithi037 bash[38667]: audit 2024-01-23T23:22:49.026148+0000 mon.a (mon.0) 396 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:49.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:49 smithi037 bash[38667]: cluster 2024-01-23T23:22:49.067679+0000 mgr.y (mgr.14142) 83 : cluster [DBG] pgmap v83: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:50.563 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:50 smithi079 bash[35301]: cluster 2024-01-23T23:22:49.157809+0000 mon.a (mon.0) 397 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-23T23:22:50.563 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:50 smithi079 bash[35301]: cluster 2024-01-23T23:22:49.157866+0000 mon.a (mon.0) 398 : cluster [INF] Cluster is now healthy 2024-01-23T23:22:50.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:50 smithi037 bash[35265]: cluster 2024-01-23T23:22:49.157809+0000 mon.a (mon.0) 397 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-23T23:22:50.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:50 smithi037 bash[35265]: cluster 2024-01-23T23:22:49.157866+0000 mon.a (mon.0) 398 : cluster [INF] Cluster is now healthy 2024-01-23T23:22:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:50 smithi037 bash[38667]: cluster 2024-01-23T23:22:49.157809+0000 mon.a (mon.0) 397 : cluster [INF] Health check cleared: PG_DEGRADED (was: Degraded data redundancy: 1/3 objects degraded (33.333%), 1 pg degraded) 2024-01-23T23:22:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:50 smithi037 bash[38667]: cluster 2024-01-23T23:22:49.157866+0000 mon.a (mon.0) 398 : cluster [INF] Cluster is now healthy 2024-01-23T23:22:51.536 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:51 smithi079 bash[35301]: audit 2024-01-23T23:22:50.598389+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-23T23:22:51.536 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:51 smithi079 bash[35301]: audit 2024-01-23T23:22:50.599251+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:51.536 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:51 smithi079 bash[35301]: cephadm 2024-01-23T23:22:50.599816+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Deploying daemon osd.4 on smithi079 2024-01-23T23:22:51.536 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:51 smithi079 bash[35301]: audit 2024-01-23T23:22:50.600113+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-23T23:22:51.536 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:51 smithi079 bash[35301]: cluster 2024-01-23T23:22:51.068047+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:51.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:51 smithi037 bash[35265]: audit 2024-01-23T23:22:50.598389+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-23T23:22:51.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:51 smithi037 bash[35265]: audit 2024-01-23T23:22:50.599251+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:51.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:51 smithi037 bash[35265]: cephadm 2024-01-23T23:22:50.599816+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Deploying daemon osd.4 on smithi079 2024-01-23T23:22:51.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:51 smithi037 bash[35265]: audit 2024-01-23T23:22:50.600113+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-23T23:22:51.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:51 smithi037 bash[35265]: cluster 2024-01-23T23:22:51.068047+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:51.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:51 smithi037 bash[38667]: audit 2024-01-23T23:22:50.598389+0000 mon.a (mon.0) 399 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-23T23:22:51.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:51 smithi037 bash[38667]: audit 2024-01-23T23:22:50.599251+0000 mon.a (mon.0) 400 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:51.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:51 smithi037 bash[38667]: cephadm 2024-01-23T23:22:50.599816+0000 mgr.y (mgr.14142) 84 : cephadm [INF] Deploying daemon osd.4 on smithi079 2024-01-23T23:22:51.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:51 smithi037 bash[38667]: audit 2024-01-23T23:22:50.600113+0000 mon.a (mon.0) 401 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-23T23:22:51.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:51 smithi037 bash[38667]: cluster 2024-01-23T23:22:51.068047+0000 mgr.y (mgr.14142) 85 : cluster [DBG] pgmap v84: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:51.701 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 4 on host 'smithi079' 2024-01-23T23:22:52.275 DEBUG:teuthology.orchestra.run.smithi079:osd.4> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.4.service 2024-01-23T23:22:52.277 INFO:tasks.cephadm:Deploying osd.5 on smithi079 with /dev/vg_nvme/lv_3... 2024-01-23T23:22:52.277 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_3 2024-01-23T23:22:52.309 INFO:journalctl@ceph.osd.4.smithi079.stdout:-- Logs begin at Tue 2024-01-23 23:12:35 UTC. -- 2024-01-23T23:22:52.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:52 smithi079 bash[35301]: audit 2024-01-23T23:22:51.694211+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:22:52.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:52 smithi079 bash[35301]: audit 2024-01-23T23:22:51.694634+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:52.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:52 smithi079 bash[35301]: audit 2024-01-23T23:22:51.697661+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:22:52.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:52 smithi037 bash[35265]: audit 2024-01-23T23:22:51.694211+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:22:52.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:52 smithi037 bash[35265]: audit 2024-01-23T23:22:51.694634+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:52.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:52 smithi037 bash[35265]: audit 2024-01-23T23:22:51.697661+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:22:52.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:52 smithi037 bash[38667]: audit 2024-01-23T23:22:51.694211+0000 mon.a (mon.0) 402 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:22:52.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:52 smithi037 bash[38667]: audit 2024-01-23T23:22:51.694634+0000 mon.a (mon.0) 403 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:52.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:52 smithi037 bash[38667]: audit 2024-01-23T23:22:51.697661+0000 mon.a (mon.0) 404 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549036\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:21:47.549156\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_device_update\": \"2024-01-23T23:21:15.180077\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:22:53.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:53 smithi079 bash[35301]: audit 2024-01-23T23:22:53.057230+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:22:53.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:53 smithi079 bash[35301]: audit 2024-01-23T23:22:53.060305+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:22:53.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:53 smithi079 bash[35301]: audit 2024-01-23T23:22:53.061158+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:53.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:53 smithi079 bash[35301]: cluster 2024-01-23T23:22:53.068340+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:53.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:53 smithi037 bash[35265]: audit 2024-01-23T23:22:53.057230+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:22:53.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:53 smithi037 bash[38667]: audit 2024-01-23T23:22:53.057230+0000 mon.a (mon.0) 405 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:22:53.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:53 smithi037 bash[35265]: audit 2024-01-23T23:22:53.060305+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:22:53.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:53 smithi037 bash[35265]: audit 2024-01-23T23:22:53.061158+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:53.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:53 smithi037 bash[35265]: cluster 2024-01-23T23:22:53.068340+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:53.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:53 smithi037 bash[38667]: audit 2024-01-23T23:22:53.060305+0000 mon.a (mon.0) 406 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:22:53.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:53 smithi037 bash[38667]: audit 2024-01-23T23:22:53.061158+0000 mon.a (mon.0) 407 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:53.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:53 smithi037 bash[38667]: cluster 2024-01-23T23:22:53.068340+0000 mgr.y (mgr.14142) 86 : cluster [DBG] pgmap v85: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:53.701 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:22:53 smithi079 bash[37747]: debug 2024-01-23T23:22:53.545+0000 7ff9a1c6fec0 -1 Falling back to public interface 2024-01-23T23:22:54.222 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_3 2024-01-23T23:22:54.222 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_3 bs=1M count=10 conv=fsync 2024-01-23T23:22:54.222 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2024-01-23T23:22:54.223 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2024-01-23T23:22:54.223 INFO:teuthology.orchestra.run.smithi079.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.013212 s, 794 MB/s 2024-01-23T23:22:54.223 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2024-01-23T23:22:54.352 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:22:54 smithi079 bash[37747]: debug 2024-01-23T23:22:54.114+0000 7ff9a1c6fec0 -1 osd.4 0 log_to_monitors {default=true} 2024-01-23T23:22:54.597 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_3 2024-01-23T23:22:55.209 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:55 smithi079 bash[35301]: audit 2024-01-23T23:22:54.117598+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/99672290,v1:172.21.15.79:6801/99672290]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:22:55.209 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:55 smithi079 bash[35301]: audit 2024-01-23T23:22:54.117941+0000 mon.a (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:22:55.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:55 smithi037 bash[35265]: audit 2024-01-23T23:22:54.117598+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/99672290,v1:172.21.15.79:6801/99672290]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:22:55.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:55 smithi037 bash[35265]: audit 2024-01-23T23:22:54.117941+0000 mon.a (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:22:55.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:55 smithi037 bash[38667]: audit 2024-01-23T23:22:54.117598+0000 mon.b (mon.2) 6 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/99672290,v1:172.21.15.79:6801/99672290]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:22:55.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:55 smithi037 bash[38667]: audit 2024-01-23T23:22:54.117941+0000 mon.a (mon.0) 408 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:22:56.352 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[37747]: debug 2024-01-23T23:22:56.071+0000 7ff986a1c700 -1 osd.4 0 waiting for initial osdmap 2024-01-23T23:22:56.352 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[37747]: debug 2024-01-23T23:22:56.077+0000 7ff991c38700 -1 osd.4 36 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-23T23:22:56.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: audit 2024-01-23T23:22:55.067327+0000 mon.a (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-23T23:22:56.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: cluster 2024-01-23T23:22:55.067396+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-01-23T23:22:56.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: audit 2024-01-23T23:22:55.067555+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:56.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: audit 2024-01-23T23:22:55.068020+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/99672290,v1:172.21.15.79:6801/99672290]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:22:56.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: audit 2024-01-23T23:22:55.068280+0000 mon.a (mon.0) 412 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:22:56.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: cluster 2024-01-23T23:22:55.068582+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:56.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: cluster 2024-01-23T23:22:55.093122+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:56.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: cluster 2024-01-23T23:22:55.093160+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:56.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: audit 2024-01-23T23:22:55.732708+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:56.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: audit 2024-01-23T23:22:55.926327+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:22:56.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:56 smithi079 bash[35301]: audit 2024-01-23T23:22:55.929520+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:22:56.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: audit 2024-01-23T23:22:55.067327+0000 mon.a (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-23T23:22:56.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: cluster 2024-01-23T23:22:55.067396+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-01-23T23:22:56.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: audit 2024-01-23T23:22:55.067555+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:56.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: audit 2024-01-23T23:22:55.068020+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/99672290,v1:172.21.15.79:6801/99672290]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:22:56.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: audit 2024-01-23T23:22:55.068280+0000 mon.a (mon.0) 412 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:22:56.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: cluster 2024-01-23T23:22:55.068582+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:56.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: cluster 2024-01-23T23:22:55.093122+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:56.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: cluster 2024-01-23T23:22:55.093160+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:56.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: audit 2024-01-23T23:22:55.732708+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:56.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: audit 2024-01-23T23:22:55.067327+0000 mon.a (mon.0) 409 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]': finished 2024-01-23T23:22:56.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: cluster 2024-01-23T23:22:55.067396+0000 mon.a (mon.0) 410 : cluster [DBG] osdmap e35: 5 total, 4 up, 4 in 2024-01-23T23:22:56.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: audit 2024-01-23T23:22:55.067555+0000 mon.a (mon.0) 411 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:56.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: audit 2024-01-23T23:22:55.068020+0000 mon.b (mon.2) 7 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/99672290,v1:172.21.15.79:6801/99672290]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:22:56.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: audit 2024-01-23T23:22:55.068280+0000 mon.a (mon.0) 412 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:22:56.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: cluster 2024-01-23T23:22:55.068582+0000 mgr.y (mgr.14142) 87 : cluster [DBG] pgmap v87: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:56.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: cluster 2024-01-23T23:22:55.093122+0000 osd.4 (osd.4) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:22:56.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: cluster 2024-01-23T23:22:55.093160+0000 osd.4 (osd.4) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:22:56.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: audit 2024-01-23T23:22:55.732708+0000 mon.a (mon.0) 413 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:22:56.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: audit 2024-01-23T23:22:55.926327+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:22:56.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[38667]: audit 2024-01-23T23:22:55.929520+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:22:56.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: audit 2024-01-23T23:22:55.926327+0000 mon.a (mon.0) 414 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:22:56.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:56 smithi037 bash[35265]: audit 2024-01-23T23:22:55.929520+0000 mon.a (mon.0) 415 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"779951d74a57\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056525\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:22:52.746095\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:50.598079\"}}, \"last_daemon_update\": \"2024-01-23T23:22:53.056615\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:22:57.128 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:57 smithi079 bash[35301]: audit 2024-01-23T23:22:56.069862+0000 mon.a (mon.0) 416 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:22:57.128 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:57 smithi079 bash[35301]: cluster 2024-01-23T23:22:56.069942+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-01-23T23:22:57.128 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:57 smithi079 bash[35301]: audit 2024-01-23T23:22:56.070740+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:57.128 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:57 smithi079 bash[35301]: audit 2024-01-23T23:22:56.185933+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:57.128 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:57 smithi079 bash[35301]: audit 2024-01-23T23:22:56.186686+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:57.129 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:57 smithi079 bash[35301]: audit 2024-01-23T23:22:56.187751+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:57.129 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:57 smithi079 bash[35301]: cluster 2024-01-23T23:22:57.071486+0000 mon.a (mon.0) 422 : cluster [INF] osd.4 [v2:172.21.15.79:6800/99672290,v1:172.21.15.79:6801/99672290] boot 2024-01-23T23:22:57.129 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:57 smithi079 bash[35301]: cluster 2024-01-23T23:22:57.071586+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-01-23T23:22:57.129 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:57 smithi079 bash[35301]: audit 2024-01-23T23:22:57.072212+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[35265]: audit 2024-01-23T23:22:56.069862+0000 mon.a (mon.0) 416 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:22:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[35265]: cluster 2024-01-23T23:22:56.069942+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-01-23T23:22:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[35265]: audit 2024-01-23T23:22:56.070740+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[35265]: audit 2024-01-23T23:22:56.185933+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[35265]: audit 2024-01-23T23:22:56.186686+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[35265]: audit 2024-01-23T23:22:56.187751+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[35265]: cluster 2024-01-23T23:22:57.071486+0000 mon.a (mon.0) 422 : cluster [INF] osd.4 [v2:172.21.15.79:6800/99672290,v1:172.21.15.79:6801/99672290] boot 2024-01-23T23:22:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[35265]: cluster 2024-01-23T23:22:57.071586+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-01-23T23:22:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[35265]: audit 2024-01-23T23:22:57.072212+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[38667]: audit 2024-01-23T23:22:56.069862+0000 mon.a (mon.0) 416 : audit [INF] from='osd.4 ' entity='osd.4' cmd='[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:22:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[38667]: cluster 2024-01-23T23:22:56.069942+0000 mon.a (mon.0) 417 : cluster [DBG] osdmap e36: 5 total, 4 up, 4 in 2024-01-23T23:22:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[38667]: audit 2024-01-23T23:22:56.070740+0000 mon.a (mon.0) 418 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[38667]: audit 2024-01-23T23:22:56.185933+0000 mon.a (mon.0) 419 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:22:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[38667]: audit 2024-01-23T23:22:56.186686+0000 mon.a (mon.0) 420 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:22:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[38667]: audit 2024-01-23T23:22:56.187751+0000 mon.a (mon.0) 421 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:22:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[38667]: cluster 2024-01-23T23:22:57.071486+0000 mon.a (mon.0) 422 : cluster [INF] osd.4 [v2:172.21.15.79:6800/99672290,v1:172.21.15.79:6801/99672290] boot 2024-01-23T23:22:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[38667]: cluster 2024-01-23T23:22:57.071586+0000 mon.a (mon.0) 423 : cluster [DBG] osdmap e37: 5 total, 5 up, 5 in 2024-01-23T23:22:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:57 smithi037 bash[38667]: audit 2024-01-23T23:22:57.072212+0000 mon.a (mon.0) 424 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:22:58.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[35265]: audit 2024-01-23T23:22:56.184941+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:58.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[35265]: cephadm 2024-01-23T23:22:56.185647+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:22:58.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[35265]: cluster 2024-01-23T23:22:57.068897+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:58.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[35265]: audit 2024-01-23T23:22:57.703906+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.79:0/110966826' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a807528c-75c0-4556-b899-f0f4f3bd03cc"}]: dispatch 2024-01-23T23:22:58.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[35265]: audit 2024-01-23T23:22:57.704522+0000 mon.a (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a807528c-75c0-4556-b899-f0f4f3bd03cc"}]: dispatch 2024-01-23T23:22:58.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[35265]: audit 2024-01-23T23:22:57.709575+0000 mon.a (mon.0) 426 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a807528c-75c0-4556-b899-f0f4f3bd03cc"}]': finished 2024-01-23T23:22:58.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[35265]: cluster 2024-01-23T23:22:57.709640+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-01-23T23:22:58.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[35265]: audit 2024-01-23T23:22:57.710032+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:22:58.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[38667]: audit 2024-01-23T23:22:56.184941+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:58.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[38667]: cephadm 2024-01-23T23:22:56.185647+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:22:58.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[38667]: cluster 2024-01-23T23:22:57.068897+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:58.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[38667]: audit 2024-01-23T23:22:57.703906+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.79:0/110966826' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a807528c-75c0-4556-b899-f0f4f3bd03cc"}]: dispatch 2024-01-23T23:22:58.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[38667]: audit 2024-01-23T23:22:57.704522+0000 mon.a (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a807528c-75c0-4556-b899-f0f4f3bd03cc"}]: dispatch 2024-01-23T23:22:58.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[38667]: audit 2024-01-23T23:22:57.709575+0000 mon.a (mon.0) 426 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a807528c-75c0-4556-b899-f0f4f3bd03cc"}]': finished 2024-01-23T23:22:58.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[38667]: cluster 2024-01-23T23:22:57.709640+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-01-23T23:22:58.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:58 smithi037 bash[38667]: audit 2024-01-23T23:22:57.710032+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:22:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:58 smithi079 bash[35301]: audit 2024-01-23T23:22:56.184941+0000 mgr.y (mgr.14142) 88 : audit [DBG] from='client.24227 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_3", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:22:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:58 smithi079 bash[35301]: cephadm 2024-01-23T23:22:56.185647+0000 mgr.y (mgr.14142) 89 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:22:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:58 smithi079 bash[35301]: cluster 2024-01-23T23:22:57.068897+0000 mgr.y (mgr.14142) 90 : cluster [DBG] pgmap v89: 1 pgs: 1 active+clean; 0 B data, 1.1 MiB used, 354 GiB / 358 GiB avail 2024-01-23T23:22:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:58 smithi079 bash[35301]: audit 2024-01-23T23:22:57.703906+0000 mon.b (mon.2) 8 : audit [INF] from='client.? 172.21.15.79:0/110966826' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a807528c-75c0-4556-b899-f0f4f3bd03cc"}]: dispatch 2024-01-23T23:22:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:58 smithi079 bash[35301]: audit 2024-01-23T23:22:57.704522+0000 mon.a (mon.0) 425 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "a807528c-75c0-4556-b899-f0f4f3bd03cc"}]: dispatch 2024-01-23T23:22:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:58 smithi079 bash[35301]: audit 2024-01-23T23:22:57.709575+0000 mon.a (mon.0) 426 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "a807528c-75c0-4556-b899-f0f4f3bd03cc"}]': finished 2024-01-23T23:22:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:58 smithi079 bash[35301]: cluster 2024-01-23T23:22:57.709640+0000 mon.a (mon.0) 427 : cluster [DBG] osdmap e38: 6 total, 5 up, 5 in 2024-01-23T23:22:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:58 smithi079 bash[35301]: audit 2024-01-23T23:22:57.710032+0000 mon.a (mon.0) 428 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:22:59.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:22:59 smithi037 bash[35265]: audit 2024-01-23T23:22:58.449152+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.79:0/3270894009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:59.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:22:59 smithi037 bash[38667]: audit 2024-01-23T23:22:58.449152+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.79:0/3270894009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:22:59.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:22:59 smithi079 bash[35301]: audit 2024-01-23T23:22:58.449152+0000 mon.b (mon.2) 9 : audit [DBG] from='client.? 172.21.15.79:0/3270894009' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:23:00.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:00 smithi037 bash[35265]: cluster 2024-01-23T23:22:59.069388+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:00.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:00 smithi037 bash[38667]: cluster 2024-01-23T23:22:59.069388+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:00.508 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:00 smithi079 bash[35301]: cluster 2024-01-23T23:22:59.069388+0000 mgr.y (mgr.14142) 91 : cluster [DBG] pgmap v92: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:01.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:01 smithi079 bash[35301]: audit 2024-01-23T23:23:00.707479+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:01.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:01 smithi037 bash[35265]: audit 2024-01-23T23:23:00.707479+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:01.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:01 smithi037 bash[38667]: audit 2024-01-23T23:23:00.707479+0000 mon.a (mon.0) 429 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:02.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:02 smithi079 bash[35301]: cluster 2024-01-23T23:23:01.069889+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:02.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:02 smithi037 bash[35265]: cluster 2024-01-23T23:23:01.069889+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:02.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:02 smithi037 bash[38667]: cluster 2024-01-23T23:23:01.069889+0000 mgr.y (mgr.14142) 92 : cluster [DBG] pgmap v93: 1 pgs: 1 active+clean; 0 B data, 1.5 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:03.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:03 smithi037 bash[35265]: audit 2024-01-23T23:23:02.255258+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-23T23:23:03.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:03 smithi037 bash[35265]: audit 2024-01-23T23:23:02.256095+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:03.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:03 smithi037 bash[35265]: audit 2024-01-23T23:23:02.256962+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-23T23:23:03.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:03 smithi037 bash[38667]: audit 2024-01-23T23:23:02.255258+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-23T23:23:03.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:03 smithi037 bash[38667]: audit 2024-01-23T23:23:02.256095+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:03.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:03 smithi037 bash[38667]: audit 2024-01-23T23:23:02.256962+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-23T23:23:03.508 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:03 smithi079 bash[35301]: audit 2024-01-23T23:23:02.255258+0000 mon.a (mon.0) 430 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-23T23:23:03.508 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:03 smithi079 bash[35301]: audit 2024-01-23T23:23:02.256095+0000 mon.a (mon.0) 431 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:03.509 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:03 smithi079 bash[35301]: audit 2024-01-23T23:23:02.256962+0000 mon.a (mon.0) 432 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.4", "key": "container_image"}]: dispatch 2024-01-23T23:23:03.509 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:03 smithi079 systemd[1]: Stopping Ceph osd.4 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:23:03.509 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:03 smithi079 bash[37747]: debug 2024-01-23T23:23:03.218+0000 7ff9994b7700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:23:03.509 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:03 smithi079 bash[37747]: debug 2024-01-23T23:23:03.218+0000 7ff9994b7700 -1 osd.4 38 *** Got signal Terminated *** 2024-01-23T23:23:03.509 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:03 smithi079 bash[37747]: debug 2024-01-23T23:23:03.218+0000 7ff9994b7700 -1 osd.4 38 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:23:03.784 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:03 smithi079 podman[38962]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.4 2024-01-23T23:23:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cephadm 2024-01-23T23:23:02.256658+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi079 2024-01-23T23:23:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.070335+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.275963+0000 mon.a (mon.0) 433 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.276006+0000 mon.a (mon.0) 434 : cluster [INF] osd.4 failed (root=default,host=smithi079) (connection refused reported by osd.2) 2024-01-23T23:23:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.276098+0000 mon.a (mon.0) 435 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.276358+0000 mon.a (mon.0) 436 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.276500+0000 mon.a (mon.0) 437 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.476914+0000 mon.a (mon.0) 438 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.477087+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.477294+0000 mon.a (mon.0) 440 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.477431+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.477587+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.477729+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.477878+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.478043+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.478224+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.478387+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.877534+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.877721+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.877933+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.878150+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.878286+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.878409+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.878556+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.878684+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.878856+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:04 smithi079 bash[35301]: cluster 2024-01-23T23:23:03.879019+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cephadm 2024-01-23T23:23:02.256658+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi079 2024-01-23T23:23:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.070335+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.275963+0000 mon.a (mon.0) 433 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.276006+0000 mon.a (mon.0) 434 : cluster [INF] osd.4 failed (root=default,host=smithi079) (connection refused reported by osd.2) 2024-01-23T23:23:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.276098+0000 mon.a (mon.0) 435 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.276358+0000 mon.a (mon.0) 436 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.276500+0000 mon.a (mon.0) 437 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.476914+0000 mon.a (mon.0) 438 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.477087+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.477294+0000 mon.a (mon.0) 440 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.477431+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.477587+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.477729+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.477878+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.478043+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.478224+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.478387+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.877534+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.877721+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.877933+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.878150+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.878286+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.878409+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.878556+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.878684+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.878856+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[35265]: cluster 2024-01-23T23:23:03.879019+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cephadm 2024-01-23T23:23:02.256658+0000 mgr.y (mgr.14142) 93 : cephadm [INF] Deploying daemon osd.4 on smithi079 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.070335+0000 mgr.y (mgr.14142) 94 : cluster [DBG] pgmap v94: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.275963+0000 mon.a (mon.0) 433 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.276006+0000 mon.a (mon.0) 434 : cluster [INF] osd.4 failed (root=default,host=smithi079) (connection refused reported by osd.2) 2024-01-23T23:23:04.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.276098+0000 mon.a (mon.0) 435 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.276358+0000 mon.a (mon.0) 436 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.276500+0000 mon.a (mon.0) 437 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.476914+0000 mon.a (mon.0) 438 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.477087+0000 mon.a (mon.0) 439 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.477294+0000 mon.a (mon.0) 440 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.477431+0000 mon.a (mon.0) 441 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.477587+0000 mon.a (mon.0) 442 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.477729+0000 mon.a (mon.0) 443 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.477878+0000 mon.a (mon.0) 444 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.478043+0000 mon.a (mon.0) 445 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.478224+0000 mon.a (mon.0) 446 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.478387+0000 mon.a (mon.0) 447 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.877534+0000 mon.a (mon.0) 448 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.877721+0000 mon.a (mon.0) 449 : cluster [DBG] osd.4 reported immediately failed by osd.2 2024-01-23T23:23:04.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.877933+0000 mon.a (mon.0) 450 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.878150+0000 mon.a (mon.0) 451 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.878286+0000 mon.a (mon.0) 452 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.878409+0000 mon.a (mon.0) 453 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.878556+0000 mon.a (mon.0) 454 : cluster [DBG] osd.4 reported immediately failed by osd.3 2024-01-23T23:23:04.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.878684+0000 mon.a (mon.0) 455 : cluster [DBG] osd.4 reported immediately failed by osd.1 2024-01-23T23:23:04.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.878856+0000 mon.a (mon.0) 456 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:04 smithi037 bash[38667]: cluster 2024-01-23T23:23:03.879019+0000 mon.a (mon.0) 457 : cluster [DBG] osd.4 reported immediately failed by osd.0 2024-01-23T23:23:04.653 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:04 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.4.service: Succeeded. 2024-01-23T23:23:04.653 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:04 smithi079 systemd[1]: Stopped Ceph osd.4 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:23:04.653 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:04 smithi079 systemd[1]: Starting Ceph osd.4 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:23:04.653 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:04 smithi079 podman[39102]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.4" found: no such container 2024-01-23T23:23:04.653 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:04 smithi079 systemd[1]: Started Ceph osd.4 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:23:05.353 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[39119]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-23T23:23:05.353 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[39119]: 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-23T23:23:05.353 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[39119]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_4 /var/lib/ceph/osd/ceph-4/block 2024-01-23T23:23:05.353 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[39119]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-4/block 2024-01-23T23:23:05.353 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[39119]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-3 2024-01-23T23:23:05.353 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[39119]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-4 2024-01-23T23:23:05.353 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[39119]: --> ceph-volume lvm activate successful for osd ID: 4 2024-01-23T23:23:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[35301]: cluster 2024-01-23T23:23:04.126053+0000 mon.a (mon.0) 458 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:23:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[35301]: cluster 2024-01-23T23:23:04.126097+0000 mon.a (mon.0) 459 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-23T23:23:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[35301]: cluster 2024-01-23T23:23:04.136132+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2024-01-23T23:23:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[35301]: audit 2024-01-23T23:23:04.136349+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[35301]: audit 2024-01-23T23:23:04.552698+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[35301]: audit 2024-01-23T23:23:04.553168+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[35301]: audit 2024-01-23T23:23:04.556592+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[35301]: audit 2024-01-23T23:23:04.557560+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-23T23:23:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[35301]: audit 2024-01-23T23:23:04.558780+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:05.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:05 smithi079 bash[35301]: audit 2024-01-23T23:23:04.559760+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-23T23:23:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[35265]: cluster 2024-01-23T23:23:04.126053+0000 mon.a (mon.0) 458 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:23:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[35265]: cluster 2024-01-23T23:23:04.126097+0000 mon.a (mon.0) 459 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-23T23:23:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[35265]: cluster 2024-01-23T23:23:04.136132+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2024-01-23T23:23:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[35265]: audit 2024-01-23T23:23:04.136349+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:05.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[38667]: cluster 2024-01-23T23:23:04.126053+0000 mon.a (mon.0) 458 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:23:05.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[38667]: cluster 2024-01-23T23:23:04.126097+0000 mon.a (mon.0) 459 : cluster [WRN] Health check failed: 1 host (1 osds) down (OSD_HOST_DOWN) 2024-01-23T23:23:05.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[38667]: cluster 2024-01-23T23:23:04.136132+0000 mon.a (mon.0) 460 : cluster [DBG] osdmap e39: 6 total, 4 up, 5 in 2024-01-23T23:23:05.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[38667]: audit 2024-01-23T23:23:04.136349+0000 mon.a (mon.0) 461 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:05.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[38667]: audit 2024-01-23T23:23:04.552698+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:05.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[38667]: audit 2024-01-23T23:23:04.553168+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:05.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[35265]: audit 2024-01-23T23:23:04.552698+0000 mon.a (mon.0) 462 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:05.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[35265]: audit 2024-01-23T23:23:04.553168+0000 mon.a (mon.0) 463 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:05.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[38667]: audit 2024-01-23T23:23:04.556592+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:05.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[38667]: audit 2024-01-23T23:23:04.557560+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-23T23:23:05.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[38667]: audit 2024-01-23T23:23:04.558780+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:05.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[38667]: audit 2024-01-23T23:23:04.559760+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-23T23:23:05.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[35265]: audit 2024-01-23T23:23:04.556592+0000 mon.a (mon.0) 464 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056380\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:53.056487\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"daemon_id\": \"4\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:05.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[35265]: audit 2024-01-23T23:23:04.557560+0000 mon.a (mon.0) 465 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-23T23:23:05.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[35265]: audit 2024-01-23T23:23:04.558780+0000 mon.a (mon.0) 466 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:05.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:05 smithi037 bash[35265]: audit 2024-01-23T23:23:04.559760+0000 mon.a (mon.0) 467 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-23T23:23:06.139 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 4,5 on host 'smithi079' 2024-01-23T23:23:06.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[35301]: cephadm 2024-01-23T23:23:04.559413+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-01-23T23:23:06.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[35301]: cluster 2024-01-23T23:23:05.070803+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:06.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[35301]: cluster 2024-01-23T23:23:05.137714+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2024-01-23T23:23:06.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[35301]: audit 2024-01-23T23:23:05.138013+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:06.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[35301]: audit 2024-01-23T23:23:06.014878+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_daemon_update\": \"2024-01-23T23:23:06.014259\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:06.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[35301]: audit 2024-01-23T23:23:06.018367+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_daemon_update\": \"2024-01-23T23:23:06.014259\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:06.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[35301]: audit 2024-01-23T23:23:06.131920+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:06.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[35301]: audit 2024-01-23T23:23:06.132417+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:06.472 DEBUG:teuthology.orchestra.run.smithi079:osd.5> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.5.service 2024-01-23T23:23:06.475 INFO:tasks.cephadm:Deploying osd.6 on smithi079 with /dev/vg_nvme/lv_2... 2024-01-23T23:23:06.475 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_2 2024-01-23T23:23:06.506 INFO:journalctl@ceph.osd.5.smithi079.stdout:-- Logs begin at Tue 2024-01-23 23:12:35 UTC. -- 2024-01-23T23:23:06.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[35265]: cephadm 2024-01-23T23:23:04.559413+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-01-23T23:23:06.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[35265]: cluster 2024-01-23T23:23:05.070803+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:06.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[35265]: cluster 2024-01-23T23:23:05.137714+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2024-01-23T23:23:06.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[35265]: audit 2024-01-23T23:23:05.138013+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:06.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[38667]: cephadm 2024-01-23T23:23:04.559413+0000 mgr.y (mgr.14142) 95 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-01-23T23:23:06.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[38667]: cluster 2024-01-23T23:23:05.070803+0000 mgr.y (mgr.14142) 96 : cluster [DBG] pgmap v96: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail; 0 B/s, 0 keys/s, 0 objects/s recovering 2024-01-23T23:23:06.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[38667]: cluster 2024-01-23T23:23:05.137714+0000 mon.a (mon.0) 468 : cluster [DBG] osdmap e40: 6 total, 4 up, 5 in 2024-01-23T23:23:06.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[38667]: audit 2024-01-23T23:23:05.138013+0000 mon.a (mon.0) 469 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:06.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[38667]: audit 2024-01-23T23:23:06.014878+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_daemon_update\": \"2024-01-23T23:23:06.014259\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:06.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[35265]: audit 2024-01-23T23:23:06.014878+0000 mon.a (mon.0) 470 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_daemon_update\": \"2024-01-23T23:23:06.014259\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:06.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[38667]: audit 2024-01-23T23:23:06.018367+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_daemon_update\": \"2024-01-23T23:23:06.014259\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:06.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[35265]: audit 2024-01-23T23:23:06.018367+0000 mon.a (mon.0) 471 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}}, \"last_daemon_update\": \"2024-01-23T23:23:06.014259\", \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:06.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[35265]: audit 2024-01-23T23:23:06.131920+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:06.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[35265]: audit 2024-01-23T23:23:06.132417+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:06.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[38667]: audit 2024-01-23T23:23:06.131920+0000 mon.a (mon.0) 472 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:06.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:06 smithi037 bash[38667]: audit 2024-01-23T23:23:06.132417+0000 mon.a (mon.0) 473 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:06.853 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[39319]: debug 2024-01-23T23:23:06.390+0000 7fd5c8868ec0 -1 Falling back to public interface 2024-01-23T23:23:07.353 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[39319]: debug 2024-01-23T23:23:06.957+0000 7fd5c8868ec0 -1 osd.4 38 log_to_monitors {default=true} 2024-01-23T23:23:07.353 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[39319]: debug 2024-01-23T23:23:06.964+0000 7fd5b8831700 -1 osd.4 38 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-23T23:23:07.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:07 smithi079 bash[35301]: audit 2024-01-23T23:23:06.135168+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:07.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:07 smithi079 bash[35301]: audit 2024-01-23T23:23:06.961575+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1152328234,v1:172.21.15.79:6801/1152328234]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:23:07.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:07 smithi079 bash[35301]: audit 2024-01-23T23:23:06.961906+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:23:07.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:07 smithi079 bash[35301]: audit 2024-01-23T23:23:06.962402+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1152328234,v1:172.21.15.79:6801/1152328234]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:07.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:07 smithi079 bash[35301]: audit 2024-01-23T23:23:06.962658+0000 mon.a (mon.0) 476 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:07.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:07 smithi079 bash[35301]: cluster 2024-01-23T23:23:07.071142+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-23T23:23:07.354 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[39500]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-23T23:23:07.354 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[39500]: 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-23T23:23:07.354 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[39500]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-01-23T23:23:07.354 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[39500]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-01-23T23:23:07.354 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[39500]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-23T23:23:07.354 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[39500]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-23T23:23:07.354 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:06 smithi079 bash[39500]: --> ceph-volume lvm activate successful for osd ID: 5 2024-01-23T23:23:07.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[38667]: audit 2024-01-23T23:23:06.135168+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:07.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[38667]: audit 2024-01-23T23:23:06.961575+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1152328234,v1:172.21.15.79:6801/1152328234]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:23:07.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[38667]: audit 2024-01-23T23:23:06.961906+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:23:07.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[38667]: audit 2024-01-23T23:23:06.962402+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1152328234,v1:172.21.15.79:6801/1152328234]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:07.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[38667]: audit 2024-01-23T23:23:06.962658+0000 mon.a (mon.0) 476 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:07.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[38667]: cluster 2024-01-23T23:23:07.071142+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-23T23:23:07.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[35265]: audit 2024-01-23T23:23:06.135168+0000 mon.a (mon.0) 474 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014038\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014132\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:06.014170\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_device_update\": \"2024-01-23T23:22:55.925780\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:07.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[35265]: audit 2024-01-23T23:23:06.961575+0000 mon.b (mon.2) 10 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1152328234,v1:172.21.15.79:6801/1152328234]' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:23:07.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[35265]: audit 2024-01-23T23:23:06.961906+0000 mon.a (mon.0) 475 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["4"]}]: dispatch 2024-01-23T23:23:07.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[35265]: audit 2024-01-23T23:23:06.962402+0000 mon.b (mon.2) 11 : audit [INF] from='osd.4 [v2:172.21.15.79:6800/1152328234,v1:172.21.15.79:6801/1152328234]' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:07.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[35265]: audit 2024-01-23T23:23:06.962658+0000 mon.a (mon.0) 476 : audit [INF] from='osd.4 ' entity='osd.4' cmd=[{"prefix": "osd crush create-or-move", "id": 4, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:07.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:07 smithi037 bash[35265]: cluster 2024-01-23T23:23:07.071142+0000 mgr.y (mgr.14142) 97 : cluster [DBG] pgmap v98: 1 pgs: 1 active+clean; 0 B data, 1.6 MiB used, 442 GiB / 447 GiB avail 2024-01-23T23:23:08.023 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:07 smithi079 bash[39940]: debug 2024-01-23T23:23:07.851+0000 7fbe59283ec0 1 -- 172.21.15.79:0/1116396726 >> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] conn(0x55a1df229400 msgr2=0x55a1df225f80 secure :-1 s=STATE_CONNECTION_ESTABLISHED l=1).mark_down 2024-01-23T23:23:08.023 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:07 smithi079 bash[39940]: debug 2024-01-23T23:23:07.851+0000 7fbe59283ec0 1 --2- 172.21.15.79:0/1116396726 >> [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] conn(0x55a1df229400 0x55a1df225f80 secure :-1 s=READY pgs=27 cs=0 l=1 rx=0x55a1df1bbd10 tx=0x55a1dfe94aa0).stop 2024-01-23T23:23:08.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[35301]: cluster 2024-01-23T23:23:07.139311+0000 mon.a (mon.0) 477 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:23:08.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[35301]: cluster 2024-01-23T23:23:07.139344+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-23T23:23:08.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[35301]: cluster 2024-01-23T23:23:07.139368+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:08.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[35301]: cluster 2024-01-23T23:23:07.143876+0000 mon.a (mon.0) 480 : cluster [INF] osd.4 [v2:172.21.15.79:6800/1152328234,v1:172.21.15.79:6801/1152328234] boot 2024-01-23T23:23:08.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[35301]: cluster 2024-01-23T23:23:07.143913+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-01-23T23:23:08.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[35301]: audit 2024-01-23T23:23:07.147008+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:23:08.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[35301]: audit 2024-01-23T23:23:07.147406+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:08.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[35301]: audit 2024-01-23T23:23:07.923956+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:08.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[35301]: audit 2024-01-23T23:23:07.928105+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:08.281 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[35301]: audit 2024-01-23T23:23:07.928884+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:08.603 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[39940]: debug 2024-01-23T23:23:08.371+0000 7fbe59283ec0 -1 Falling back to public interface 2024-01-23T23:23:08.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[35265]: cluster 2024-01-23T23:23:07.139311+0000 mon.a (mon.0) 477 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:23:08.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[35265]: cluster 2024-01-23T23:23:07.139344+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-23T23:23:08.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[35265]: cluster 2024-01-23T23:23:07.139368+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:08.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[35265]: cluster 2024-01-23T23:23:07.143876+0000 mon.a (mon.0) 480 : cluster [INF] osd.4 [v2:172.21.15.79:6800/1152328234,v1:172.21.15.79:6801/1152328234] boot 2024-01-23T23:23:08.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[35265]: cluster 2024-01-23T23:23:07.143913+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-01-23T23:23:08.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[35265]: audit 2024-01-23T23:23:07.147008+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:23:08.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[35265]: audit 2024-01-23T23:23:07.147406+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:08.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[38667]: cluster 2024-01-23T23:23:07.139311+0000 mon.a (mon.0) 477 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:23:08.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[38667]: cluster 2024-01-23T23:23:07.139344+0000 mon.a (mon.0) 478 : cluster [INF] Health check cleared: OSD_HOST_DOWN (was: 1 host (1 osds) down) 2024-01-23T23:23:08.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[38667]: cluster 2024-01-23T23:23:07.139368+0000 mon.a (mon.0) 479 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:08.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[38667]: cluster 2024-01-23T23:23:07.143876+0000 mon.a (mon.0) 480 : cluster [INF] osd.4 [v2:172.21.15.79:6800/1152328234,v1:172.21.15.79:6801/1152328234] boot 2024-01-23T23:23:08.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[38667]: cluster 2024-01-23T23:23:07.143913+0000 mon.a (mon.0) 481 : cluster [DBG] osdmap e41: 6 total, 5 up, 5 in 2024-01-23T23:23:08.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[38667]: audit 2024-01-23T23:23:07.147008+0000 mon.a (mon.0) 482 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:23:08.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[38667]: audit 2024-01-23T23:23:07.147406+0000 mon.a (mon.0) 483 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:08.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[35265]: audit 2024-01-23T23:23:07.923956+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:08.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[35265]: audit 2024-01-23T23:23:07.928105+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:08.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[35265]: audit 2024-01-23T23:23:07.928884+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:08.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[38667]: audit 2024-01-23T23:23:07.923956+0000 mon.a (mon.0) 484 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:08.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[38667]: audit 2024-01-23T23:23:07.928105+0000 mon.a (mon.0) 485 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:08.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:08 smithi037 bash[38667]: audit 2024-01-23T23:23:07.928884+0000 mon.a (mon.0) 486 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:08.973 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_2 2024-01-23T23:23:08.973 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_2 bs=1M count=10 conv=fsync 2024-01-23T23:23:08.973 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2024-01-23T23:23:08.973 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2024-01-23T23:23:08.973 INFO:teuthology.orchestra.run.smithi079.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0137791 s, 761 MB/s 2024-01-23T23:23:08.974 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2024-01-23T23:23:08.999 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:08 smithi079 bash[39940]: debug 2024-01-23T23:23:08.925+0000 7fbe59283ec0 -1 osd.5 0 log_to_monitors {default=true} 2024-01-23T23:23:09.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:09 smithi079 bash[35301]: cluster 2024-01-23T23:23:08.164858+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-01-23T23:23:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:09 smithi079 bash[35301]: audit 2024-01-23T23:23:08.165031+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:09 smithi079 bash[35301]: audit 2024-01-23T23:23:08.929672+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2867963529,v1:172.21.15.79:6809/2867963529]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:09 smithi079 bash[35301]: audit 2024-01-23T23:23:08.930063+0000 mon.a (mon.0) 489 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:09 smithi079 bash[35301]: cluster 2024-01-23T23:23:09.071488+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v101: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-23T23:23:09.420 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_2 2024-01-23T23:23:09.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:09 smithi037 bash[35265]: cluster 2024-01-23T23:23:08.164858+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-01-23T23:23:09.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:09 smithi037 bash[35265]: audit 2024-01-23T23:23:08.165031+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:09.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:09 smithi037 bash[35265]: audit 2024-01-23T23:23:08.929672+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2867963529,v1:172.21.15.79:6809/2867963529]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:09.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:09 smithi037 bash[35265]: audit 2024-01-23T23:23:08.930063+0000 mon.a (mon.0) 489 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:09.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:09 smithi037 bash[35265]: cluster 2024-01-23T23:23:09.071488+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v101: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-23T23:23:09.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:09 smithi037 bash[38667]: cluster 2024-01-23T23:23:08.164858+0000 mon.a (mon.0) 487 : cluster [DBG] osdmap e42: 6 total, 5 up, 5 in 2024-01-23T23:23:09.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:09 smithi037 bash[38667]: audit 2024-01-23T23:23:08.165031+0000 mon.a (mon.0) 488 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:09.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:09 smithi037 bash[38667]: audit 2024-01-23T23:23:08.929672+0000 mon.b (mon.2) 12 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2867963529,v1:172.21.15.79:6809/2867963529]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:09.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:09 smithi037 bash[38667]: audit 2024-01-23T23:23:08.930063+0000 mon.a (mon.0) 489 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:09.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:09 smithi037 bash[38667]: cluster 2024-01-23T23:23:09.071488+0000 mgr.y (mgr.14142) 98 : cluster [DBG] pgmap v101: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-23T23:23:10.483 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:10 smithi079 bash[39940]: debug 2024-01-23T23:23:10.173+0000 7fbe42038700 -1 osd.5 0 waiting for initial osdmap 2024-01-23T23:23:10.483 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:10 smithi079 bash[39940]: debug 2024-01-23T23:23:10.179+0000 7fbe4d254700 -1 osd.5 44 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-23T23:23:10.483 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:10 smithi079 bash[35301]: audit 2024-01-23T23:23:09.169990+0000 mon.a (mon.0) 490 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-23T23:23:10.483 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:10 smithi079 bash[35301]: cluster 2024-01-23T23:23:09.170055+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2024-01-23T23:23:10.483 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:10 smithi079 bash[35301]: audit 2024-01-23T23:23:09.170396+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:10.483 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:10 smithi079 bash[35301]: audit 2024-01-23T23:23:09.170524+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2867963529,v1:172.21.15.79:6809/2867963529]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:10.483 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:10 smithi079 bash[35301]: audit 2024-01-23T23:23:09.171153+0000 mon.a (mon.0) 493 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:10.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:10 smithi037 bash[35265]: audit 2024-01-23T23:23:09.169990+0000 mon.a (mon.0) 490 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-23T23:23:10.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:10 smithi037 bash[35265]: cluster 2024-01-23T23:23:09.170055+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2024-01-23T23:23:10.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:10 smithi037 bash[35265]: audit 2024-01-23T23:23:09.170396+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:10.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:10 smithi037 bash[35265]: audit 2024-01-23T23:23:09.170524+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2867963529,v1:172.21.15.79:6809/2867963529]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:10.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:10 smithi037 bash[35265]: audit 2024-01-23T23:23:09.171153+0000 mon.a (mon.0) 493 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:10.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:10 smithi037 bash[38667]: audit 2024-01-23T23:23:09.169990+0000 mon.a (mon.0) 490 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]': finished 2024-01-23T23:23:10.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:10 smithi037 bash[38667]: cluster 2024-01-23T23:23:09.170055+0000 mon.a (mon.0) 491 : cluster [DBG] osdmap e43: 6 total, 5 up, 5 in 2024-01-23T23:23:10.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:10 smithi037 bash[38667]: audit 2024-01-23T23:23:09.170396+0000 mon.a (mon.0) 492 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:10.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:10 smithi037 bash[38667]: audit 2024-01-23T23:23:09.170524+0000 mon.b (mon.2) 13 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/2867963529,v1:172.21.15.79:6809/2867963529]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:10.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:10 smithi037 bash[38667]: audit 2024-01-23T23:23:09.171153+0000 mon.a (mon.0) 493 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:11.521 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: cluster 2024-01-23T23:23:09.960596+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:23:11.521 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: cluster 2024-01-23T23:23:09.960641+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:23:11.521 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: audit 2024-01-23T23:23:10.172246+0000 mon.a (mon.0) 494 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: cluster 2024-01-23T23:23:10.172321+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: audit 2024-01-23T23:23:10.173043+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: audit 2024-01-23T23:23:10.386809+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: audit 2024-01-23T23:23:10.583744+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: audit 2024-01-23T23:23:10.590143+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: audit 2024-01-23T23:23:10.825087+0000 mgr.y (mgr.14142) 99 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: cephadm 2024-01-23T23:23:10.825927+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: audit 2024-01-23T23:23:10.826250+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: audit 2024-01-23T23:23:10.827081+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: audit 2024-01-23T23:23:10.828288+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: cluster 2024-01-23T23:23:11.071787+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v104: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: cluster 2024-01-23T23:23:11.170827+0000 mon.a (mon.0) 503 : cluster [INF] osd.5 [v2:172.21.15.79:6808/2867963529,v1:172.21.15.79:6809/2867963529] boot 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: cluster 2024-01-23T23:23:11.170870+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-01-23T23:23:11.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:11 smithi079 bash[35301]: audit 2024-01-23T23:23:11.171072+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:11.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: cluster 2024-01-23T23:23:09.960596+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:23:11.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: cluster 2024-01-23T23:23:09.960641+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:23:11.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: audit 2024-01-23T23:23:10.172246+0000 mon.a (mon.0) 494 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:23:11.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: cluster 2024-01-23T23:23:10.172321+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2024-01-23T23:23:11.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: audit 2024-01-23T23:23:10.173043+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:11.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: audit 2024-01-23T23:23:10.386809+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:11.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: cluster 2024-01-23T23:23:09.960596+0000 osd.5 (osd.5) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:23:11.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: cluster 2024-01-23T23:23:09.960641+0000 osd.5 (osd.5) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:23:11.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: audit 2024-01-23T23:23:10.172246+0000 mon.a (mon.0) 494 : audit [INF] from='osd.5 ' entity='osd.5' cmd='[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:23:11.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: cluster 2024-01-23T23:23:10.172321+0000 mon.a (mon.0) 495 : cluster [DBG] osdmap e44: 6 total, 5 up, 5 in 2024-01-23T23:23:11.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: audit 2024-01-23T23:23:10.173043+0000 mon.a (mon.0) 496 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:11.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: audit 2024-01-23T23:23:10.386809+0000 mon.a (mon.0) 497 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:11.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: audit 2024-01-23T23:23:10.583744+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:11.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: audit 2024-01-23T23:23:10.583744+0000 mon.a (mon.0) 498 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:11.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: audit 2024-01-23T23:23:10.590143+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:11.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: audit 2024-01-23T23:23:10.825087+0000 mgr.y (mgr.14142) 99 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:11.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: cephadm 2024-01-23T23:23:10.825927+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:23:11.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: audit 2024-01-23T23:23:10.826250+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:23:11.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: audit 2024-01-23T23:23:10.827081+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:11.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: audit 2024-01-23T23:23:10.828288+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:11.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: audit 2024-01-23T23:23:10.590143+0000 mon.a (mon.0) 499 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"c51c4567c926\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923236\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:07.349709\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:04.557310\"}}, \"last_daemon_update\": \"2024-01-23T23:23:07.923325\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:11.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: audit 2024-01-23T23:23:10.825087+0000 mgr.y (mgr.14142) 99 : audit [DBG] from='client.24260 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_2", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:11.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: cephadm 2024-01-23T23:23:10.825927+0000 mgr.y (mgr.14142) 100 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:23:11.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: audit 2024-01-23T23:23:10.826250+0000 mon.a (mon.0) 500 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:23:11.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: audit 2024-01-23T23:23:10.827081+0000 mon.a (mon.0) 501 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:11.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: audit 2024-01-23T23:23:10.828288+0000 mon.a (mon.0) 502 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:11.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: cluster 2024-01-23T23:23:11.071787+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v104: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-23T23:23:11.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: cluster 2024-01-23T23:23:11.170827+0000 mon.a (mon.0) 503 : cluster [INF] osd.5 [v2:172.21.15.79:6808/2867963529,v1:172.21.15.79:6809/2867963529] boot 2024-01-23T23:23:11.630 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: cluster 2024-01-23T23:23:11.170870+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-01-23T23:23:11.630 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[35265]: audit 2024-01-23T23:23:11.171072+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:11.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: cluster 2024-01-23T23:23:11.071787+0000 mgr.y (mgr.14142) 101 : cluster [DBG] pgmap v104: 1 pgs: 1 peering; 0 B data, 1.7 MiB used, 442 GiB / 447 GiB avail 2024-01-23T23:23:11.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: cluster 2024-01-23T23:23:11.170827+0000 mon.a (mon.0) 503 : cluster [INF] osd.5 [v2:172.21.15.79:6808/2867963529,v1:172.21.15.79:6809/2867963529] boot 2024-01-23T23:23:11.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: cluster 2024-01-23T23:23:11.170870+0000 mon.a (mon.0) 504 : cluster [DBG] osdmap e45: 6 total, 6 up, 6 in 2024-01-23T23:23:11.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:11 smithi037 bash[38667]: audit 2024-01-23T23:23:11.171072+0000 mon.a (mon.0) 505 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:12.626 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:23:12 smithi037 bash[44776]: debug 2024-01-23T23:23:12.180+0000 7f02ecead700 -1 osd.1 46 build_incremental_map_msg missing incremental map 46 2024-01-23T23:23:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:13 smithi079 bash[35301]: cluster 2024-01-23T23:23:12.180948+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-01-23T23:23:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:13 smithi079 bash[35301]: audit 2024-01-23T23:23:12.398261+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.79:0/2969712329' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3025912-d048-4d48-8f70-76d716786093"}]: dispatch 2024-01-23T23:23:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:13 smithi079 bash[35301]: audit 2024-01-23T23:23:12.398876+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3025912-d048-4d48-8f70-76d716786093"}]: dispatch 2024-01-23T23:23:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:13 smithi079 bash[35301]: audit 2024-01-23T23:23:12.403372+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3025912-d048-4d48-8f70-76d716786093"}]': finished 2024-01-23T23:23:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:13 smithi079 bash[35301]: cluster 2024-01-23T23:23:12.403421+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-01-23T23:23:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:13 smithi079 bash[35301]: audit 2024-01-23T23:23:12.403584+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:13.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:13 smithi079 bash[35301]: cluster 2024-01-23T23:23:13.072162+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:13.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:13 smithi079 bash[35301]: audit 2024-01-23T23:23:13.133532+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.79:0/1767031635' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:23:13.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[35265]: cluster 2024-01-23T23:23:12.180948+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-01-23T23:23:13.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[35265]: audit 2024-01-23T23:23:12.398261+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.79:0/2969712329' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3025912-d048-4d48-8f70-76d716786093"}]: dispatch 2024-01-23T23:23:13.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[35265]: audit 2024-01-23T23:23:12.398876+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3025912-d048-4d48-8f70-76d716786093"}]: dispatch 2024-01-23T23:23:13.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[35265]: audit 2024-01-23T23:23:12.403372+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3025912-d048-4d48-8f70-76d716786093"}]': finished 2024-01-23T23:23:13.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[35265]: cluster 2024-01-23T23:23:12.403421+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-01-23T23:23:13.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[35265]: audit 2024-01-23T23:23:12.403584+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:13.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[35265]: cluster 2024-01-23T23:23:13.072162+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:13.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[35265]: audit 2024-01-23T23:23:13.133532+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.79:0/1767031635' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:23:13.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[38667]: cluster 2024-01-23T23:23:12.180948+0000 mon.a (mon.0) 506 : cluster [DBG] osdmap e46: 6 total, 6 up, 6 in 2024-01-23T23:23:13.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[38667]: audit 2024-01-23T23:23:12.398261+0000 mon.b (mon.2) 14 : audit [INF] from='client.? 172.21.15.79:0/2969712329' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3025912-d048-4d48-8f70-76d716786093"}]: dispatch 2024-01-23T23:23:13.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[38667]: audit 2024-01-23T23:23:12.398876+0000 mon.a (mon.0) 507 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d3025912-d048-4d48-8f70-76d716786093"}]: dispatch 2024-01-23T23:23:13.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[38667]: audit 2024-01-23T23:23:12.403372+0000 mon.a (mon.0) 508 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d3025912-d048-4d48-8f70-76d716786093"}]': finished 2024-01-23T23:23:13.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[38667]: cluster 2024-01-23T23:23:12.403421+0000 mon.a (mon.0) 509 : cluster [DBG] osdmap e47: 7 total, 6 up, 6 in 2024-01-23T23:23:13.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[38667]: audit 2024-01-23T23:23:12.403584+0000 mon.a (mon.0) 510 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:13.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[38667]: cluster 2024-01-23T23:23:13.072162+0000 mgr.y (mgr.14142) 102 : cluster [DBG] pgmap v108: 1 pgs: 1 peering; 0 B data, 2.3 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:13.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:13 smithi037 bash[38667]: audit 2024-01-23T23:23:13.133532+0000 mon.b (mon.2) 15 : audit [DBG] from='client.? 172.21.15.79:0/1767031635' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:23:16.387 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:16 smithi079 bash[35301]: cluster 2024-01-23T23:23:15.072653+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:16.388 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:16 smithi079 bash[35301]: audit 2024-01-23T23:23:15.412382+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:16.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:16 smithi037 bash[35265]: cluster 2024-01-23T23:23:15.072653+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:16.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:16 smithi037 bash[35265]: audit 2024-01-23T23:23:15.412382+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:16.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:16 smithi037 bash[38667]: cluster 2024-01-23T23:23:15.072653+0000 mgr.y (mgr.14142) 103 : cluster [DBG] pgmap v109: 1 pgs: 1 peering; 0 B data, 2.4 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:16.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:16 smithi037 bash[38667]: audit 2024-01-23T23:23:15.412382+0000 mon.a (mon.0) 511 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:18.207 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:18 smithi079 systemd[1]: Stopping Ceph osd.5 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:23:18.207 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:18 smithi079 bash[39940]: debug 2024-01-23T23:23:18.156+0000 7fbe50acb700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:23:18.207 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:18 smithi079 bash[39940]: debug 2024-01-23T23:23:18.156+0000 7fbe50acb700 -1 osd.5 47 *** Got signal Terminated *** 2024-01-23T23:23:18.207 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:18 smithi079 bash[39940]: debug 2024-01-23T23:23:18.156+0000 7fbe50acb700 -1 osd.5 47 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:23:18.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:18 smithi079 bash[35301]: cluster 2024-01-23T23:23:17.073069+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:18.207 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:18 smithi079 bash[35301]: audit 2024-01-23T23:23:17.127291+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-23T23:23:18.208 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:18 smithi079 bash[35301]: audit 2024-01-23T23:23:17.129728+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:18.208 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:18 smithi079 bash[35301]: cephadm 2024-01-23T23:23:17.130409+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-01-23T23:23:18.208 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:18 smithi079 bash[35301]: audit 2024-01-23T23:23:17.130712+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-23T23:23:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:18 smithi037 bash[35265]: cluster 2024-01-23T23:23:17.073069+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:18 smithi037 bash[35265]: audit 2024-01-23T23:23:17.127291+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-23T23:23:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:18 smithi037 bash[35265]: audit 2024-01-23T23:23:17.129728+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:18 smithi037 bash[35265]: cephadm 2024-01-23T23:23:17.130409+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-01-23T23:23:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:18 smithi037 bash[35265]: audit 2024-01-23T23:23:17.130712+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-23T23:23:18.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:18 smithi037 bash[38667]: cluster 2024-01-23T23:23:17.073069+0000 mgr.y (mgr.14142) 104 : cluster [DBG] pgmap v110: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:18.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:18 smithi037 bash[38667]: audit 2024-01-23T23:23:17.127291+0000 mon.a (mon.0) 512 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.5"}]: dispatch 2024-01-23T23:23:18.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:18 smithi037 bash[38667]: audit 2024-01-23T23:23:17.129728+0000 mon.a (mon.0) 513 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:18.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:18 smithi037 bash[38667]: cephadm 2024-01-23T23:23:17.130409+0000 mgr.y (mgr.14142) 105 : cephadm [INF] Deploying daemon osd.5 on smithi079 2024-01-23T23:23:18.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:18 smithi037 bash[38667]: audit 2024-01-23T23:23:17.130712+0000 mon.a (mon.0) 514 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.5", "key": "container_image"}]: dispatch 2024-01-23T23:23:18.822 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:18 smithi079 podman[41089]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.5 2024-01-23T23:23:19.196 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.203552+0000 mon.a (mon.0) 515 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.203609+0000 mon.a (mon.0) 516 : cluster [INF] osd.5 failed (root=default,host=smithi079) (connection refused reported by osd.2) 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.203900+0000 mon.a (mon.0) 517 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.204023+0000 mon.a (mon.0) 518 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.204109+0000 mon.a (mon.0) 519 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.204239+0000 mon.a (mon.0) 520 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.204372+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.204524+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.403825+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.404193+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.404541+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.404703+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.404939+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.405120+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.405307+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.405421+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.405568+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.405734+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.405879+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.804832+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.805006+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.805158+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.805409+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.805601+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.805811+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.805972+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.806080+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.199 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.806208+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.199 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.806309+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.199 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[35301]: cluster 2024-01-23T23:23:18.806397+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.203552+0000 mon.a (mon.0) 515 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.203609+0000 mon.a (mon.0) 516 : cluster [INF] osd.5 failed (root=default,host=smithi079) (connection refused reported by osd.2) 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.203900+0000 mon.a (mon.0) 517 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.204023+0000 mon.a (mon.0) 518 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.204109+0000 mon.a (mon.0) 519 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.204239+0000 mon.a (mon.0) 520 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.204372+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.204524+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.403825+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.404193+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.404541+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.404703+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.404939+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.405120+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.405307+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.405421+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.405568+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.405734+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.405879+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.804832+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.805006+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.805158+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.805409+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.805601+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.805811+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.805972+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.203552+0000 mon.a (mon.0) 515 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.203609+0000 mon.a (mon.0) 516 : cluster [INF] osd.5 failed (root=default,host=smithi079) (connection refused reported by osd.2) 2024-01-23T23:23:19.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.203900+0000 mon.a (mon.0) 517 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.204023+0000 mon.a (mon.0) 518 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.204109+0000 mon.a (mon.0) 519 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.204239+0000 mon.a (mon.0) 520 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.204372+0000 mon.a (mon.0) 521 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.204524+0000 mon.a (mon.0) 522 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.403825+0000 mon.a (mon.0) 523 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.404193+0000 mon.a (mon.0) 524 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.404541+0000 mon.a (mon.0) 525 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.404703+0000 mon.a (mon.0) 526 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.404939+0000 mon.a (mon.0) 527 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.405120+0000 mon.a (mon.0) 528 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.405307+0000 mon.a (mon.0) 529 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.405421+0000 mon.a (mon.0) 530 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.405568+0000 mon.a (mon.0) 531 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.405734+0000 mon.a (mon.0) 532 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.405879+0000 mon.a (mon.0) 533 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.804832+0000 mon.a (mon.0) 534 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.805006+0000 mon.a (mon.0) 535 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.805158+0000 mon.a (mon.0) 536 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.805409+0000 mon.a (mon.0) 537 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.805601+0000 mon.a (mon.0) 538 : cluster [DBG] osd.5 reported immediately failed by osd.3 2024-01-23T23:23:19.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.805811+0000 mon.a (mon.0) 539 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.805972+0000 mon.a (mon.0) 540 : cluster [DBG] osd.5 reported immediately failed by osd.4 2024-01-23T23:23:19.381 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.806080+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.381 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.806208+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.381 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.806309+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.381 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[35265]: cluster 2024-01-23T23:23:18.806397+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.806080+0000 mon.a (mon.0) 541 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.806208+0000 mon.a (mon.0) 542 : cluster [DBG] osd.5 reported immediately failed by osd.1 2024-01-23T23:23:19.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.806309+0000 mon.a (mon.0) 543 : cluster [DBG] osd.5 reported immediately failed by osd.2 2024-01-23T23:23:19.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:19 smithi037 bash[38667]: cluster 2024-01-23T23:23:18.806397+0000 mon.a (mon.0) 544 : cluster [DBG] osd.5 reported immediately failed by osd.0 2024-01-23T23:23:19.452 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.5.service: Succeeded. 2024-01-23T23:23:19.452 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 systemd[1]: Stopped Ceph osd.5 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:23:19.452 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 systemd[1]: Starting Ceph osd.5 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:23:19.853 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 podman[41226]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.5" found: no such container 2024-01-23T23:23:19.853 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 systemd[1]: Started Ceph osd.5 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:23:20.122 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[41242]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-23T23:23:20.123 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[41242]: 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-23T23:23:20.123 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[41242]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_3 /var/lib/ceph/osd/ceph-5/block 2024-01-23T23:23:20.123 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[41242]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-5/block 2024-01-23T23:23:20.123 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[41242]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-2 2024-01-23T23:23:20.123 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[41242]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-5 2024-01-23T23:23:20.123 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:19 smithi079 bash[41242]: --> ceph-volume lvm activate successful for osd ID: 5 2024-01-23T23:23:20.123 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:20 smithi079 bash[35301]: cluster 2024-01-23T23:23:19.073549+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:20.123 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:20 smithi079 bash[35301]: cluster 2024-01-23T23:23:19.107182+0000 mon.a (mon.0) 545 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:23:20.123 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:20 smithi079 bash[35301]: cluster 2024-01-23T23:23:19.121235+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e48: 7 total, 5 up, 6 in 2024-01-23T23:23:20.123 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:20 smithi079 bash[35301]: audit 2024-01-23T23:23:19.121364+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:20.124 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:20 smithi079 bash[35301]: audit 2024-01-23T23:23:19.487138+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:20.124 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:20 smithi079 bash[35301]: audit 2024-01-23T23:23:19.487609+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:20.124 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:20 smithi079 bash[35301]: audit 2024-01-23T23:23:19.490364+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:20.124 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:20 smithi079 bash[35301]: audit 2024-01-23T23:23:19.491558+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-23T23:23:20.124 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:20 smithi079 bash[35301]: audit 2024-01-23T23:23:19.492723+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:20.124 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:20 smithi079 bash[35301]: audit 2024-01-23T23:23:19.493606+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-23T23:23:20.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[35265]: cluster 2024-01-23T23:23:19.073549+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:20.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[35265]: cluster 2024-01-23T23:23:19.107182+0000 mon.a (mon.0) 545 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:23:20.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[35265]: cluster 2024-01-23T23:23:19.121235+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e48: 7 total, 5 up, 6 in 2024-01-23T23:23:20.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[35265]: audit 2024-01-23T23:23:19.121364+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:20.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[38667]: cluster 2024-01-23T23:23:19.073549+0000 mgr.y (mgr.14142) 106 : cluster [DBG] pgmap v111: 1 pgs: 1 active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:20.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[38667]: cluster 2024-01-23T23:23:19.107182+0000 mon.a (mon.0) 545 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:23:20.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[38667]: cluster 2024-01-23T23:23:19.121235+0000 mon.a (mon.0) 546 : cluster [DBG] osdmap e48: 7 total, 5 up, 6 in 2024-01-23T23:23:20.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[38667]: audit 2024-01-23T23:23:19.121364+0000 mon.a (mon.0) 547 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:20.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[35265]: audit 2024-01-23T23:23:19.487138+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:20.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[35265]: audit 2024-01-23T23:23:19.487609+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:20.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[38667]: audit 2024-01-23T23:23:19.487138+0000 mon.a (mon.0) 548 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:20.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[38667]: audit 2024-01-23T23:23:19.487609+0000 mon.a (mon.0) 549 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:20.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[35265]: audit 2024-01-23T23:23:19.490364+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:20.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[35265]: audit 2024-01-23T23:23:19.491558+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-23T23:23:20.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[35265]: audit 2024-01-23T23:23:19.492723+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:20.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[35265]: audit 2024-01-23T23:23:19.493606+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-23T23:23:20.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[38667]: audit 2024-01-23T23:23:19.490364+0000 mon.a (mon.0) 550 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923073\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923166\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:07.923203\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"daemon_id\": \"5\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"locked\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:20.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[38667]: audit 2024-01-23T23:23:19.491558+0000 mon.a (mon.0) 551 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-23T23:23:20.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[38667]: audit 2024-01-23T23:23:19.492723+0000 mon.a (mon.0) 552 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:20.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:20 smithi037 bash[38667]: audit 2024-01-23T23:23:19.493606+0000 mon.a (mon.0) 553 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-23T23:23:21.172 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 5,6 on host 'smithi079' 2024-01-23T23:23:21.585 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[35301]: cephadm 2024-01-23T23:23:19.493304+0000 mgr.y (mgr.14142) 107 : cephadm [INF] Deploying daemon osd.6 on smithi079 2024-01-23T23:23:21.586 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[35301]: cluster 2024-01-23T23:23:20.123408+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2024-01-23T23:23:21.586 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[35301]: audit 2024-01-23T23:23:20.123631+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:21.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:21 smithi037 bash[35265]: cephadm 2024-01-23T23:23:19.493304+0000 mgr.y (mgr.14142) 107 : cephadm [INF] Deploying daemon osd.6 on smithi079 2024-01-23T23:23:21.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:21 smithi037 bash[35265]: cluster 2024-01-23T23:23:20.123408+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2024-01-23T23:23:21.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:21 smithi037 bash[35265]: audit 2024-01-23T23:23:20.123631+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:21.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:21 smithi037 bash[38667]: cephadm 2024-01-23T23:23:19.493304+0000 mgr.y (mgr.14142) 107 : cephadm [INF] Deploying daemon osd.6 on smithi079 2024-01-23T23:23:21.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:21 smithi037 bash[38667]: cluster 2024-01-23T23:23:20.123408+0000 mon.a (mon.0) 554 : cluster [DBG] osdmap e49: 7 total, 5 up, 6 in 2024-01-23T23:23:21.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:21 smithi037 bash[38667]: audit 2024-01-23T23:23:20.123631+0000 mon.a (mon.0) 555 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:21.636 DEBUG:teuthology.orchestra.run.smithi079:osd.6> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.6.service 2024-01-23T23:23:21.638 INFO:tasks.cephadm:Deploying osd.7 on smithi079 with /dev/vg_nvme/lv_1... 2024-01-23T23:23:21.639 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph-volume lvm zap /dev/vg_nvme/lv_1 2024-01-23T23:23:21.671 INFO:journalctl@ceph.osd.6.smithi079.stdout:-- Logs begin at Tue 2024-01-23 23:12:35 UTC. -- 2024-01-23T23:23:21.853 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[41473]: debug 2024-01-23T23:23:21.583+0000 7ff99d9d7ec0 -1 Falling back to public interface 2024-01-23T23:23:21.853 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[41653]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-23T23:23:21.853 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[41653]: 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-23T23:23:21.853 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[41653]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-01-23T23:23:21.853 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[41653]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-01-23T23:23:21.853 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[41653]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-23T23:23:21.853 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[41653]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-23T23:23:21.853 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:21 smithi079 bash[41653]: --> ceph-volume lvm activate successful for osd ID: 6 2024-01-23T23:23:22.203 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:22 smithi079 bash[41473]: debug 2024-01-23T23:23:22.151+0000 7ff99d9d7ec0 -1 osd.5 47 log_to_monitors {default=true} 2024-01-23T23:23:22.203 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:23:22 smithi079 bash[41473]: debug 2024-01-23T23:23:22.160+0000 7ff98d9a0700 -1 osd.5 47 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-23T23:23:22.204 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:22 smithi079 bash[35301]: cluster 2024-01-23T23:23:21.074011+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v114: 1 pgs: 1 stale+active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:22.204 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:22 smithi079 bash[35301]: audit 2024-01-23T23:23:21.122260+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_daemon_update\": \"2024-01-23T23:23:21.121487\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:22.204 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:22 smithi079 bash[35301]: audit 2024-01-23T23:23:21.128469+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_daemon_update\": \"2024-01-23T23:23:21.121487\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:22.204 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:22 smithi079 bash[35301]: audit 2024-01-23T23:23:21.166308+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:22.205 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:22 smithi079 bash[35301]: audit 2024-01-23T23:23:21.166713+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:22.205 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:22 smithi079 bash[35301]: audit 2024-01-23T23:23:21.169554+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:22.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[35265]: cluster 2024-01-23T23:23:21.074011+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v114: 1 pgs: 1 stale+active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:22.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[38667]: cluster 2024-01-23T23:23:21.074011+0000 mgr.y (mgr.14142) 108 : cluster [DBG] pgmap v114: 1 pgs: 1 stale+active+clean; 0 B data, 2.5 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:22.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[35265]: audit 2024-01-23T23:23:21.122260+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_daemon_update\": \"2024-01-23T23:23:21.121487\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:22.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[38667]: audit 2024-01-23T23:23:21.122260+0000 mon.a (mon.0) 556 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_daemon_update\": \"2024-01-23T23:23:21.121487\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:22.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[35265]: audit 2024-01-23T23:23:21.128469+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_daemon_update\": \"2024-01-23T23:23:21.121487\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:22.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[38667]: audit 2024-01-23T23:23:21.128469+0000 mon.a (mon.0) 557 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}}, \"last_daemon_update\": \"2024-01-23T23:23:21.121487\", \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:22.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[35265]: audit 2024-01-23T23:23:21.166308+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:22.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[35265]: audit 2024-01-23T23:23:21.166713+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:22.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[38667]: audit 2024-01-23T23:23:21.166308+0000 mon.a (mon.0) 558 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:22.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[38667]: audit 2024-01-23T23:23:21.166713+0000 mon.a (mon.0) 559 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:22.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[38667]: audit 2024-01-23T23:23:21.169554+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:22.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:22 smithi037 bash[35265]: audit 2024-01-23T23:23:21.169554+0000 mon.a (mon.0) 560 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121200\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121332\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:21.121365\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_device_update\": \"2024-01-23T23:23:10.583065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:23.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:23 smithi079 bash[35301]: audit 2024-01-23T23:23:22.156340+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/1674803484,v1:172.21.15.79:6809/1674803484]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:23.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:23 smithi079 bash[35301]: audit 2024-01-23T23:23:22.156736+0000 mon.a (mon.0) 561 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:23.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:23 smithi079 bash[35301]: audit 2024-01-23T23:23:22.157291+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/1674803484,v1:172.21.15.79:6809/1674803484]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:23.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:23 smithi079 bash[35301]: audit 2024-01-23T23:23:22.157618+0000 mon.a (mon.0) 562 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:23.502 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping: /dev/vg_nvme/lv_1 2024-01-23T23:23:23.502 INFO:teuthology.orchestra.run.smithi079.stderr:Running command: /usr/bin/dd if=/dev/zero of=/dev/vg_nvme/lv_1 bs=1M count=10 conv=fsync 2024-01-23T23:23:23.502 INFO:teuthology.orchestra.run.smithi079.stderr: stderr: 10+0 records in 2024-01-23T23:23:23.502 INFO:teuthology.orchestra.run.smithi079.stderr:10+0 records out 2024-01-23T23:23:23.502 INFO:teuthology.orchestra.run.smithi079.stderr:10485760 bytes (10 MB, 10 MiB) copied, 0.0122028 s, 859 MB/s 2024-01-23T23:23:23.502 INFO:teuthology.orchestra.run.smithi079.stderr:--> Zapping successful for: 2024-01-23T23:23:23.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:23 smithi037 bash[35265]: audit 2024-01-23T23:23:22.156340+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/1674803484,v1:172.21.15.79:6809/1674803484]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:23.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:23 smithi037 bash[35265]: audit 2024-01-23T23:23:22.156736+0000 mon.a (mon.0) 561 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:23.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:23 smithi037 bash[35265]: audit 2024-01-23T23:23:22.157291+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/1674803484,v1:172.21.15.79:6809/1674803484]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:23.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:23 smithi037 bash[35265]: audit 2024-01-23T23:23:22.157618+0000 mon.a (mon.0) 562 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:23.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:23 smithi037 bash[38667]: audit 2024-01-23T23:23:22.156340+0000 mon.b (mon.2) 16 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/1674803484,v1:172.21.15.79:6809/1674803484]' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:23.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:23 smithi037 bash[38667]: audit 2024-01-23T23:23:22.156736+0000 mon.a (mon.0) 561 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["5"]}]: dispatch 2024-01-23T23:23:23.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:23 smithi037 bash[38667]: audit 2024-01-23T23:23:22.157291+0000 mon.b (mon.2) 17 : audit [INF] from='osd.5 [v2:172.21.15.79:6808/1674803484,v1:172.21.15.79:6809/1674803484]' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:23.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:23 smithi037 bash[38667]: audit 2024-01-23T23:23:22.157618+0000 mon.a (mon.0) 562 : audit [INF] from='osd.5 ' entity='osd.5' cmd=[{"prefix": "osd crush create-or-move", "id": 5, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:23.840 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:23 smithi079 bash[42127]: debug 2024-01-23T23:23:23.633+0000 7fe472ab1ec0 -1 Falling back to public interface 2024-01-23T23:23:24.243 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch daemon add osd smithi079:vg_nvme/lv_1 2024-01-23T23:23:24.401 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[42127]: debug 2024-01-23T23:23:24.188+0000 7fe472ab1ec0 -1 osd.6 0 log_to_monitors {default=true} 2024-01-23T23:23:24.402 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[35301]: cluster 2024-01-23T23:23:23.074465+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v115: 1 pgs: 1 stale+active+clean; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:24.402 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[35301]: cluster 2024-01-23T23:23:23.128987+0000 mon.a (mon.0) 563 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:23:24.402 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[35301]: cluster 2024-01-23T23:23:23.129016+0000 mon.a (mon.0) 564 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:24.402 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[35301]: cluster 2024-01-23T23:23:23.133884+0000 mon.a (mon.0) 565 : cluster [INF] osd.5 [v2:172.21.15.79:6808/1674803484,v1:172.21.15.79:6809/1674803484] boot 2024-01-23T23:23:24.402 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[35301]: cluster 2024-01-23T23:23:23.133953+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2024-01-23T23:23:24.402 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[35301]: audit 2024-01-23T23:23:23.134560+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:24.402 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[35301]: audit 2024-01-23T23:23:23.134922+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:24.402 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[35301]: audit 2024-01-23T23:23:23.233346+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:24.402 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[35301]: audit 2024-01-23T23:23:23.239642+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:24.403 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:24 smithi079 bash[35301]: audit 2024-01-23T23:23:23.240348+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:24.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[35265]: cluster 2024-01-23T23:23:23.074465+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v115: 1 pgs: 1 stale+active+clean; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:24.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[35265]: cluster 2024-01-23T23:23:23.128987+0000 mon.a (mon.0) 563 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:23:24.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[35265]: cluster 2024-01-23T23:23:23.129016+0000 mon.a (mon.0) 564 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:24.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[35265]: cluster 2024-01-23T23:23:23.133884+0000 mon.a (mon.0) 565 : cluster [INF] osd.5 [v2:172.21.15.79:6808/1674803484,v1:172.21.15.79:6809/1674803484] boot 2024-01-23T23:23:24.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[35265]: cluster 2024-01-23T23:23:23.133953+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2024-01-23T23:23:24.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[35265]: audit 2024-01-23T23:23:23.134560+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:24.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[35265]: audit 2024-01-23T23:23:23.134922+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:24.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[38667]: cluster 2024-01-23T23:23:23.074465+0000 mgr.y (mgr.14142) 109 : cluster [DBG] pgmap v115: 1 pgs: 1 stale+active+clean; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:24.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[38667]: cluster 2024-01-23T23:23:23.128987+0000 mon.a (mon.0) 563 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:23:24.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[38667]: cluster 2024-01-23T23:23:23.129016+0000 mon.a (mon.0) 564 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:24.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[38667]: cluster 2024-01-23T23:23:23.133884+0000 mon.a (mon.0) 565 : cluster [INF] osd.5 [v2:172.21.15.79:6808/1674803484,v1:172.21.15.79:6809/1674803484] boot 2024-01-23T23:23:24.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[38667]: cluster 2024-01-23T23:23:23.133953+0000 mon.a (mon.0) 566 : cluster [DBG] osdmap e50: 7 total, 6 up, 6 in 2024-01-23T23:23:24.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[38667]: audit 2024-01-23T23:23:23.134560+0000 mon.a (mon.0) 567 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:23:24.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[38667]: audit 2024-01-23T23:23:23.134922+0000 mon.a (mon.0) 568 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:24.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[35265]: audit 2024-01-23T23:23:23.233346+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:24.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[35265]: audit 2024-01-23T23:23:23.239642+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:24.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[35265]: audit 2024-01-23T23:23:23.240348+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:24.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[38667]: audit 2024-01-23T23:23:23.233346+0000 mon.a (mon.0) 569 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:24.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[38667]: audit 2024-01-23T23:23:23.239642+0000 mon.a (mon.0) 570 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"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\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:24.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:24 smithi037 bash[38667]: audit 2024-01-23T23:23:23.240348+0000 mon.a (mon.0) 571 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:25.277 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:25 smithi079 bash[35301]: cluster 2024-01-23T23:23:24.142901+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2024-01-23T23:23:25.277 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:25 smithi079 bash[35301]: audit 2024-01-23T23:23:24.143589+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:25.277 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:25 smithi079 bash[35301]: audit 2024-01-23T23:23:24.192373+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2505450565,v1:172.21.15.79:6817/2505450565]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:25.277 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:25 smithi079 bash[35301]: audit 2024-01-23T23:23:24.192704+0000 mon.a (mon.0) 574 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:25.277 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:25 smithi079 bash[35301]: cluster 2024-01-23T23:23:25.074833+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v118: 1 pgs: 1 stale+active+clean; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:25.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:25 smithi037 bash[35265]: cluster 2024-01-23T23:23:24.142901+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2024-01-23T23:23:25.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:25 smithi037 bash[35265]: audit 2024-01-23T23:23:24.143589+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:25.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:25 smithi037 bash[35265]: audit 2024-01-23T23:23:24.192373+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2505450565,v1:172.21.15.79:6817/2505450565]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:25.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:25 smithi037 bash[35265]: audit 2024-01-23T23:23:24.192704+0000 mon.a (mon.0) 574 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:25.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:25 smithi037 bash[35265]: cluster 2024-01-23T23:23:25.074833+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v118: 1 pgs: 1 stale+active+clean; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:25.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:25 smithi037 bash[38667]: cluster 2024-01-23T23:23:24.142901+0000 mon.a (mon.0) 572 : cluster [DBG] osdmap e51: 7 total, 6 up, 6 in 2024-01-23T23:23:25.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:25 smithi037 bash[38667]: audit 2024-01-23T23:23:24.143589+0000 mon.a (mon.0) 573 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:25.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:25 smithi037 bash[38667]: audit 2024-01-23T23:23:24.192373+0000 mon.b (mon.2) 18 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2505450565,v1:172.21.15.79:6817/2505450565]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:25.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:25 smithi037 bash[38667]: audit 2024-01-23T23:23:24.192704+0000 mon.a (mon.0) 574 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:25.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:25 smithi037 bash[38667]: cluster 2024-01-23T23:23:25.074833+0000 mgr.y (mgr.14142) 110 : cluster [DBG] pgmap v118: 1 pgs: 1 stale+active+clean; 0 B data, 2.6 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:26.197 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[42127]: debug 2024-01-23T23:23:26.160+0000 7fe45785e700 -1 osd.6 0 waiting for initial osdmap 2024-01-23T23:23:26.197 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[42127]: debug 2024-01-23T23:23:26.166+0000 7fe462a7a700 -1 osd.6 53 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-23T23:23:26.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.153669+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-23T23:23:26.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: cluster 2024-01-23T23:23:25.153722+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2024-01-23T23:23:26.197 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.154040+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.157736+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2505450565,v1:172.21.15.79:6817/2505450565]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.158032+0000 mon.a (mon.0) 578 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: cluster 2024-01-23T23:23:25.163149+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: cluster 2024-01-23T23:23:25.163187+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.463294+0000 mgr.y (mgr.14142) 111 : audit [DBG] from='client.24293 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: cephadm 2024-01-23T23:23:25.464068+0000 mgr.y (mgr.14142) 112 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.464360+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.465168+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.466367+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.656890+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.846375+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:26.198 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:26 smithi079 bash[35301]: audit 2024-01-23T23:23:25.849569+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:26.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.153669+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-23T23:23:26.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: cluster 2024-01-23T23:23:25.153722+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.154040+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.157736+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2505450565,v1:172.21.15.79:6817/2505450565]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.158032+0000 mon.a (mon.0) 578 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: cluster 2024-01-23T23:23:25.163149+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: cluster 2024-01-23T23:23:25.163187+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.463294+0000 mgr.y (mgr.14142) 111 : audit [DBG] from='client.24293 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: cephadm 2024-01-23T23:23:25.464068+0000 mgr.y (mgr.14142) 112 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.464360+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.465168+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.466367+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:26.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.656890+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:26.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.153669+0000 mon.a (mon.0) 575 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]': finished 2024-01-23T23:23:26.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: cluster 2024-01-23T23:23:25.153722+0000 mon.a (mon.0) 576 : cluster [DBG] osdmap e52: 7 total, 6 up, 6 in 2024-01-23T23:23:26.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.154040+0000 mon.a (mon.0) 577 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:26.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.157736+0000 mon.b (mon.2) 19 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/2505450565,v1:172.21.15.79:6817/2505450565]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:26.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.158032+0000 mon.a (mon.0) 578 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:26.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: cluster 2024-01-23T23:23:25.163149+0000 osd.6 (osd.6) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:23:26.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: cluster 2024-01-23T23:23:25.163187+0000 osd.6 (osd.6) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:23:26.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.463294+0000 mgr.y (mgr.14142) 111 : audit [DBG] from='client.24293 -' entity='client.admin' cmd=[{"prefix": "orch daemon add osd", "svc_arg": "smithi079:vg_nvme/lv_1", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:26.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: cephadm 2024-01-23T23:23:25.464068+0000 mgr.y (mgr.14142) 112 : cephadm [INF] Applying osd on host smithi079... 2024-01-23T23:23:26.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.464360+0000 mon.a (mon.0) 579 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.bootstrap-osd"}]: dispatch 2024-01-23T23:23:26.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.465168+0000 mon.a (mon.0) 580 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:26.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.466367+0000 mon.a (mon.0) 581 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:26.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.656890+0000 mon.a (mon.0) 582 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:26.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.846375+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:26.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[38667]: audit 2024-01-23T23:23:25.849569+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:26.631 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.846375+0000 mon.a (mon.0) 583 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:26.631 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:26 smithi037 bash[35265]: audit 2024-01-23T23:23:25.849569+0000 mon.a (mon.0) 584 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"a6f6a79919e7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232597\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:22.822138\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:19.491320\"}}, \"last_daemon_update\": \"2024-01-23T23:23:23.232690\", \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: audit 2024-01-23T23:23:26.154326+0000 mon.a (mon.0) 585 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:23:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: cluster 2024-01-23T23:23:26.154388+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e53: 7 total, 6 up, 6 in 2024-01-23T23:23:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: audit 2024-01-23T23:23:26.155050+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: audit 2024-01-23T23:23:26.979088+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.79:0/1236700924' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d131b750-2960-4bd0-883b-b2961ff806ea"}]: dispatch 2024-01-23T23:23:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: audit 2024-01-23T23:23:26.979689+0000 mon.a (mon.0) 588 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d131b750-2960-4bd0-883b-b2961ff806ea"}]: dispatch 2024-01-23T23:23:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: cluster 2024-01-23T23:23:26.986124+0000 mon.a (mon.0) 589 : cluster [INF] osd.6 [v2:172.21.15.79:6816/2505450565,v1:172.21.15.79:6817/2505450565] boot 2024-01-23T23:23:27.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: audit 2024-01-23T23:23:26.986176+0000 mon.a (mon.0) 590 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d131b750-2960-4bd0-883b-b2961ff806ea"}]': finished 2024-01-23T23:23:27.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: cluster 2024-01-23T23:23:26.986230+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-01-23T23:23:27.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: audit 2024-01-23T23:23:26.986392+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:27.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: audit 2024-01-23T23:23:26.987009+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:27.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:27 smithi079 bash[35301]: cluster 2024-01-23T23:23:27.075307+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 1 pgs: 1 stale+active+clean; 0 B data, 2.7 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:27.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: audit 2024-01-23T23:23:26.154326+0000 mon.a (mon.0) 585 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:23:27.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: cluster 2024-01-23T23:23:26.154388+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e53: 7 total, 6 up, 6 in 2024-01-23T23:23:27.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: audit 2024-01-23T23:23:26.155050+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:27.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: audit 2024-01-23T23:23:26.979088+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.79:0/1236700924' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d131b750-2960-4bd0-883b-b2961ff806ea"}]: dispatch 2024-01-23T23:23:27.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: audit 2024-01-23T23:23:26.979689+0000 mon.a (mon.0) 588 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d131b750-2960-4bd0-883b-b2961ff806ea"}]: dispatch 2024-01-23T23:23:27.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: cluster 2024-01-23T23:23:26.986124+0000 mon.a (mon.0) 589 : cluster [INF] osd.6 [v2:172.21.15.79:6816/2505450565,v1:172.21.15.79:6817/2505450565] boot 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: audit 2024-01-23T23:23:26.986176+0000 mon.a (mon.0) 590 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d131b750-2960-4bd0-883b-b2961ff806ea"}]': finished 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: cluster 2024-01-23T23:23:26.986230+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: audit 2024-01-23T23:23:26.986392+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: audit 2024-01-23T23:23:26.987009+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[35265]: cluster 2024-01-23T23:23:27.075307+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 1 pgs: 1 stale+active+clean; 0 B data, 2.7 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: audit 2024-01-23T23:23:26.154326+0000 mon.a (mon.0) 585 : audit [INF] from='osd.6 ' entity='osd.6' cmd='[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: cluster 2024-01-23T23:23:26.154388+0000 mon.a (mon.0) 586 : cluster [DBG] osdmap e53: 7 total, 6 up, 6 in 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: audit 2024-01-23T23:23:26.155050+0000 mon.a (mon.0) 587 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: audit 2024-01-23T23:23:26.979088+0000 mon.b (mon.2) 20 : audit [INF] from='client.? 172.21.15.79:0/1236700924' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d131b750-2960-4bd0-883b-b2961ff806ea"}]: dispatch 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: audit 2024-01-23T23:23:26.979689+0000 mon.a (mon.0) 588 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd=[{"prefix": "osd new", "uuid": "d131b750-2960-4bd0-883b-b2961ff806ea"}]: dispatch 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: cluster 2024-01-23T23:23:26.986124+0000 mon.a (mon.0) 589 : cluster [INF] osd.6 [v2:172.21.15.79:6816/2505450565,v1:172.21.15.79:6817/2505450565] boot 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: audit 2024-01-23T23:23:26.986176+0000 mon.a (mon.0) 590 : audit [INF] from='client.? ' entity='client.bootstrap-osd' cmd='[{"prefix": "osd new", "uuid": "d131b750-2960-4bd0-883b-b2961ff806ea"}]': finished 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: cluster 2024-01-23T23:23:26.986230+0000 mon.a (mon.0) 591 : cluster [DBG] osdmap e54: 8 total, 7 up, 7 in 2024-01-23T23:23:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: audit 2024-01-23T23:23:26.986392+0000 mon.a (mon.0) 592 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:27.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: audit 2024-01-23T23:23:26.987009+0000 mon.a (mon.0) 593 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:27.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:27 smithi037 bash[38667]: cluster 2024-01-23T23:23:27.075307+0000 mgr.y (mgr.14142) 113 : cluster [DBG] pgmap v122: 1 pgs: 1 stale+active+clean; 0 B data, 2.7 MiB used, 530 GiB / 536 GiB avail 2024-01-23T23:23:28.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:28 smithi079 bash[35301]: audit 2024-01-23T23:23:27.721676+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.79:0/2872071501' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:23:28.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:28 smithi079 bash[35301]: cluster 2024-01-23T23:23:27.993330+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-23T23:23:28.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:28 smithi079 bash[35301]: audit 2024-01-23T23:23:27.993518+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:28.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:28 smithi037 bash[35265]: audit 2024-01-23T23:23:27.721676+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.79:0/2872071501' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:23:28.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:28 smithi037 bash[35265]: cluster 2024-01-23T23:23:27.993330+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-23T23:23:28.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:28 smithi037 bash[35265]: audit 2024-01-23T23:23:27.993518+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:28.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:28 smithi037 bash[38667]: audit 2024-01-23T23:23:27.721676+0000 mon.b (mon.2) 21 : audit [DBG] from='client.? 172.21.15.79:0/2872071501' entity='client.bootstrap-osd' cmd=[{"prefix": "mon getmap"}]: dispatch 2024-01-23T23:23:28.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:28 smithi037 bash[38667]: cluster 2024-01-23T23:23:27.993330+0000 mon.a (mon.0) 594 : cluster [DBG] osdmap e55: 8 total, 7 up, 7 in 2024-01-23T23:23:28.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:28 smithi037 bash[38667]: audit 2024-01-23T23:23:27.993518+0000 mon.a (mon.0) 595 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:29.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:29 smithi079 bash[35301]: cluster 2024-01-23T23:23:29.075827+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v124: 1 pgs: 1 stale+active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:29.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:29 smithi037 bash[35265]: cluster 2024-01-23T23:23:29.075827+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v124: 1 pgs: 1 stale+active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:29.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:29 smithi037 bash[38667]: cluster 2024-01-23T23:23:29.075827+0000 mgr.y (mgr.14142) 114 : cluster [DBG] pgmap v124: 1 pgs: 1 stale+active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:30.434 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:30 smithi079 bash[35301]: audit 2024-01-23T23:23:29.966392+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:30.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:30 smithi037 bash[35265]: audit 2024-01-23T23:23:29.966392+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:30.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:30 smithi037 bash[38667]: audit 2024-01-23T23:23:29.966392+0000 mon.a (mon.0) 596 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:31.571 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:31 smithi079 bash[35301]: cluster 2024-01-23T23:23:31.076229+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v125: 1 pgs: 1 stale+active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:31.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:31 smithi037 bash[35265]: cluster 2024-01-23T23:23:31.076229+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v125: 1 pgs: 1 stale+active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:31.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:31 smithi037 bash[38667]: cluster 2024-01-23T23:23:31.076229+0000 mgr.y (mgr.14142) 115 : cluster [DBG] pgmap v125: 1 pgs: 1 stale+active+clean; 0 B data, 3.5 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:32.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:32 smithi079 bash[35301]: audit 2024-01-23T23:23:31.665765+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-23T23:23:32.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:32 smithi079 bash[35301]: audit 2024-01-23T23:23:31.666548+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:32.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:32 smithi079 bash[35301]: cephadm 2024-01-23T23:23:31.667110+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Deploying daemon osd.6 on smithi079 2024-01-23T23:23:32.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:32 smithi079 bash[35301]: audit 2024-01-23T23:23:31.667426+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-23T23:23:32.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:32 smithi037 bash[35265]: audit 2024-01-23T23:23:31.665765+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-23T23:23:32.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:32 smithi037 bash[35265]: audit 2024-01-23T23:23:31.666548+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:32.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:32 smithi037 bash[35265]: cephadm 2024-01-23T23:23:31.667110+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Deploying daemon osd.6 on smithi079 2024-01-23T23:23:32.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:32 smithi037 bash[35265]: audit 2024-01-23T23:23:31.667426+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-23T23:23:32.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:32 smithi037 bash[38667]: audit 2024-01-23T23:23:31.665765+0000 mon.a (mon.0) 597 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.6"}]: dispatch 2024-01-23T23:23:32.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:32 smithi037 bash[38667]: audit 2024-01-23T23:23:31.666548+0000 mon.a (mon.0) 598 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:32.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:32 smithi037 bash[38667]: cephadm 2024-01-23T23:23:31.667110+0000 mgr.y (mgr.14142) 116 : cephadm [INF] Deploying daemon osd.6 on smithi079 2024-01-23T23:23:32.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:32 smithi037 bash[38667]: audit 2024-01-23T23:23:31.667426+0000 mon.a (mon.0) 599 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.6", "key": "container_image"}]: dispatch 2024-01-23T23:23:32.704 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:32 smithi079 systemd[1]: Stopping Ceph osd.6 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:23:32.704 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:32 smithi079 bash[42127]: debug 2024-01-23T23:23:32.653+0000 7fe46a2f9700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:23:32.704 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:32 smithi079 bash[42127]: debug 2024-01-23T23:23:32.653+0000 7fe46a2f9700 -1 osd.6 55 *** Got signal Terminated *** 2024-01-23T23:23:32.705 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:32 smithi079 bash[42127]: debug 2024-01-23T23:23:32.653+0000 7fe46a2f9700 -1 osd.6 55 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:23:33.059 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:32 smithi079 podman[43279]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.6 2024-01-23T23:23:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.700772+0000 mon.a (mon.0) 600 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.700826+0000 mon.a (mon.0) 601 : cluster [INF] osd.6 failed (root=default,host=smithi079) (connection refused reported by osd.2) 2024-01-23T23:23:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.700995+0000 mon.a (mon.0) 602 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.701100+0000 mon.a (mon.0) 603 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.701241+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.701353+0000 mon.a (mon.0) 605 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.701468+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.701660+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.701833+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.900332+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.900551+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.900759+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.900819+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.901218+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-23T23:23:33.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.901419+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-23T23:23:33.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.901757+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-23T23:23:33.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.901894+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-23T23:23:33.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.902042+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.902180+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.902337+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-23T23:23:33.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.902507+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:32.902640+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:33 smithi079 bash[35301]: cluster 2024-01-23T23:23:33.076738+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.700772+0000 mon.a (mon.0) 600 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.700826+0000 mon.a (mon.0) 601 : cluster [INF] osd.6 failed (root=default,host=smithi079) (connection refused reported by osd.2) 2024-01-23T23:23:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.700995+0000 mon.a (mon.0) 602 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.701100+0000 mon.a (mon.0) 603 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.701241+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.701353+0000 mon.a (mon.0) 605 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.701468+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.701660+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.701833+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.900332+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.900551+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.900759+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.900819+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.901218+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.901419+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.901757+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.901894+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.902042+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.902180+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.902337+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-23T23:23:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.902507+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:32.902640+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[35265]: cluster 2024-01-23T23:23:33.076738+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.700772+0000 mon.a (mon.0) 600 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.700826+0000 mon.a (mon.0) 601 : cluster [INF] osd.6 failed (root=default,host=smithi079) (connection refused reported by osd.2) 2024-01-23T23:23:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.700995+0000 mon.a (mon.0) 602 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.701100+0000 mon.a (mon.0) 603 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.701241+0000 mon.a (mon.0) 604 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.701353+0000 mon.a (mon.0) 605 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.701468+0000 mon.a (mon.0) 606 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.701660+0000 mon.a (mon.0) 607 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.701833+0000 mon.a (mon.0) 608 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.900332+0000 mon.a (mon.0) 609 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.900551+0000 mon.a (mon.0) 610 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.900759+0000 mon.a (mon.0) 611 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.900819+0000 mon.a (mon.0) 612 : cluster [DBG] osd.6 reported immediately failed by osd.3 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.901218+0000 mon.a (mon.0) 613 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.901419+0000 mon.a (mon.0) 614 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.901757+0000 mon.a (mon.0) 615 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.901894+0000 mon.a (mon.0) 616 : cluster [DBG] osd.6 reported immediately failed by osd.5 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.902042+0000 mon.a (mon.0) 617 : cluster [DBG] osd.6 reported immediately failed by osd.2 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.902180+0000 mon.a (mon.0) 618 : cluster [DBG] osd.6 reported immediately failed by osd.1 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.902337+0000 mon.a (mon.0) 619 : cluster [DBG] osd.6 reported immediately failed by osd.4 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.902507+0000 mon.a (mon.0) 620 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:32.902640+0000 mon.a (mon.0) 621 : cluster [DBG] osd.6 reported immediately failed by osd.0 2024-01-23T23:23:33.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:33 smithi037 bash[38667]: cluster 2024-01-23T23:23:33.076738+0000 mgr.y (mgr.14142) 117 : cluster [DBG] pgmap v126: 1 pgs: 1 active+clean; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:33.970 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:33 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.6.service: Succeeded. 2024-01-23T23:23:33.970 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:33 smithi079 systemd[1]: Stopped Ceph osd.6 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:23:33.970 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:33 smithi079 systemd[1]: Starting Ceph osd.6 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:23:33.970 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:33 smithi079 podman[43414]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.6" found: no such container 2024-01-23T23:23:33.971 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:33 smithi079 systemd[1]: Started Ceph osd.6 for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:23:34.225 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[35301]: cluster 2024-01-23T23:23:33.177476+0000 mon.a (mon.0) 622 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:23:34.225 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[35301]: cluster 2024-01-23T23:23:33.188796+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2024-01-23T23:23:34.225 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[35301]: audit 2024-01-23T23:23:33.188976+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:34.225 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[35301]: audit 2024-01-23T23:23:33.882964+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:34.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[35301]: audit 2024-01-23T23:23:33.883472+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:34.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[35301]: audit 2024-01-23T23:23:33.886326+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:34.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[35301]: audit 2024-01-23T23:23:33.887812+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-23T23:23:34.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[35301]: audit 2024-01-23T23:23:33.889065+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:34.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[35301]: cephadm 2024-01-23T23:23:33.889729+0000 mgr.y (mgr.14142) 118 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-01-23T23:23:34.226 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[35301]: audit 2024-01-23T23:23:33.890069+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-23T23:23:34.602 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[43430]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-23T23:23:34.603 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[43430]: 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-23T23:23:34.603 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[43430]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_2 /var/lib/ceph/osd/ceph-6/block 2024-01-23T23:23:34.603 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[43430]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-6/block 2024-01-23T23:23:34.603 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[43430]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-1 2024-01-23T23:23:34.603 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[43430]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-6 2024-01-23T23:23:34.603 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:34 smithi079 bash[43430]: --> ceph-volume lvm activate successful for osd ID: 6 2024-01-23T23:23:34.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[38667]: cluster 2024-01-23T23:23:33.177476+0000 mon.a (mon.0) 622 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:23:34.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[38667]: cluster 2024-01-23T23:23:33.188796+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2024-01-23T23:23:34.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[38667]: audit 2024-01-23T23:23:33.188976+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:34.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[35265]: cluster 2024-01-23T23:23:33.177476+0000 mon.a (mon.0) 622 : cluster [WRN] Health check failed: 1 osds down (OSD_DOWN) 2024-01-23T23:23:34.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[35265]: cluster 2024-01-23T23:23:33.188796+0000 mon.a (mon.0) 623 : cluster [DBG] osdmap e56: 8 total, 6 up, 7 in 2024-01-23T23:23:34.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[35265]: audit 2024-01-23T23:23:33.188976+0000 mon.a (mon.0) 624 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:34.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[38667]: audit 2024-01-23T23:23:33.882964+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:34.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[38667]: audit 2024-01-23T23:23:33.883472+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:34.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[35265]: audit 2024-01-23T23:23:33.882964+0000 mon.a (mon.0) 625 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:34.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[35265]: audit 2024-01-23T23:23:33.883472+0000 mon.a (mon.0) 626 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:34.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[35265]: audit 2024-01-23T23:23:33.886326+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:34.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[35265]: audit 2024-01-23T23:23:33.887812+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-23T23:23:34.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[35265]: audit 2024-01-23T23:23:33.889065+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:34.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[35265]: cephadm 2024-01-23T23:23:33.889729+0000 mgr.y (mgr.14142) 118 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-01-23T23:23:34.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[35265]: audit 2024-01-23T23:23:33.890069+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-23T23:23:34.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[38667]: audit 2024-01-23T23:23:33.886326+0000 mon.a (mon.0) 627 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:34.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[38667]: audit 2024-01-23T23:23:33.887812+0000 mon.a (mon.0) 628 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.7"}]: dispatch 2024-01-23T23:23:34.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[38667]: audit 2024-01-23T23:23:33.889065+0000 mon.a (mon.0) 629 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:34.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[38667]: cephadm 2024-01-23T23:23:33.889729+0000 mgr.y (mgr.14142) 118 : cephadm [INF] Deploying daemon osd.7 on smithi079 2024-01-23T23:23:34.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:34 smithi037 bash[38667]: audit 2024-01-23T23:23:33.890069+0000 mon.a (mon.0) 630 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd.7", "key": "container_image"}]: dispatch 2024-01-23T23:23:35.266 INFO:teuthology.orchestra.run.smithi079.stdout:Created osd(s) 6,7 on host 'smithi079' 2024-01-23T23:23:35.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:35 smithi079 bash[35301]: cluster 2024-01-23T23:23:34.187942+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e57: 8 total, 6 up, 7 in 2024-01-23T23:23:35.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:35 smithi079 bash[35301]: audit 2024-01-23T23:23:34.188620+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:35.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:35 smithi079 bash[35301]: cluster 2024-01-23T23:23:35.077056+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:35.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:35 smithi037 bash[35265]: cluster 2024-01-23T23:23:34.187942+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e57: 8 total, 6 up, 7 in 2024-01-23T23:23:35.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:35 smithi037 bash[35265]: audit 2024-01-23T23:23:34.188620+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:35.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:35 smithi037 bash[35265]: cluster 2024-01-23T23:23:35.077056+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:35.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:35 smithi037 bash[38667]: cluster 2024-01-23T23:23:34.187942+0000 mon.a (mon.0) 631 : cluster [DBG] osdmap e57: 8 total, 6 up, 7 in 2024-01-23T23:23:35.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:35 smithi037 bash[38667]: audit 2024-01-23T23:23:34.188620+0000 mon.a (mon.0) 632 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:35.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:35 smithi037 bash[38667]: cluster 2024-01-23T23:23:35.077056+0000 mgr.y (mgr.14142) 119 : cluster [DBG] pgmap v129: 1 pgs: 1 peering; 0 B data, 3.6 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:35.675 DEBUG:teuthology.orchestra.run.smithi079:osd.7> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.7.service 2024-01-23T23:23:35.677 INFO:tasks.cephadm:Waiting for 8 OSDs to come up... 2024-01-23T23:23:35.677 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-23T23:23:35.709 INFO:journalctl@ceph.osd.7.smithi079.stdout:-- Logs begin at Tue 2024-01-23 23:12:35 UTC. -- 2024-01-23T23:23:36.102 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:35 smithi079 bash[43665]: debug 2024-01-23T23:23:35.824+0000 7fb7daa18ec0 -1 Falling back to public interface 2024-01-23T23:23:36.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:36 smithi037 bash[35265]: audit 2024-01-23T23:23:35.259830+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:36.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:36 smithi037 bash[35265]: audit 2024-01-23T23:23:35.263126+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:36.356 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:36 smithi037 bash[35265]: audit 2024-01-23T23:23:35.962777+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:36.356 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:36 smithi037 bash[38667]: audit 2024-01-23T23:23:35.259830+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:36.356 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:36 smithi037 bash[38667]: audit 2024-01-23T23:23:35.263126+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:36.356 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:36 smithi037 bash[38667]: audit 2024-01-23T23:23:35.962777+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:36.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:36 smithi037 bash[35265]: audit 2024-01-23T23:23:35.965462+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:36.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:36 smithi037 bash[35265]: audit 2024-01-23T23:23:35.966072+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:36.357 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:36 smithi037 bash[38667]: audit 2024-01-23T23:23:35.965462+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:36.357 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:36 smithi037 bash[38667]: audit 2024-01-23T23:23:35.966072+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:36.380 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[43755]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-01-23T23:23:36.380 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[43755]: 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-23T23:23:36.380 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[43755]: Running command: /usr/bin/ln -snf /dev/vg_nvme/lv_1 /var/lib/ceph/osd/ceph-7/block 2024-01-23T23:23:36.381 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[43755]: Running command: /usr/bin/chown -h ceph:ceph /var/lib/ceph/osd/ceph-7/block 2024-01-23T23:23:36.381 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[43755]: Running command: /usr/bin/chown -R ceph:ceph /dev/dm-0 2024-01-23T23:23:36.381 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[43755]: Running command: /usr/bin/chown -R ceph:ceph /var/lib/ceph/osd/ceph-7 2024-01-23T23:23:36.381 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[43755]: --> ceph-volume lvm activate successful for osd ID: 7 2024-01-23T23:23:36.381 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[35301]: audit 2024-01-23T23:23:35.259830+0000 mon.a (mon.0) 633 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:36.382 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[35301]: audit 2024-01-23T23:23:35.263126+0000 mon.a (mon.0) 634 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232366\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232482\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232528\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:23.232564\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"daemon_id\": \"6\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"daemon_id\": \"7\", \"daemon_type\": \"osd\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"comment\": \"not used by ceph\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_device_update\": \"2024-01-23T23:23:25.845712\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:36.382 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[35301]: audit 2024-01-23T23:23:35.962777+0000 mon.a (mon.0) 635 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:36.382 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[35301]: audit 2024-01-23T23:23:35.965462+0000 mon.a (mon.0) 636 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"locked\", \"Insufficient space (<5GB) on vgs\", \"LVM detected\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.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\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:36.382 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[35301]: audit 2024-01-23T23:23:35.966072+0000 mon.a (mon.0) 637 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "osd", "key": "container_image"}]: dispatch 2024-01-23T23:23:36.818 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[43665]: debug 2024-01-23T23:23:36.405+0000 7fb7daa18ec0 -1 osd.6 55 log_to_monitors {default=true} 2024-01-23T23:23:36.818 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:23:36 smithi079 bash[43665]: debug 2024-01-23T23:23:36.412+0000 7fb7ca9e1700 -1 osd.6 55 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-23T23:23:36.915 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:23:37.298 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":57,"num_osds":8,"num_up_osds":6,"osd_up_since":1706052213,"num_in_osds":7,"osd_in_since":1706052206,"num_remapped_pgs":0} 2024-01-23T23:23:37.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:37 smithi079 bash[35301]: audit 2024-01-23T23:23:36.408072+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/26999145,v1:172.21.15.79:6817/26999145]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:37.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:37 smithi079 bash[35301]: audit 2024-01-23T23:23:36.408385+0000 mon.a (mon.0) 638 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:37.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:37 smithi079 bash[35301]: audit 2024-01-23T23:23:36.408831+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/26999145,v1:172.21.15.79:6817/26999145]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:37.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:37 smithi079 bash[35301]: audit 2024-01-23T23:23:36.409092+0000 mon.a (mon.0) 639 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:37.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:37 smithi079 bash[35301]: audit 2024-01-23T23:23:36.914043+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.37:0/2262375743' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-23T23:23:37.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:37 smithi079 bash[35301]: cluster 2024-01-23T23:23:37.077332+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:37.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[35265]: audit 2024-01-23T23:23:36.408072+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/26999145,v1:172.21.15.79:6817/26999145]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:37.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[35265]: audit 2024-01-23T23:23:36.408385+0000 mon.a (mon.0) 638 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:37.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[35265]: audit 2024-01-23T23:23:36.408831+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/26999145,v1:172.21.15.79:6817/26999145]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:37.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[35265]: audit 2024-01-23T23:23:36.409092+0000 mon.a (mon.0) 639 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:37.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[35265]: audit 2024-01-23T23:23:36.914043+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.37:0/2262375743' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-23T23:23:37.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[35265]: cluster 2024-01-23T23:23:37.077332+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:37.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[38667]: audit 2024-01-23T23:23:36.408072+0000 mon.b (mon.2) 22 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/26999145,v1:172.21.15.79:6817/26999145]' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:37.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[38667]: audit 2024-01-23T23:23:36.408385+0000 mon.a (mon.0) 638 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["6"]}]: dispatch 2024-01-23T23:23:37.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[38667]: audit 2024-01-23T23:23:36.408831+0000 mon.b (mon.2) 23 : audit [INF] from='osd.6 [v2:172.21.15.79:6816/26999145,v1:172.21.15.79:6817/26999145]' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:37.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[38667]: audit 2024-01-23T23:23:36.409092+0000 mon.a (mon.0) 639 : audit [INF] from='osd.6 ' entity='osd.6' cmd=[{"prefix": "osd crush create-or-move", "id": 6, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:37.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[38667]: audit 2024-01-23T23:23:36.914043+0000 mon.c (mon.1) 11 : audit [DBG] from='client.? 172.21.15.37:0/2262375743' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-23T23:23:37.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:37 smithi037 bash[38667]: cluster 2024-01-23T23:23:37.077332+0000 mgr.y (mgr.14142) 120 : cluster [DBG] pgmap v130: 1 pgs: 1 peering; 0 B data, 3.7 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:38.021 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:37 smithi079 bash[44135]: debug 2024-01-23T23:23:37.683+0000 7f0a00dbbec0 -1 Falling back to public interface 2024-01-23T23:23:38.299 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-23T23:23:38.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:38 smithi079 bash[35301]: cluster 2024-01-23T23:23:37.197591+0000 mon.a (mon.0) 640 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:23:38.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:38 smithi079 bash[35301]: cluster 2024-01-23T23:23:37.197615+0000 mon.a (mon.0) 641 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:38.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:38 smithi079 bash[35301]: cluster 2024-01-23T23:23:37.200820+0000 mon.a (mon.0) 642 : cluster [INF] osd.6 [v2:172.21.15.79:6816/26999145,v1:172.21.15.79:6817/26999145] boot 2024-01-23T23:23:38.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:38 smithi079 bash[35301]: cluster 2024-01-23T23:23:37.200856+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2024-01-23T23:23:38.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:38 smithi079 bash[35301]: audit 2024-01-23T23:23:37.201836+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:38.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:38 smithi079 bash[35301]: audit 2024-01-23T23:23:37.202155+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:38.541 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[44776]: debug 2024-01-23T23:23:38.219+0000 7f02e8ea5700 -1 osd.1 59 build_incremental_map_msg missing incremental map 59 2024-01-23T23:23:38.541 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[35265]: cluster 2024-01-23T23:23:37.197591+0000 mon.a (mon.0) 640 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:23:38.541 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[35265]: cluster 2024-01-23T23:23:37.197615+0000 mon.a (mon.0) 641 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:38.541 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[35265]: cluster 2024-01-23T23:23:37.200820+0000 mon.a (mon.0) 642 : cluster [INF] osd.6 [v2:172.21.15.79:6816/26999145,v1:172.21.15.79:6817/26999145] boot 2024-01-23T23:23:38.541 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[35265]: cluster 2024-01-23T23:23:37.200856+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2024-01-23T23:23:38.542 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[35265]: audit 2024-01-23T23:23:37.201836+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:38.542 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[35265]: audit 2024-01-23T23:23:37.202155+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:38.542 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[38667]: cluster 2024-01-23T23:23:37.197591+0000 mon.a (mon.0) 640 : cluster [INF] Health check cleared: OSD_DOWN (was: 1 osds down) 2024-01-23T23:23:38.542 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[38667]: cluster 2024-01-23T23:23:37.197615+0000 mon.a (mon.0) 641 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:38.542 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[38667]: cluster 2024-01-23T23:23:37.200820+0000 mon.a (mon.0) 642 : cluster [INF] osd.6 [v2:172.21.15.79:6816/26999145,v1:172.21.15.79:6817/26999145] boot 2024-01-23T23:23:38.542 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[38667]: cluster 2024-01-23T23:23:37.200856+0000 mon.a (mon.0) 643 : cluster [DBG] osdmap e58: 8 total, 7 up, 7 in 2024-01-23T23:23:38.542 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[38667]: audit 2024-01-23T23:23:37.201836+0000 mon.a (mon.0) 644 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:23:38.542 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:38 smithi037 bash[38667]: audit 2024-01-23T23:23:37.202155+0000 mon.a (mon.0) 645 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:38.602 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:38 smithi079 bash[44135]: debug 2024-01-23T23:23:38.253+0000 7f0a00dbbec0 -1 osd.7 0 log_to_monitors {default=true} 2024-01-23T23:23:39.430 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:39 smithi079 bash[35301]: cluster 2024-01-23T23:23:38.219301+0000 mon.a (mon.0) 646 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2024-01-23T23:23:39.430 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:39 smithi079 bash[35301]: audit 2024-01-23T23:23:38.219468+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:39.430 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:39 smithi079 bash[35301]: audit 2024-01-23T23:23:38.256569+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/1921247728,v1:172.21.15.79:6825/1921247728]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-23T23:23:39.430 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:39 smithi079 bash[35301]: audit 2024-01-23T23:23:38.256964+0000 mon.a (mon.0) 648 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-23T23:23:39.430 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:39 smithi079 bash[35301]: audit 2024-01-23T23:23:38.620988+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:39.430 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:39 smithi079 bash[35301]: audit 2024-01-23T23:23:38.800745+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:39.430 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:39 smithi079 bash[35301]: audit 2024-01-23T23:23:38.803444+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:39.430 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:39 smithi079 bash[35301]: audit 2024-01-23T23:23:38.804650+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:39.430 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:39 smithi079 bash[35301]: cluster 2024-01-23T23:23:39.077761+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 3.8 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:39.482 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:23:39.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[35265]: cluster 2024-01-23T23:23:38.219301+0000 mon.a (mon.0) 646 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2024-01-23T23:23:39.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[35265]: audit 2024-01-23T23:23:38.219468+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:39.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[35265]: audit 2024-01-23T23:23:38.256569+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/1921247728,v1:172.21.15.79:6825/1921247728]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-23T23:23:39.515 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[35265]: audit 2024-01-23T23:23:38.256964+0000 mon.a (mon.0) 648 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-23T23:23:39.516 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[35265]: audit 2024-01-23T23:23:38.620988+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:39.516 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[38667]: cluster 2024-01-23T23:23:38.219301+0000 mon.a (mon.0) 646 : cluster [DBG] osdmap e59: 8 total, 7 up, 7 in 2024-01-23T23:23:39.516 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[38667]: audit 2024-01-23T23:23:38.219468+0000 mon.a (mon.0) 647 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:39.516 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[38667]: audit 2024-01-23T23:23:38.256569+0000 mon.b (mon.2) 24 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/1921247728,v1:172.21.15.79:6825/1921247728]' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-23T23:23:39.516 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[38667]: audit 2024-01-23T23:23:38.256964+0000 mon.a (mon.0) 648 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]: dispatch 2024-01-23T23:23:39.516 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[38667]: audit 2024-01-23T23:23:38.620988+0000 mon.a (mon.0) 649 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:39.517 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[35265]: audit 2024-01-23T23:23:38.800745+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:39.517 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[35265]: audit 2024-01-23T23:23:38.803444+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:39.517 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[35265]: audit 2024-01-23T23:23:38.804650+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:39.517 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[35265]: cluster 2024-01-23T23:23:39.077761+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 3.8 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:39.517 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[38667]: audit 2024-01-23T23:23:38.800745+0000 mon.a (mon.0) 650 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:39.518 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[38667]: audit 2024-01-23T23:23:38.803444+0000 mon.a (mon.0) 651 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961924\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.961994\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962031\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:35.962060\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:35.962165\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:39.518 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[38667]: audit 2024-01-23T23:23:38.804650+0000 mon.a (mon.0) 652 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:39.518 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:39 smithi037 bash[38667]: cluster 2024-01-23T23:23:39.077761+0000 mgr.y (mgr.14142) 121 : cluster [DBG] pgmap v133: 1 pgs: 1 peering; 0 B data, 3.8 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:39.873 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":60,"num_osds":8,"num_up_osds":7,"osd_up_since":1706052217,"num_in_osds":7,"osd_in_since":1706052206,"num_remapped_pgs":0} 2024-01-23T23:23:40.603 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:40 smithi079 bash[44135]: debug 2024-01-23T23:23:40.228+0000 7f09e9b70700 -1 osd.7 0 waiting for initial osdmap 2024-01-23T23:23:40.603 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:23:40 smithi079 bash[44135]: debug 2024-01-23T23:23:40.238+0000 7f09f4d8c700 -1 osd.7 61 set_numa_affinity unable to identify public interface 'enp3s0f1' numa node: (0) Success 2024-01-23T23:23:40.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:40 smithi079 bash[35301]: audit 2024-01-23T23:23:39.221952+0000 mon.a (mon.0) 653 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-23T23:23:40.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:40 smithi079 bash[35301]: cluster 2024-01-23T23:23:39.221994+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e60: 8 total, 7 up, 7 in 2024-01-23T23:23:40.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:40 smithi079 bash[35301]: audit 2024-01-23T23:23:39.222986+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/1921247728,v1:172.21.15.79:6825/1921247728]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:40.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:40 smithi079 bash[35301]: audit 2024-01-23T23:23:39.223053+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:40.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:40 smithi079 bash[35301]: audit 2024-01-23T23:23:39.223497+0000 mon.a (mon.0) 656 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:40.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:40 smithi079 bash[35301]: audit 2024-01-23T23:23:39.481679+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.37:0/1052285254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-23T23:23:40.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:40 smithi079 bash[35301]: audit 2024-01-23T23:23:39.665622+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:39.664933\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:40.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:40 smithi079 bash[35301]: audit 2024-01-23T23:23:39.669132+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:39.664933\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:40.626 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[44776]: debug 2024-01-23T23:23:40.228+0000 7f02e8ea5700 -1 osd.1 61 build_incremental_map_msg missing incremental map 59 2024-01-23T23:23:40.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[35265]: audit 2024-01-23T23:23:39.221952+0000 mon.a (mon.0) 653 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-23T23:23:40.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[35265]: cluster 2024-01-23T23:23:39.221994+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e60: 8 total, 7 up, 7 in 2024-01-23T23:23:40.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[35265]: audit 2024-01-23T23:23:39.222986+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/1921247728,v1:172.21.15.79:6825/1921247728]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:40.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[35265]: audit 2024-01-23T23:23:39.223053+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:40.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[35265]: audit 2024-01-23T23:23:39.223497+0000 mon.a (mon.0) 656 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:40.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[35265]: audit 2024-01-23T23:23:39.481679+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.37:0/1052285254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-23T23:23:40.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[38667]: audit 2024-01-23T23:23:39.221952+0000 mon.a (mon.0) 653 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush set-device-class", "class": "ssd", "ids": ["7"]}]': finished 2024-01-23T23:23:40.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[38667]: cluster 2024-01-23T23:23:39.221994+0000 mon.a (mon.0) 654 : cluster [DBG] osdmap e60: 8 total, 7 up, 7 in 2024-01-23T23:23:40.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[38667]: audit 2024-01-23T23:23:39.222986+0000 mon.b (mon.2) 25 : audit [INF] from='osd.7 [v2:172.21.15.79:6824/1921247728,v1:172.21.15.79:6825/1921247728]' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:40.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[38667]: audit 2024-01-23T23:23:39.223053+0000 mon.a (mon.0) 655 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:40.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[38667]: audit 2024-01-23T23:23:39.223497+0000 mon.a (mon.0) 656 : audit [INF] from='osd.7 ' entity='osd.7' cmd=[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]: dispatch 2024-01-23T23:23:40.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[38667]: audit 2024-01-23T23:23:39.481679+0000 mon.c (mon.1) 12 : audit [DBG] from='client.? 172.21.15.37:0/1052285254' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-23T23:23:40.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[35265]: audit 2024-01-23T23:23:39.665622+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:39.664933\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:40.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[35265]: audit 2024-01-23T23:23:39.669132+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:39.664933\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:40.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[38667]: audit 2024-01-23T23:23:39.665622+0000 mon.a (mon.0) 657 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:39.664933\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:40.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:40 smithi037 bash[38667]: audit 2024-01-23T23:23:39.669132+0000 mon.a (mon.0) 658 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}}, \"last_daemon_update\": \"2024-01-23T23:23:39.664933\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:40.874 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd stat -f json 2024-01-23T23:23:41.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[35265]: cluster 2024-01-23T23:23:39.299164+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:23:41.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[35265]: cluster 2024-01-23T23:23:39.299204+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:23:41.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[35265]: audit 2024-01-23T23:23:40.225715+0000 mon.a (mon.0) 659 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:23:41.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[35265]: cluster 2024-01-23T23:23:40.225759+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 7 up, 7 in 2024-01-23T23:23:41.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[35265]: audit 2024-01-23T23:23:40.225879+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:41.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[35265]: cluster 2024-01-23T23:23:41.078091+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 3.8 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:41.521 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[38667]: cluster 2024-01-23T23:23:39.299164+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:23:41.521 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[38667]: cluster 2024-01-23T23:23:39.299204+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:23:41.521 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[38667]: audit 2024-01-23T23:23:40.225715+0000 mon.a (mon.0) 659 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:23:41.522 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[38667]: cluster 2024-01-23T23:23:40.225759+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 7 up, 7 in 2024-01-23T23:23:41.522 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[38667]: audit 2024-01-23T23:23:40.225879+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:41.522 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:41 smithi037 bash[38667]: cluster 2024-01-23T23:23:41.078091+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 3.8 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:41.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:41 smithi079 bash[35301]: cluster 2024-01-23T23:23:39.299164+0000 osd.7 (osd.7) 1 : cluster [DBG] purged_snaps scrub starts 2024-01-23T23:23:41.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:41 smithi079 bash[35301]: cluster 2024-01-23T23:23:39.299204+0000 osd.7 (osd.7) 2 : cluster [DBG] purged_snaps scrub ok 2024-01-23T23:23:41.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:41 smithi079 bash[35301]: audit 2024-01-23T23:23:40.225715+0000 mon.a (mon.0) 659 : audit [INF] from='osd.7 ' entity='osd.7' cmd='[{"prefix": "osd crush create-or-move", "id": 7, "weight":0.0873, "args": ["host=smithi079", "root=default"]}]': finished 2024-01-23T23:23:41.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:41 smithi079 bash[35301]: cluster 2024-01-23T23:23:40.225759+0000 mon.a (mon.0) 660 : cluster [DBG] osdmap e61: 8 total, 7 up, 7 in 2024-01-23T23:23:41.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:41 smithi079 bash[35301]: audit 2024-01-23T23:23:40.225879+0000 mon.a (mon.0) 661 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:41.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:41 smithi079 bash[35301]: cluster 2024-01-23T23:23:41.078091+0000 mgr.y (mgr.14142) 122 : cluster [DBG] pgmap v136: 1 pgs: 1 peering; 0 B data, 3.8 MiB used, 619 GiB / 626 GiB avail 2024-01-23T23:23:42.032 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:23:42.321 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:42 smithi037 bash[35265]: cluster 2024-01-23T23:23:41.241959+0000 mon.a (mon.0) 662 : cluster [INF] osd.7 [v2:172.21.15.79:6824/1921247728,v1:172.21.15.79:6825/1921247728] boot 2024-01-23T23:23:42.321 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:42 smithi037 bash[35265]: cluster 2024-01-23T23:23:41.242004+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-23T23:23:42.321 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:42 smithi037 bash[35265]: audit 2024-01-23T23:23:41.242296+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:42.321 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:42 smithi037 bash[35265]: audit 2024-01-23T23:23:42.031085+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.37:0/3606453055' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-23T23:23:42.321 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:42 smithi037 bash[38667]: cluster 2024-01-23T23:23:41.241959+0000 mon.a (mon.0) 662 : cluster [INF] osd.7 [v2:172.21.15.79:6824/1921247728,v1:172.21.15.79:6825/1921247728] boot 2024-01-23T23:23:42.322 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:42 smithi037 bash[38667]: cluster 2024-01-23T23:23:41.242004+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-23T23:23:42.322 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:42 smithi037 bash[38667]: audit 2024-01-23T23:23:41.242296+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:42.322 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:42 smithi037 bash[38667]: audit 2024-01-23T23:23:42.031085+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.37:0/3606453055' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-23T23:23:42.398 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":62,"num_osds":8,"num_up_osds":8,"osd_up_since":1706052221,"num_in_osds":8,"osd_in_since":1706052221,"num_remapped_pgs":0} 2024-01-23T23:23:42.399 INFO:tasks.cephadm:Adding prometheus.a on smithi079 2024-01-23T23:23:42.399 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch apply prometheus '1;smithi079=a' 2024-01-23T23:23:42.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:42 smithi079 bash[35301]: cluster 2024-01-23T23:23:41.241959+0000 mon.a (mon.0) 662 : cluster [INF] osd.7 [v2:172.21.15.79:6824/1921247728,v1:172.21.15.79:6825/1921247728] boot 2024-01-23T23:23:42.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:42 smithi079 bash[35301]: cluster 2024-01-23T23:23:41.242004+0000 mon.a (mon.0) 663 : cluster [DBG] osdmap e62: 8 total, 8 up, 8 in 2024-01-23T23:23:42.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:42 smithi079 bash[35301]: audit 2024-01-23T23:23:41.242296+0000 mon.a (mon.0) 664 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:23:42.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:42 smithi079 bash[35301]: audit 2024-01-23T23:23:42.031085+0000 mon.c (mon.1) 13 : audit [DBG] from='client.? 172.21.15.37:0/3606453055' entity='client.admin' cmd=[{"prefix": "osd stat", "format": "json"}]: dispatch 2024-01-23T23:23:43.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:43 smithi079 bash[35301]: cluster 2024-01-23T23:23:42.247580+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-23T23:23:43.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:43 smithi079 bash[35301]: cluster 2024-01-23T23:23:43.078543+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:43.611 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled prometheus update... 2024-01-23T23:23:43.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:43 smithi037 bash[35265]: cluster 2024-01-23T23:23:42.247580+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-23T23:23:43.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:43 smithi037 bash[35265]: cluster 2024-01-23T23:23:43.078543+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:43.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:43 smithi037 bash[38667]: cluster 2024-01-23T23:23:42.247580+0000 mon.a (mon.0) 665 : cluster [DBG] osdmap e63: 8 total, 8 up, 8 in 2024-01-23T23:23:43.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:43 smithi037 bash[38667]: cluster 2024-01-23T23:23:43.078543+0000 mgr.y (mgr.14142) 123 : cluster [DBG] pgmap v139: 1 pgs: 1 peering; 0 B data, 4.7 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:43.987 DEBUG:teuthology.orchestra.run.smithi079:prometheus.a> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@prometheus.a.service 2024-01-23T23:23:43.990 INFO:tasks.cephadm:Adding node-exporter.a on smithi037 2024-01-23T23:23:43.990 INFO:tasks.cephadm:Adding node-exporter.b on smithi079 2024-01-23T23:23:43.990 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch apply node-exporter '2;smithi037=a;smithi079=b' 2024-01-23T23:23:44.019 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:-- Logs begin at Tue 2024-01-23 23:12:35 UTC. -- 2024-01-23T23:23:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:44 smithi079 bash[35301]: cluster 2024-01-23T23:23:43.249183+0000 mon.a (mon.0) 666 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-23T23:23:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:44 smithi079 bash[35301]: audit 2024-01-23T23:23:43.602156+0000 mgr.y (mgr.14142) 124 : audit [DBG] from='client.24338 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:44 smithi079 bash[35301]: cephadm 2024-01-23T23:23:43.602718+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi079=a 2024-01-23T23:23:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:44 smithi079 bash[35301]: audit 2024-01-23T23:23:43.603085+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-23T23:23:43.602732\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-23T23:23:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:44 smithi079 bash[35301]: audit 2024-01-23T23:23:43.606012+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-23T23:23:43.602732\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-23T23:23:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:44 smithi079 bash[35301]: cephadm 2024-01-23T23:23:43.609886+0000 mgr.y (mgr.14142) 126 : cephadm [INF] Deploying daemon prometheus.a on smithi079 2024-01-23T23:23:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[35265]: cluster 2024-01-23T23:23:43.249183+0000 mon.a (mon.0) 666 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-23T23:23:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[35265]: audit 2024-01-23T23:23:43.602156+0000 mgr.y (mgr.14142) 124 : audit [DBG] from='client.24338 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[35265]: cephadm 2024-01-23T23:23:43.602718+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi079=a 2024-01-23T23:23:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[35265]: audit 2024-01-23T23:23:43.603085+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-23T23:23:43.602732\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-23T23:23:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[35265]: audit 2024-01-23T23:23:43.606012+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-23T23:23:43.602732\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-23T23:23:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[35265]: cephadm 2024-01-23T23:23:43.609886+0000 mgr.y (mgr.14142) 126 : cephadm [INF] Deploying daemon prometheus.a on smithi079 2024-01-23T23:23:44.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[38667]: cluster 2024-01-23T23:23:43.249183+0000 mon.a (mon.0) 666 : cluster [WRN] Health check failed: Reduced data availability: 1 pg inactive, 1 pg peering (PG_AVAILABILITY) 2024-01-23T23:23:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[38667]: audit 2024-01-23T23:23:43.602156+0000 mgr.y (mgr.14142) 124 : audit [DBG] from='client.24338 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "prometheus", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[38667]: cephadm 2024-01-23T23:23:43.602718+0000 mgr.y (mgr.14142) 125 : cephadm [INF] Saving service prometheus spec with placement count:1 smithi079=a 2024-01-23T23:23:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[38667]: audit 2024-01-23T23:23:43.603085+0000 mon.a (mon.0) 667 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-23T23:23:43.602732\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]: dispatch 2024-01-23T23:23:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[38667]: audit 2024-01-23T23:23:43.606012+0000 mon.a (mon.0) 668 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.prometheus","val":"{\"created\": \"2024-01-23T23:23:43.602732\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"prometheus\"}}"}]': finished 2024-01-23T23:23:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:44 smithi037 bash[38667]: cephadm 2024-01-23T23:23:43.609886+0000 mgr.y (mgr.14142) 126 : cephadm [INF] Deploying daemon prometheus.a on smithi079 2024-01-23T23:23:45.230 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled node-exporter update... 2024-01-23T23:23:45.519 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:45 smithi079 bash[35301]: cluster 2024-01-23T23:23:45.079002+0000 mgr.y (mgr.14142) 127 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:45.519 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:45 smithi079 bash[35301]: audit 2024-01-23T23:23:45.225925+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-23T23:23:45.225570\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-23T23:23:45.519 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:45 smithi079 bash[35301]: audit 2024-01-23T23:23:45.228937+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-23T23:23:45.225570\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-23T23:23:45.594 DEBUG:teuthology.orchestra.run.smithi037:node-exporter.a> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@node-exporter.a.service 2024-01-23T23:23:45.597 DEBUG:teuthology.orchestra.run.smithi079:node-exporter.b> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@node-exporter.b.service 2024-01-23T23:23:45.599 INFO:tasks.cephadm:Adding alertmanager.a on smithi037 2024-01-23T23:23:45.599 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch apply alertmanager '1;smithi037=a' 2024-01-23T23:23:45.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:45 smithi037 bash[38667]: cluster 2024-01-23T23:23:45.079002+0000 mgr.y (mgr.14142) 127 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:45.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:45 smithi037 bash[38667]: audit 2024-01-23T23:23:45.225925+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-23T23:23:45.225570\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-23T23:23:45.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:45 smithi037 bash[38667]: audit 2024-01-23T23:23:45.228937+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-23T23:23:45.225570\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-23T23:23:45.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:45 smithi037 bash[35265]: cluster 2024-01-23T23:23:45.079002+0000 mgr.y (mgr.14142) 127 : cluster [DBG] pgmap v140: 1 pgs: 1 peering; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:45.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:45 smithi037 bash[35265]: audit 2024-01-23T23:23:45.225925+0000 mon.a (mon.0) 669 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-23T23:23:45.225570\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]: dispatch 2024-01-23T23:23:45.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:45 smithi037 bash[35265]: audit 2024-01-23T23:23:45.228937+0000 mon.a (mon.0) 670 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.node-exporter","val":"{\"created\": \"2024-01-23T23:23:45.225570\", \"spec\": {\"placement\": {\"count\": 2, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}, {\"hostname\": \"smithi079\", \"name\": \"b\", \"network\": \"\"}]}, \"service_type\": \"node-exporter\"}}"}]': finished 2024-01-23T23:23:45.629 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:-- Logs begin at Tue 2024-01-23 23:12:35 UTC. -- 2024-01-23T23:23:45.634 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:-- Logs begin at Tue 2024-01-23 23:12:29 UTC. -- 2024-01-23T23:23:46.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:46 smithi079 bash[35301]: audit 2024-01-23T23:23:45.224956+0000 mgr.y (mgr.14142) 128 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi037=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:46.522 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:46 smithi079 bash[35301]: cephadm 2024-01-23T23:23:45.225555+0000 mgr.y (mgr.14142) 129 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi037=a,smithi079=b 2024-01-23T23:23:46.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:46 smithi037 bash[38667]: audit 2024-01-23T23:23:45.224956+0000 mgr.y (mgr.14142) 128 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi037=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:46.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:46 smithi037 bash[38667]: cephadm 2024-01-23T23:23:45.225555+0000 mgr.y (mgr.14142) 129 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi037=a,smithi079=b 2024-01-23T23:23:46.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:46 smithi037 bash[35265]: audit 2024-01-23T23:23:45.224956+0000 mgr.y (mgr.14142) 128 : audit [DBG] from='client.24344 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "node-exporter", "placement": "2;smithi037=a;smithi079=b", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:46.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:46 smithi037 bash[35265]: cephadm 2024-01-23T23:23:45.225555+0000 mgr.y (mgr.14142) 129 : cephadm [INF] Saving service node-exporter spec with placement count:2 smithi037=a,smithi079=b 2024-01-23T23:23:46.851 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled alertmanager update... 2024-01-23T23:23:47.183 DEBUG:teuthology.orchestra.run.smithi037:alertmanager.a> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@alertmanager.a.service 2024-01-23T23:23:47.186 INFO:tasks.cephadm:Adding grafana.a on smithi079 2024-01-23T23:23:47.187 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph orch apply grafana '1;smithi079=a' 2024-01-23T23:23:47.221 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:-- Logs begin at Tue 2024-01-23 23:12:29 UTC. -- 2024-01-23T23:23:47.444 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:47 smithi079 bash[35301]: audit 2024-01-23T23:23:46.845969+0000 mgr.y (mgr.14142) 130 : audit [DBG] from='client.24350 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi037=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:47.444 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:47 smithi079 bash[35301]: cephadm 2024-01-23T23:23:46.846542+0000 mgr.y (mgr.14142) 131 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi037=a 2024-01-23T23:23:47.444 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:47 smithi079 bash[35301]: audit 2024-01-23T23:23:46.846917+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-23T23:23:46.846559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-23T23:23:47.444 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:47 smithi079 bash[35301]: audit 2024-01-23T23:23:46.850119+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-23T23:23:46.846559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-23T23:23:47.444 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:47 smithi079 bash[35301]: cluster 2024-01-23T23:23:47.079431+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v141: 1 pgs: 1 peering; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:47 smithi037 bash[35265]: audit 2024-01-23T23:23:46.845969+0000 mgr.y (mgr.14142) 130 : audit [DBG] from='client.24350 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi037=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:47 smithi037 bash[35265]: cephadm 2024-01-23T23:23:46.846542+0000 mgr.y (mgr.14142) 131 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi037=a 2024-01-23T23:23:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:47 smithi037 bash[35265]: audit 2024-01-23T23:23:46.846917+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-23T23:23:46.846559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-23T23:23:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:47 smithi037 bash[35265]: audit 2024-01-23T23:23:46.850119+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-23T23:23:46.846559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-23T23:23:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:47 smithi037 bash[35265]: cluster 2024-01-23T23:23:47.079431+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v141: 1 pgs: 1 peering; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:47.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:47 smithi037 bash[38667]: audit 2024-01-23T23:23:46.845969+0000 mgr.y (mgr.14142) 130 : audit [DBG] from='client.24350 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "alertmanager", "placement": "1;smithi037=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:47.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:47 smithi037 bash[38667]: cephadm 2024-01-23T23:23:46.846542+0000 mgr.y (mgr.14142) 131 : cephadm [INF] Saving service alertmanager spec with placement count:1 smithi037=a 2024-01-23T23:23:47.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:47 smithi037 bash[38667]: audit 2024-01-23T23:23:46.846917+0000 mon.a (mon.0) 671 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-23T23:23:46.846559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]: dispatch 2024-01-23T23:23:47.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:47 smithi037 bash[38667]: audit 2024-01-23T23:23:46.850119+0000 mon.a (mon.0) 672 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.alertmanager","val":"{\"created\": \"2024-01-23T23:23:46.846559\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi037\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"alertmanager\"}}"}]': finished 2024-01-23T23:23:47.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:47 smithi037 bash[38667]: cluster 2024-01-23T23:23:47.079431+0000 mgr.y (mgr.14142) 132 : cluster [DBG] pgmap v141: 1 pgs: 1 peering; 0 B data, 4.8 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:48.371 INFO:teuthology.orchestra.run.smithi079.stdout:Scheduled grafana update... 2024-01-23T23:23:48.760 DEBUG:teuthology.orchestra.run.smithi079:grafana.a> sudo journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@grafana.a.service 2024-01-23T23:23:48.763 INFO:tasks.cephadm:Setting up client nodes... 2024-01-23T23:23:48.763 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.0 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-23T23:23:48.792 INFO:journalctl@ceph.grafana.a.smithi079.stdout:-- Logs begin at Tue 2024-01-23 23:12:35 UTC. -- 2024-01-23T23:23:49.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:48 smithi079 bash[35301]: audit 2024-01-23T23:23:48.365876+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-23T23:23:48.365536\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-23T23:23:49.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:48 smithi079 bash[35301]: audit 2024-01-23T23:23:48.368997+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-23T23:23:48.365536\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-23T23:23:49.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:48 smithi037 bash[35265]: audit 2024-01-23T23:23:48.365876+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-23T23:23:48.365536\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-23T23:23:49.128 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:48 smithi037 bash[35265]: audit 2024-01-23T23:23:48.368997+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-23T23:23:48.365536\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-23T23:23:49.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:48 smithi037 bash[38667]: audit 2024-01-23T23:23:48.365876+0000 mon.a (mon.0) 673 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-23T23:23:48.365536\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]: dispatch 2024-01-23T23:23:49.129 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:48 smithi037 bash[38667]: audit 2024-01-23T23:23:48.368997+0000 mon.a (mon.0) 674 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.grafana","val":"{\"created\": \"2024-01-23T23:23:48.365536\", \"spec\": {\"placement\": {\"count\": 1, \"hosts\": [{\"hostname\": \"smithi079\", \"name\": \"a\", \"network\": \"\"}]}, \"service_type\": \"grafana\"}}"}]': finished 2024-01-23T23:23:49.987 INFO:teuthology.orchestra.run.smithi037.stdout:[client.0] 2024-01-23T23:23:49.987 INFO:teuthology.orchestra.run.smithi037.stdout: key = AQCFSrBlt7p2OhAAi/CTU37n8M9fI/KZjdUAGQ== 2024-01-23T23:23:50.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:49 smithi037 bash[35265]: audit 2024-01-23T23:23:48.364984+0000 mgr.y (mgr.14142) 133 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:50.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:49 smithi037 bash[35265]: cephadm 2024-01-23T23:23:48.365522+0000 mgr.y (mgr.14142) 134 : cephadm [INF] Saving service grafana spec with placement count:1 smithi079=a 2024-01-23T23:23:50.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:49 smithi037 bash[35265]: cluster 2024-01-23T23:23:49.079771+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:50.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:49 smithi037 bash[38667]: audit 2024-01-23T23:23:48.364984+0000 mgr.y (mgr.14142) 133 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:50.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:49 smithi037 bash[38667]: cephadm 2024-01-23T23:23:48.365522+0000 mgr.y (mgr.14142) 134 : cephadm [INF] Saving service grafana spec with placement count:1 smithi079=a 2024-01-23T23:23:50.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:49 smithi037 bash[38667]: cluster 2024-01-23T23:23:49.079771+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:50.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:49 smithi079 bash[35301]: audit 2024-01-23T23:23:48.364984+0000 mgr.y (mgr.14142) 133 : audit [DBG] from='client.24356 -' entity='client.admin' cmd=[{"prefix": "orch apply", "service_type": "grafana", "placement": "1;smithi079=a", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:23:50.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:49 smithi079 bash[35301]: cephadm 2024-01-23T23:23:48.365522+0000 mgr.y (mgr.14142) 134 : cephadm [INF] Saving service grafana spec with placement count:1 smithi079=a 2024-01-23T23:23:50.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:49 smithi079 bash[35301]: cluster 2024-01-23T23:23:49.079771+0000 mgr.y (mgr.14142) 135 : cluster [DBG] pgmap v142: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:50.371 DEBUG:teuthology.orchestra.run.smithi037:> set -ex 2024-01-23T23:23:50.372 DEBUG:teuthology.orchestra.run.smithi037:> sudo dd of=/etc/ceph/ceph.client.0.keyring 2024-01-23T23:23:50.372 DEBUG:teuthology.orchestra.run.smithi037:> sudo chmod 0644 /etc/ceph/ceph.client.0.keyring 2024-01-23T23:23:50.414 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph auth get-or-create client.1 mon 'allow *' osd 'allow *' mds 'allow *' mgr 'allow *' 2024-01-23T23:23:51.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:50 smithi079 bash[35301]: cluster 2024-01-23T23:23:49.851576+0000 mon.a (mon.0) 675 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-23T23:23:51.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:50 smithi079 bash[35301]: cluster 2024-01-23T23:23:49.851614+0000 mon.a (mon.0) 676 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:51.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:50 smithi079 bash[35301]: audit 2024-01-23T23:23:49.980735+0000 mon.a (mon.0) 677 : audit [INF] from='client.? 172.21.15.37:0/3510111789' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-23T23:23:51.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:50 smithi079 bash[35301]: audit 2024-01-23T23:23:49.986314+0000 mon.a (mon.0) 678 : audit [INF] from='client.? 172.21.15.37:0/3510111789' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-23T23:23:51.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:50 smithi037 bash[35265]: cluster 2024-01-23T23:23:49.851576+0000 mon.a (mon.0) 675 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-23T23:23:51.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:50 smithi037 bash[35265]: cluster 2024-01-23T23:23:49.851614+0000 mon.a (mon.0) 676 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:51.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:50 smithi037 bash[35265]: audit 2024-01-23T23:23:49.980735+0000 mon.a (mon.0) 677 : audit [INF] from='client.? 172.21.15.37:0/3510111789' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-23T23:23:51.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:50 smithi037 bash[35265]: audit 2024-01-23T23:23:49.986314+0000 mon.a (mon.0) 678 : audit [INF] from='client.? 172.21.15.37:0/3510111789' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-23T23:23:51.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:50 smithi037 bash[38667]: cluster 2024-01-23T23:23:49.851576+0000 mon.a (mon.0) 675 : cluster [INF] Health check cleared: PG_AVAILABILITY (was: Reduced data availability: 1 pg inactive, 1 pg peering) 2024-01-23T23:23:51.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:50 smithi037 bash[38667]: cluster 2024-01-23T23:23:49.851614+0000 mon.a (mon.0) 676 : cluster [INF] Cluster is now healthy 2024-01-23T23:23:51.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:50 smithi037 bash[38667]: audit 2024-01-23T23:23:49.980735+0000 mon.a (mon.0) 677 : audit [INF] from='client.? 172.21.15.37:0/3510111789' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-23T23:23:51.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:50 smithi037 bash[38667]: audit 2024-01-23T23:23:49.986314+0000 mon.a (mon.0) 678 : audit [INF] from='client.? 172.21.15.37:0/3510111789' entity='client.admin' cmd='[{"prefix": "auth get-or-create", "entity": "client.0", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]': finished 2024-01-23T23:23:52.102 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:51 smithi079 bash[35301]: cluster 2024-01-23T23:23:51.080123+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:52.125 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:51 smithi037 bash[35265]: cluster 2024-01-23T23:23:51.080123+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:52.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:51 smithi037 bash[38667]: cluster 2024-01-23T23:23:51.080123+0000 mgr.y (mgr.14142) 136 : cluster [DBG] pgmap v143: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:52.205 INFO:teuthology.orchestra.run.smithi079.stdout:[client.1] 2024-01-23T23:23:52.206 INFO:teuthology.orchestra.run.smithi079.stdout: key = AQCISrBlhMfWCxAA0usVxOipq3S0yvbkfwVPQw== 2024-01-23T23:23:53.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:52 smithi079 bash[35301]: audit 2024-01-23T23:23:52.094390+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9296a25c-ee8b-4e04-a3fb-8dd15973ea97\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1706052221.24124, \"finished_at\": 1706052229.8559735}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-23T23:23:53.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:52 smithi079 bash[35301]: audit 2024-01-23T23:23:52.099648+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9296a25c-ee8b-4e04-a3fb-8dd15973ea97\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1706052221.24124, \"finished_at\": 1706052229.8559735}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-23T23:23:53.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:52 smithi079 bash[35301]: audit 2024-01-23T23:23:52.198008+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.79:0/2446564961' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-23T23:23:53.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:52 smithi079 bash[35301]: audit 2024-01-23T23:23:52.198481+0000 mon.a (mon.0) 681 : 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-23T23:23:53.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:52 smithi079 bash[35301]: audit 2024-01-23T23:23:52.204874+0000 mon.a (mon.0) 682 : 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-23T23:23:53.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:52 smithi037 bash[35265]: audit 2024-01-23T23:23:52.094390+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9296a25c-ee8b-4e04-a3fb-8dd15973ea97\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1706052221.24124, \"finished_at\": 1706052229.8559735}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-23T23:23:53.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:52 smithi037 bash[35265]: audit 2024-01-23T23:23:52.099648+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9296a25c-ee8b-4e04-a3fb-8dd15973ea97\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1706052221.24124, \"finished_at\": 1706052229.8559735}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-23T23:23:53.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:52 smithi037 bash[35265]: audit 2024-01-23T23:23:52.198008+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.79:0/2446564961' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-23T23:23:53.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:52 smithi037 bash[35265]: audit 2024-01-23T23:23:52.198481+0000 mon.a (mon.0) 681 : 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-23T23:23:53.126 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:52 smithi037 bash[35265]: audit 2024-01-23T23:23:52.204874+0000 mon.a (mon.0) 682 : 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-23T23:23:53.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:52 smithi037 bash[38667]: audit 2024-01-23T23:23:52.094390+0000 mon.a (mon.0) 679 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9296a25c-ee8b-4e04-a3fb-8dd15973ea97\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1706052221.24124, \"finished_at\": 1706052229.8559735}], \"version\": 2, \"compat_version\": 2}"}]: dispatch 2024-01-23T23:23:53.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:52 smithi037 bash[38667]: audit 2024-01-23T23:23:52.099648+0000 mon.a (mon.0) 680 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/progress/completed","val":"{\"events\": [{\"id\": \"9296a25c-ee8b-4e04-a3fb-8dd15973ea97\", \"message\": \"Rebalancing after osd.7 marked in\", \"refs\": [[\"osd\", 7]], \"started_at\": 1706052221.24124, \"finished_at\": 1706052229.8559735}], \"version\": 2, \"compat_version\": 2}"}]': finished 2024-01-23T23:23:53.126 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:52 smithi037 bash[38667]: audit 2024-01-23T23:23:52.198008+0000 mon.b (mon.2) 26 : audit [INF] from='client.? 172.21.15.79:0/2446564961' entity='client.admin' cmd=[{"prefix": "auth get-or-create", "entity": "client.1", "caps": ["mon", "allow *", "osd", "allow *", "mds", "allow *", "mgr", "allow *"]}]: dispatch 2024-01-23T23:23:53.127 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:52 smithi037 bash[38667]: audit 2024-01-23T23:23:52.198481+0000 mon.a (mon.0) 681 : 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-23T23:23:53.127 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:52 smithi037 bash[38667]: audit 2024-01-23T23:23:52.204874+0000 mon.a (mon.0) 682 : 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-23T23:23:53.980 DEBUG:teuthology.orchestra.run.smithi079:> set -ex 2024-01-23T23:23:53.980 DEBUG:teuthology.orchestra.run.smithi079:> sudo dd of=/etc/ceph/ceph.client.1.keyring 2024-01-23T23:23:53.981 DEBUG:teuthology.orchestra.run.smithi079:> sudo chmod 0644 /etc/ceph/ceph.client.1.keyring 2024-01-23T23:23:54.023 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-23T23:23:54.272 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:53 smithi037 bash[35265]: cluster 2024-01-23T23:23:53.080634+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:54.273 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:53 smithi037 bash[38667]: cluster 2024-01-23T23:23:53.080634+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:54.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:53 smithi079 bash[35301]: cluster 2024-01-23T23:23:53.080634+0000 mgr.y (mgr.14142) 137 : cluster [DBG] pgmap v144: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:55.249 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:23:55.250 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":63,"fsid":"e5313d84-ba45-11ee-95b1-87774f69a715","created":"2024-01-23T23:20:13.822084+0000","modified":"2024-01-23T23:23:42.236131+0000","last_up_change":"2024-01-23T23:23:41.230759+0000","last_in_change":"2024-01-23T23:23:41.230759+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-23T23:20:22.511186+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":"999b494c-09e5-46ad-8b39-a0bd831c2a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":61,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6803","nonce":1252135374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6805","nonce":1252135374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6809","nonce":1252135374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6807","nonce":1252135374}]},"public_addr":"172.21.15.37:6803/1252135374","cluster_addr":"172.21.15.37:6805/1252135374","heartbeat_back_addr":"172.21.15.37:6809/1252135374","heartbeat_front_addr":"172.21.15.37:6807/1252135374","state":["exists","up"]},{"osd":1,"uuid":"004a905e-76dd-4a31-9549-892d1d95da03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":41,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6811","nonce":1063953019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6813","nonce":1063953019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6817","nonce":1063953019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6815","nonce":1063953019}]},"public_addr":"172.21.15.37:6811/1063953019","cluster_addr":"172.21.15.37:6813/1063953019","heartbeat_back_addr":"172.21.15.37:6817/1063953019","heartbeat_front_addr":"172.21.15.37:6815/1063953019","state":["exists","up"]},{"osd":2,"uuid":"6e6b161b-8cd6-417a-be2e-65797ec15fd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":27,"up_from":30,"up_thru":0,"down_at":28,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6819","nonce":1819834482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6821","nonce":1819834482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6825","nonce":1819834482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6823","nonce":1819834482}]},"public_addr":"172.21.15.37:6819/1819834482","cluster_addr":"172.21.15.37:6821/1819834482","heartbeat_back_addr":"172.21.15.37:6825/1819834482","heartbeat_front_addr":"172.21.15.37:6823/1819834482","state":["exists","up"]},{"osd":3,"uuid":"f0f2db19-fe24-4023-a090-56e0c08c27f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6827","nonce":2651607456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6829","nonce":2651607456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6833","nonce":2651607456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6831","nonce":2651607456}]},"public_addr":"172.21.15.37:6827/2651607456","cluster_addr":"172.21.15.37:6829/2651607456","heartbeat_back_addr":"172.21.15.37:6833/2651607456","heartbeat_front_addr":"172.21.15.37:6831/2651607456","state":["exists","up"]},{"osd":4,"uuid":"89a61245-c89b-42df-9915-c7bedcea44a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":37,"last_clean_end":38,"up_from":41,"up_thru":0,"down_at":39,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6801","nonce":1152328234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6803","nonce":1152328234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6807","nonce":1152328234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6805","nonce":1152328234}]},"public_addr":"172.21.15.79:6801/1152328234","cluster_addr":"172.21.15.79:6803/1152328234","heartbeat_back_addr":"172.21.15.79:6807/1152328234","heartbeat_front_addr":"172.21.15.79:6805/1152328234","state":["exists","up"]},{"osd":5,"uuid":"a807528c-75c0-4556-b899-f0f4f3bd03cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":45,"last_clean_end":47,"up_from":50,"up_thru":50,"down_at":48,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6809","nonce":1674803484}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6811","nonce":1674803484}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6815","nonce":1674803484}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6813","nonce":1674803484}]},"public_addr":"172.21.15.79:6809/1674803484","cluster_addr":"172.21.15.79:6811/1674803484","heartbeat_back_addr":"172.21.15.79:6815/1674803484","heartbeat_front_addr":"172.21.15.79:6813/1674803484","state":["exists","up"]},{"osd":6,"uuid":"d3025912-d048-4d48-8f70-76d716786093","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":54,"last_clean_end":55,"up_from":58,"up_thru":58,"down_at":56,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6817","nonce":26999145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6819","nonce":26999145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6823","nonce":26999145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6821","nonce":26999145}]},"public_addr":"172.21.15.79:6817/26999145","cluster_addr":"172.21.15.79:6819/26999145","heartbeat_back_addr":"172.21.15.79:6823/26999145","heartbeat_front_addr":"172.21.15.79:6821/26999145","state":["exists","up"]},{"osd":7,"uuid":"d131b750-2960-4bd0-883b-b2961ff806ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":62,"up_thru":62,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6825","nonce":1921247728}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6827","nonce":1921247728}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6831","nonce":1921247728}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6829","nonce":1921247728}]},"public_addr":"172.21.15.79:6825/1921247728","cluster_addr":"172.21.15.79:6827/1921247728","heartbeat_back_addr":"172.21.15.79:6831/1921247728","heartbeat_front_addr":"172.21.15.79:6829/1921247728","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-23T23:22:14.310834+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:22:02.013191+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-23T23:22:15.683794+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:22:31.071560+0000","dead_epoch":28},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:22:44.982799+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-23T23:22:55.093162+0000","dead_epoch":39},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:23:09.960643+0000","dead_epoch":48},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:23:25.163189+0000","dead_epoch":56},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:23:39.299206+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.37:0/1983821234":"2024-01-24T23:20:46.993500+0000","172.21.15.37:0/1674742383":"2024-01-24T23:20:46.993500+0000","172.21.15.37:6800/4178964030":"2024-01-24T23:20:46.993500+0000","172.21.15.37:6801/4178964030":"2024-01-24T23:20:46.993500+0000","172.21.15.37:0/771364104":"2024-01-24T23:20:30.252214+0000","172.21.15.37:0/1482625665":"2024-01-24T23:20:46.993500+0000","172.21.15.37:0/1609142643":"2024-01-24T23:20:30.252214+0000","172.21.15.37:0/2581621121":"2024-01-24T23:20:30.252214+0000","172.21.15.37:6800/1631858864":"2024-01-24T23:20:30.252214+0000","172.21.15.37:6801/1631858864":"2024-01-24T23:20:30.252214+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-23T23:23:55.655 INFO:tasks.cephadm.ceph_manager.ceph:[{'pool': 1, 'pool_name': 'device_health_metrics', 'create_time': '2024-01-23T23:20:22.511186+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-23T23:23:55.655 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd pool get device_health_metrics pg_num 2024-01-23T23:23:56.312 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:56 smithi079 bash[35301]: cluster 2024-01-23T23:23:55.080942+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:56.312 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:56 smithi079 bash[35301]: audit 2024-01-23T23:23:55.248458+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.37:0/2105623980' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-23T23:23:56.475 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:56 smithi037 bash[35265]: cluster 2024-01-23T23:23:55.080942+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:56.475 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:56 smithi037 bash[35265]: audit 2024-01-23T23:23:55.248458+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.37:0/2105623980' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-23T23:23:56.476 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:56 smithi037 bash[38667]: cluster 2024-01-23T23:23:55.080942+0000 mgr.y (mgr.14142) 138 : cluster [DBG] pgmap v145: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:56.476 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:56 smithi037 bash[38667]: audit 2024-01-23T23:23:55.248458+0000 mon.c (mon.1) 14 : audit [DBG] from='client.? 172.21.15.37:0/2105623980' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-23T23:23:56.789 INFO:teuthology.orchestra.run.smithi037.stdout:pg_num: 1 2024-01-23T23:23:56.987 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:56 smithi079 podman[45904]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-prometheus.a" found: no such container 2024-01-23T23:23:56.987 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:56 smithi079 systemd[1]: Started Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:23:57.162 INFO:tasks.ceph:Waiting until ceph daemons up and pgs clean... 2024-01-23T23:23:57.162 INFO:tasks.cephadm.ceph_manager.ceph:waiting for mgr available 2024-01-23T23:23:57.162 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph mgr dump --format=json 2024-01-23T23:23:57.269 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[35301]: audit 2024-01-23T23:23:56.788375+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.37:0/3951326221' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-23T23:23:57.270 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[35301]: audit 2024-01-23T23:23:56.814492+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:57.270 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[35301]: audit 2024-01-23T23:23:56.817422+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:57.270 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[35301]: audit 2024-01-23T23:23:56.818011+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:57.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:57 smithi037 bash[35265]: audit 2024-01-23T23:23:56.788375+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.37:0/3951326221' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-23T23:23:57.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:57 smithi037 bash[38667]: audit 2024-01-23T23:23:56.788375+0000 mon.c (mon.1) 15 : audit [DBG] from='client.? 172.21.15.37:0/3951326221' entity='client.admin' cmd=[{"prefix": "osd pool get", "pool": "device_health_metrics", "var": "pg_num"}]: dispatch 2024-01-23T23:23:57.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:57 smithi037 bash[35265]: audit 2024-01-23T23:23:56.814492+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:57.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:57 smithi037 bash[35265]: audit 2024-01-23T23:23:56.817422+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:57.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:57 smithi037 bash[35265]: audit 2024-01-23T23:23:56.818011+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:57 smithi037 bash[38667]: audit 2024-01-23T23:23:56.814492+0000 mon.a (mon.0) 683 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:57.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:57 smithi037 bash[38667]: audit 2024-01-23T23:23:56.817422+0000 mon.a (mon.0) 684 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664670\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664745\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664778\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664807\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664835\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:39.664863\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:57.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:57 smithi037 bash[38667]: audit 2024-01-23T23:23:56.818011+0000 mon.a (mon.0) 685 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:23:57.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.251Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-23T23:23:57.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.251Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-23T23:23:57.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.251Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-01-23T23:23:57.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.251Z caller=main.go:594 level=info host_details="(Linux 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 smithi079 (none))" 2024-01-23T23:23:57.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.251Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-23T23:23:57.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.251Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-23T23:23:57.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.252Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-23T23:23:57.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.253Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.255Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.255Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.256Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.256Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.472µs 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.256Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.256Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=0 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.256Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=20.631µs wal_replay_duration=156.779µs wbl_replay_duration=111ns total_replay_duration=197.599µs 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.258Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.258Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.258Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.258Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=584.665µs db_storage=690ns remote_storage=1.006µs web_handler=286ns query_engine=666ns scrape=374.56µs scrape_sd=17.388µs notify=582ns notify_sd=1.166µs rules=22.427µs tracing=6.651µs 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.258Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-23T23:23:57.604 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:23:57 smithi079 bash[45920]: ts=2024-01-23T23:23:57.258Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-23T23:23:58.142 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:58 smithi079 bash[35301]: cluster 2024-01-23T23:23:57.081386+0000 mgr.y (mgr.14142) 139 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:58.142 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:58 smithi079 bash[35301]: audit 2024-01-23T23:23:58.117182+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_daemon_update\": \"2024-01-23T23:23:58.116521\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:58.142 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:58 smithi079 bash[35301]: audit 2024-01-23T23:23:58.120024+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_daemon_update\": \"2024-01-23T23:23:58.116521\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:58.143 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:58 smithi079 bash[35301]: audit 2024-01-23T23:23:58.121368+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-23T23:23:58.143 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:58 smithi079 bash[35301]: audit 2024-01-23T23:23:58.121921+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:58.431 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:23:58.463 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[35265]: cluster 2024-01-23T23:23:57.081386+0000 mgr.y (mgr.14142) 139 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:58.464 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[38667]: cluster 2024-01-23T23:23:57.081386+0000 mgr.y (mgr.14142) 139 : cluster [DBG] pgmap v146: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:23:58.464 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[35265]: audit 2024-01-23T23:23:58.117182+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_daemon_update\": \"2024-01-23T23:23:58.116521\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:58.465 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[35265]: audit 2024-01-23T23:23:58.120024+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_daemon_update\": \"2024-01-23T23:23:58.116521\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:58.465 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[35265]: audit 2024-01-23T23:23:58.121368+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-23T23:23:58.465 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[35265]: audit 2024-01-23T23:23:58.121921+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:58.465 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[38667]: audit 2024-01-23T23:23:58.117182+0000 mon.a (mon.0) 686 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_daemon_update\": \"2024-01-23T23:23:58.116521\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:23:58.465 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[38667]: audit 2024-01-23T23:23:58.120024+0000 mon.a (mon.0) 687 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}}, \"last_daemon_update\": \"2024-01-23T23:23:58.116521\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:23:58.465 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[38667]: audit 2024-01-23T23:23:58.121368+0000 mon.a (mon.0) 688 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-23T23:23:58.465 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[38667]: audit 2024-01-23T23:23:58.121921+0000 mon.a (mon.0) 689 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:58.826 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":14,"active_gid":14142,"active_name":"y","active_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6800","nonce":3862610714},{"type":"v1","addr":"172.21.15.37:6801","nonce":3862610714}]},"active_addr":"172.21.15.37:6801/3862610714","active_change":"2024-01-23T23:20:46.993804+0000","active_mgr_features":4540138292836696063,"available":true,"standbys":[{"gid":24110,"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://smithi037.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.37:0","nonce":214917200}]},{"addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":3769298326}]},{"addrvec":[{"type":"v2","addr":"172.21.15.37:0","nonce":4263712953}]}]}} 2024-01-23T23:23:58.828 INFO:tasks.cephadm.ceph_manager.ceph:mgr available! 2024-01-23T23:23:58.829 INFO:tasks.cephadm.ceph_manager.ceph:waiting for all up 2024-01-23T23:23:58.829 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-23T23:23:59.065 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:23:58 smithi037 systemd[1]: Started Ceph node-exporter.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:23:59.065 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[49384]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-23T23:23:59.065 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:23:58 smithi037 bash[49384]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-23T23:23:59.287 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:23:59 smithi079 systemd[1]: Starting Ceph node-exporter.b for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:23:59.288 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:59 smithi079 bash[35301]: cephadm 2024-01-23T23:23:58.122428+0000 mgr.y (mgr.14142) 140 : cephadm [INF] Deploying daemon node-exporter.a on smithi037 2024-01-23T23:23:59.288 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:59 smithi079 bash[35301]: audit 2024-01-23T23:23:58.425598+0000 mon.a (mon.0) 690 : audit [DBG] from='client.? 172.21.15.37:0/3310738627' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-23T23:23:59.288 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:59 smithi079 bash[35301]: audit 2024-01-23T23:23:58.839991+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:23:59.288 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:59 smithi079 bash[35301]: audit 2024-01-23T23:23:58.843670+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:23:59.288 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:59 smithi079 bash[35301]: audit 2024-01-23T23:23:58.844342+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-23T23:23:59.288 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:23:59 smithi079 bash[35301]: audit 2024-01-23T23:23:58.844931+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:59.357 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[35265]: cephadm 2024-01-23T23:23:58.122428+0000 mgr.y (mgr.14142) 140 : cephadm [INF] Deploying daemon node-exporter.a on smithi037 2024-01-23T23:23:59.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[35265]: audit 2024-01-23T23:23:58.425598+0000 mon.a (mon.0) 690 : audit [DBG] from='client.? 172.21.15.37:0/3310738627' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-23T23:23:59.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[35265]: audit 2024-01-23T23:23:58.839991+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:23:59.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[35265]: audit 2024-01-23T23:23:58.843670+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:23:59.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[35265]: audit 2024-01-23T23:23:58.844342+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-23T23:23:59.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[35265]: audit 2024-01-23T23:23:58.844931+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:59.358 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[38667]: cephadm 2024-01-23T23:23:58.122428+0000 mgr.y (mgr.14142) 140 : cephadm [INF] Deploying daemon node-exporter.a on smithi037 2024-01-23T23:23:59.358 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[38667]: audit 2024-01-23T23:23:58.425598+0000 mon.a (mon.0) 690 : audit [DBG] from='client.? 172.21.15.37:0/3310738627' entity='client.admin' cmd=[{"prefix": "mgr dump", "format": "json"}]: dispatch 2024-01-23T23:23:59.358 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[38667]: audit 2024-01-23T23:23:58.839991+0000 mon.a (mon.0) 691 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:23:59.359 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[38667]: audit 2024-01-23T23:23:58.843670+0000 mon.a (mon.0) 692 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:23:59.359 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[38667]: audit 2024-01-23T23:23:58.844342+0000 mon.a (mon.0) 693 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon"}]: dispatch 2024-01-23T23:23:59.359 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:23:59 smithi037 bash[38667]: audit 2024-01-23T23:23:58.844931+0000 mon.a (mon.0) 694 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:23:59.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:23:59 smithi079 podman[46321]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-node-exporter.b" found: no such container 2024-01-23T23:23:59.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:23:59 smithi079 systemd[1]: Started Ceph node-exporter.b for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:23:59.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:23:59 smithi079 bash[46337]: Resolving "prom/node-exporter" using unqualified-search registries (/etc/containers/registries.conf) 2024-01-23T23:23:59.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:23:59 smithi079 bash[46337]: Trying to pull docker.io/prom/node-exporter:latest... 2024-01-23T23:24:00.006 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:24:00.006 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":63,"fsid":"e5313d84-ba45-11ee-95b1-87774f69a715","created":"2024-01-23T23:20:13.822084+0000","modified":"2024-01-23T23:23:42.236131+0000","last_up_change":"2024-01-23T23:23:41.230759+0000","last_in_change":"2024-01-23T23:23:41.230759+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-23T23:20:22.511186+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":"999b494c-09e5-46ad-8b39-a0bd831c2a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":61,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6803","nonce":1252135374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6805","nonce":1252135374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6809","nonce":1252135374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6807","nonce":1252135374}]},"public_addr":"172.21.15.37:6803/1252135374","cluster_addr":"172.21.15.37:6805/1252135374","heartbeat_back_addr":"172.21.15.37:6809/1252135374","heartbeat_front_addr":"172.21.15.37:6807/1252135374","state":["exists","up"]},{"osd":1,"uuid":"004a905e-76dd-4a31-9549-892d1d95da03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":41,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6811","nonce":1063953019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6813","nonce":1063953019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6817","nonce":1063953019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6815","nonce":1063953019}]},"public_addr":"172.21.15.37:6811/1063953019","cluster_addr":"172.21.15.37:6813/1063953019","heartbeat_back_addr":"172.21.15.37:6817/1063953019","heartbeat_front_addr":"172.21.15.37:6815/1063953019","state":["exists","up"]},{"osd":2,"uuid":"6e6b161b-8cd6-417a-be2e-65797ec15fd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":27,"up_from":30,"up_thru":0,"down_at":28,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6819","nonce":1819834482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6821","nonce":1819834482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6825","nonce":1819834482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6823","nonce":1819834482}]},"public_addr":"172.21.15.37:6819/1819834482","cluster_addr":"172.21.15.37:6821/1819834482","heartbeat_back_addr":"172.21.15.37:6825/1819834482","heartbeat_front_addr":"172.21.15.37:6823/1819834482","state":["exists","up"]},{"osd":3,"uuid":"f0f2db19-fe24-4023-a090-56e0c08c27f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6827","nonce":2651607456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6829","nonce":2651607456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6833","nonce":2651607456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6831","nonce":2651607456}]},"public_addr":"172.21.15.37:6827/2651607456","cluster_addr":"172.21.15.37:6829/2651607456","heartbeat_back_addr":"172.21.15.37:6833/2651607456","heartbeat_front_addr":"172.21.15.37:6831/2651607456","state":["exists","up"]},{"osd":4,"uuid":"89a61245-c89b-42df-9915-c7bedcea44a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":37,"last_clean_end":38,"up_from":41,"up_thru":0,"down_at":39,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6801","nonce":1152328234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6803","nonce":1152328234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6807","nonce":1152328234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6805","nonce":1152328234}]},"public_addr":"172.21.15.79:6801/1152328234","cluster_addr":"172.21.15.79:6803/1152328234","heartbeat_back_addr":"172.21.15.79:6807/1152328234","heartbeat_front_addr":"172.21.15.79:6805/1152328234","state":["exists","up"]},{"osd":5,"uuid":"a807528c-75c0-4556-b899-f0f4f3bd03cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":45,"last_clean_end":47,"up_from":50,"up_thru":50,"down_at":48,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6809","nonce":1674803484}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6811","nonce":1674803484}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6815","nonce":1674803484}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6813","nonce":1674803484}]},"public_addr":"172.21.15.79:6809/1674803484","cluster_addr":"172.21.15.79:6811/1674803484","heartbeat_back_addr":"172.21.15.79:6815/1674803484","heartbeat_front_addr":"172.21.15.79:6813/1674803484","state":["exists","up"]},{"osd":6,"uuid":"d3025912-d048-4d48-8f70-76d716786093","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":54,"last_clean_end":55,"up_from":58,"up_thru":58,"down_at":56,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6817","nonce":26999145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6819","nonce":26999145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6823","nonce":26999145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6821","nonce":26999145}]},"public_addr":"172.21.15.79:6817/26999145","cluster_addr":"172.21.15.79:6819/26999145","heartbeat_back_addr":"172.21.15.79:6823/26999145","heartbeat_front_addr":"172.21.15.79:6821/26999145","state":["exists","up"]},{"osd":7,"uuid":"d131b750-2960-4bd0-883b-b2961ff806ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":62,"up_thru":62,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6825","nonce":1921247728}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6827","nonce":1921247728}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6831","nonce":1921247728}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6829","nonce":1921247728}]},"public_addr":"172.21.15.79:6825/1921247728","cluster_addr":"172.21.15.79:6827/1921247728","heartbeat_back_addr":"172.21.15.79:6831/1921247728","heartbeat_front_addr":"172.21.15.79:6829/1921247728","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-23T23:22:14.310834+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:22:02.013191+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-23T23:22:15.683794+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:22:31.071560+0000","dead_epoch":28},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:22:44.982799+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-23T23:22:55.093162+0000","dead_epoch":39},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:23:09.960643+0000","dead_epoch":48},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:23:25.163189+0000","dead_epoch":56},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:23:39.299206+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.37:0/1983821234":"2024-01-24T23:20:46.993500+0000","172.21.15.37:0/1674742383":"2024-01-24T23:20:46.993500+0000","172.21.15.37:6800/4178964030":"2024-01-24T23:20:46.993500+0000","172.21.15.37:6801/4178964030":"2024-01-24T23:20:46.993500+0000","172.21.15.37:0/771364104":"2024-01-24T23:20:30.252214+0000","172.21.15.37:0/1482625665":"2024-01-24T23:20:46.993500+0000","172.21.15.37:0/1609142643":"2024-01-24T23:20:30.252214+0000","172.21.15.37:0/2581621121":"2024-01-24T23:20:30.252214+0000","172.21.15.37:6800/1631858864":"2024-01-24T23:20:30.252214+0000","172.21.15.37:6801/1631858864":"2024-01-24T23:20:30.252214+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-23T23:24:00.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:00 smithi037 bash[35265]: cephadm 2024-01-23T23:23:58.845400+0000 mgr.y (mgr.14142) 141 : cephadm [INF] Deploying daemon node-exporter.b on smithi079 2024-01-23T23:24:00.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:00 smithi037 bash[35265]: cluster 2024-01-23T23:23:59.081728+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:00.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:00 smithi037 bash[38667]: cephadm 2024-01-23T23:23:58.845400+0000 mgr.y (mgr.14142) 141 : cephadm [INF] Deploying daemon node-exporter.b on smithi079 2024-01-23T23:24:00.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:00 smithi037 bash[38667]: cluster 2024-01-23T23:23:59.081728+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:00.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:00 smithi037 bash[35265]: audit 2024-01-23T23:23:59.325541+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:00.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:00 smithi037 bash[35265]: audit 2024-01-23T23:23:59.328911+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:00.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:00 smithi037 bash[35265]: audit 2024-01-23T23:24:00.005467+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.37:0/3351730227' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-23T23:24:00.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:00 smithi037 bash[38667]: audit 2024-01-23T23:23:59.325541+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:00.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:00 smithi037 bash[38667]: audit 2024-01-23T23:23:59.328911+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:00.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:00 smithi037 bash[38667]: audit 2024-01-23T23:24:00.005467+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.37:0/3351730227' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-23T23:24:00.379 INFO:tasks.cephadm.ceph_manager.ceph:all up! 2024-01-23T23:24:00.379 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd dump --format=json 2024-01-23T23:24:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:00 smithi079 bash[35301]: cephadm 2024-01-23T23:23:58.845400+0000 mgr.y (mgr.14142) 141 : cephadm [INF] Deploying daemon node-exporter.b on smithi079 2024-01-23T23:24:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:00 smithi079 bash[35301]: cluster 2024-01-23T23:23:59.081728+0000 mgr.y (mgr.14142) 142 : cluster [DBG] pgmap v147: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:00 smithi079 bash[35301]: audit 2024-01-23T23:23:59.325541+0000 mon.a (mon.0) 695 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:00 smithi079 bash[35301]: audit 2024-01-23T23:23:59.328911+0000 mon.a (mon.0) 696 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:00 smithi079 bash[35301]: audit 2024-01-23T23:24:00.005467+0000 mon.c (mon.1) 16 : audit [DBG] from='client.? 172.21.15.37:0/3351730227' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-23T23:24:01.540 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:24:01.540 INFO:teuthology.orchestra.run.smithi037.stdout:{"epoch":63,"fsid":"e5313d84-ba45-11ee-95b1-87774f69a715","created":"2024-01-23T23:20:13.822084+0000","modified":"2024-01-23T23:23:42.236131+0000","last_up_change":"2024-01-23T23:23:41.230759+0000","last_in_change":"2024-01-23T23:23:41.230759+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-23T23:20:22.511186+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":"999b494c-09e5-46ad-8b39-a0bd831c2a90","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":10,"last_clean_end":12,"up_from":14,"up_thru":61,"down_at":13,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6802","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6803","nonce":1252135374}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6804","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6805","nonce":1252135374}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6808","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6809","nonce":1252135374}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6806","nonce":1252135374},{"type":"v1","addr":"172.21.15.37:6807","nonce":1252135374}]},"public_addr":"172.21.15.37:6803/1252135374","cluster_addr":"172.21.15.37:6805/1252135374","heartbeat_back_addr":"172.21.15.37:6809/1252135374","heartbeat_front_addr":"172.21.15.37:6807/1252135374","state":["exists","up"]},{"osd":1,"uuid":"004a905e-76dd-4a31-9549-892d1d95da03","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":16,"last_clean_end":18,"up_from":21,"up_thru":41,"down_at":19,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6810","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6811","nonce":1063953019}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6812","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6813","nonce":1063953019}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6816","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6817","nonce":1063953019}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6814","nonce":1063953019},{"type":"v1","addr":"172.21.15.37:6815","nonce":1063953019}]},"public_addr":"172.21.15.37:6811/1063953019","cluster_addr":"172.21.15.37:6813/1063953019","heartbeat_back_addr":"172.21.15.37:6817/1063953019","heartbeat_front_addr":"172.21.15.37:6815/1063953019","state":["exists","up"]},{"osd":2,"uuid":"6e6b161b-8cd6-417a-be2e-65797ec15fd7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":25,"last_clean_end":27,"up_from":30,"up_thru":0,"down_at":28,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6818","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6819","nonce":1819834482}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6820","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6821","nonce":1819834482}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6824","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6825","nonce":1819834482}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6822","nonce":1819834482},{"type":"v1","addr":"172.21.15.37:6823","nonce":1819834482}]},"public_addr":"172.21.15.37:6819/1819834482","cluster_addr":"172.21.15.37:6821/1819834482","heartbeat_back_addr":"172.21.15.37:6825/1819834482","heartbeat_front_addr":"172.21.15.37:6823/1819834482","state":["exists","up"]},{"osd":3,"uuid":"f0f2db19-fe24-4023-a090-56e0c08c27f7","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":33,"up_thru":0,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6826","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6827","nonce":2651607456}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6828","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6829","nonce":2651607456}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6832","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6833","nonce":2651607456}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.37:6830","nonce":2651607456},{"type":"v1","addr":"172.21.15.37:6831","nonce":2651607456}]},"public_addr":"172.21.15.37:6827/2651607456","cluster_addr":"172.21.15.37:6829/2651607456","heartbeat_back_addr":"172.21.15.37:6833/2651607456","heartbeat_front_addr":"172.21.15.37:6831/2651607456","state":["exists","up"]},{"osd":4,"uuid":"89a61245-c89b-42df-9915-c7bedcea44a4","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":37,"last_clean_end":38,"up_from":41,"up_thru":0,"down_at":39,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6800","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6801","nonce":1152328234}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6802","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6803","nonce":1152328234}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6806","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6807","nonce":1152328234}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6804","nonce":1152328234},{"type":"v1","addr":"172.21.15.79:6805","nonce":1152328234}]},"public_addr":"172.21.15.79:6801/1152328234","cluster_addr":"172.21.15.79:6803/1152328234","heartbeat_back_addr":"172.21.15.79:6807/1152328234","heartbeat_front_addr":"172.21.15.79:6805/1152328234","state":["exists","up"]},{"osd":5,"uuid":"a807528c-75c0-4556-b899-f0f4f3bd03cc","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":45,"last_clean_end":47,"up_from":50,"up_thru":50,"down_at":48,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6808","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6809","nonce":1674803484}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6810","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6811","nonce":1674803484}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6814","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6815","nonce":1674803484}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6812","nonce":1674803484},{"type":"v1","addr":"172.21.15.79:6813","nonce":1674803484}]},"public_addr":"172.21.15.79:6809/1674803484","cluster_addr":"172.21.15.79:6811/1674803484","heartbeat_back_addr":"172.21.15.79:6815/1674803484","heartbeat_front_addr":"172.21.15.79:6813/1674803484","state":["exists","up"]},{"osd":6,"uuid":"d3025912-d048-4d48-8f70-76d716786093","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":54,"last_clean_end":55,"up_from":58,"up_thru":58,"down_at":56,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6816","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6817","nonce":26999145}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6818","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6819","nonce":26999145}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6822","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6823","nonce":26999145}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6820","nonce":26999145},{"type":"v1","addr":"172.21.15.79:6821","nonce":26999145}]},"public_addr":"172.21.15.79:6817/26999145","cluster_addr":"172.21.15.79:6819/26999145","heartbeat_back_addr":"172.21.15.79:6823/26999145","heartbeat_front_addr":"172.21.15.79:6821/26999145","state":["exists","up"]},{"osd":7,"uuid":"d131b750-2960-4bd0-883b-b2961ff806ea","up":1,"in":1,"weight":1,"primary_affinity":1,"last_clean_begin":0,"last_clean_end":0,"up_from":62,"up_thru":62,"down_at":0,"lost_at":0,"public_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6824","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6825","nonce":1921247728}]},"cluster_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6826","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6827","nonce":1921247728}]},"heartbeat_back_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6830","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6831","nonce":1921247728}]},"heartbeat_front_addrs":{"addrvec":[{"type":"v2","addr":"172.21.15.79:6828","nonce":1921247728},{"type":"v1","addr":"172.21.15.79:6829","nonce":1921247728}]},"public_addr":"172.21.15.79:6825/1921247728","cluster_addr":"172.21.15.79:6827/1921247728","heartbeat_back_addr":"172.21.15.79:6831/1921247728","heartbeat_front_addr":"172.21.15.79:6829/1921247728","state":["exists","up"]}],"osd_xinfo":[{"osd":0,"down_stamp":"2024-01-23T23:22:14.310834+0000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:22:02.013191+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-23T23:22:15.683794+0000","dead_epoch":19},{"osd":2,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:22:31.071560+0000","dead_epoch":28},{"osd":3,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:22:44.982799+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-23T23:22:55.093162+0000","dead_epoch":39},{"osd":5,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:23:09.960643+0000","dead_epoch":48},{"osd":6,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:23:25.163189+0000","dead_epoch":56},{"osd":7,"down_stamp":"0.000000","laggy_probability":0,"laggy_interval":0,"features":4540138292836696063,"old_weight":0,"last_purged_snaps_scrub":"2024-01-23T23:23:39.299206+0000","dead_epoch":0}],"pg_upmap":[],"pg_upmap_items":[],"pg_temp":[],"primary_temp":[],"blacklist":{"172.21.15.37:0/1983821234":"2024-01-24T23:20:46.993500+0000","172.21.15.37:0/1674742383":"2024-01-24T23:20:46.993500+0000","172.21.15.37:6800/4178964030":"2024-01-24T23:20:46.993500+0000","172.21.15.37:6801/4178964030":"2024-01-24T23:20:46.993500+0000","172.21.15.37:0/771364104":"2024-01-24T23:20:30.252214+0000","172.21.15.37:0/1482625665":"2024-01-24T23:20:46.993500+0000","172.21.15.37:0/1609142643":"2024-01-24T23:20:30.252214+0000","172.21.15.37:0/2581621121":"2024-01-24T23:20:30.252214+0000","172.21.15.37:6800/1631858864":"2024-01-24T23:20:30.252214+0000","172.21.15.37:6801/1631858864":"2024-01-24T23:20:30.252214+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-23T23:24:01.567 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:01 smithi037 bash[38667]: cephadm 2024-01-23T23:23:59.331225+0000 mgr.y (mgr.14142) 143 : cephadm [INF] Deploying daemon alertmanager.a on smithi037 2024-01-23T23:24:01.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:01 smithi037 bash[35265]: cephadm 2024-01-23T23:23:59.331225+0000 mgr.y (mgr.14142) 143 : cephadm [INF] Deploying daemon alertmanager.a on smithi037 2024-01-23T23:24:01.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:01 smithi079 bash[35301]: cephadm 2024-01-23T23:23:59.331225+0000 mgr.y (mgr.14142) 143 : cephadm [INF] Deploying daemon alertmanager.a on smithi037 2024-01-23T23:24:01.946 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph tell osd.0 flush_pg_stats 2024-01-23T23:24:02.489 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:02 smithi037 bash[35265]: cluster 2024-01-23T23:24:01.082142+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:02.490 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:02 smithi037 bash[35265]: audit 2024-01-23T23:24:01.539114+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.37:0/1794287915' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-23T23:24:02.490 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:02 smithi037 bash[38667]: cluster 2024-01-23T23:24:01.082142+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:02.490 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:02 smithi037 bash[38667]: audit 2024-01-23T23:24:01.539114+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.37:0/1794287915' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-23T23:24:02.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:02 smithi079 bash[35301]: cluster 2024-01-23T23:24:01.082142+0000 mgr.y (mgr.14142) 144 : cluster [DBG] pgmap v148: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:02.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:02 smithi079 bash[35301]: audit 2024-01-23T23:24:01.539114+0000 mon.c (mon.1) 17 : audit [DBG] from='client.? 172.21.15.37:0/1794287915' entity='client.admin' cmd=[{"prefix": "osd dump", "format": "json"}]: dispatch 2024-01-23T23:24:03.345 INFO:teuthology.orchestra.run.smithi037.stdout:60129542167 2024-01-23T23:24:03.346 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph tell osd.1 flush_pg_stats 2024-01-23T23:24:03.571 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:03 smithi037 bash[38667]: cluster 2024-01-23T23:24:03.082628+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:03.571 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:03 smithi037 bash[35265]: cluster 2024-01-23T23:24:03.082628+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:03.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:03 smithi079 bash[35301]: cluster 2024-01-23T23:24:03.082628+0000 mgr.y (mgr.14142) 145 : cluster [DBG] pgmap v149: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:04.720 INFO:teuthology.orchestra.run.smithi037.stdout:90194313237 2024-01-23T23:24:04.720 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph tell osd.2 flush_pg_stats 2024-01-23T23:24:05.626 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:05 smithi037 bash[49384]: Getting image source signatures 2024-01-23T23:24:05.626 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:05 smithi037 bash[49384]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-01-23T23:24:05.626 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:05 smithi037 bash[49384]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-01-23T23:24:05.626 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:05 smithi037 bash[49384]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-01-23T23:24:06.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:06 smithi079 bash[35301]: cluster 2024-01-23T23:24:05.083066+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:06.353 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:05 smithi079 bash[46337]: Getting image source signatures 2024-01-23T23:24:06.353 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:05 smithi079 bash[46337]: Copying blob sha256:2abcce694348cd2c949c0e98a7400ebdfd8341021bcf6b541bc72033ce982510 2024-01-23T23:24:06.353 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:05 smithi079 bash[46337]: Copying blob sha256:324153f2810a9927fcce320af9e4e291e0b6e805cbdd1f338386c756b9defa24 2024-01-23T23:24:06.353 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:05 smithi079 bash[46337]: Copying blob sha256:455fd88e5221bc1e278ef2d059cd70e4df99a24e5af050ede621534276f6cf9a 2024-01-23T23:24:06.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:06 smithi037 bash[35265]: cluster 2024-01-23T23:24:05.083066+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:06.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:06 smithi037 bash[38667]: cluster 2024-01-23T23:24:05.083066+0000 mgr.y (mgr.14142) 146 : cluster [DBG] pgmap v150: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:07.102 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:06 smithi079 bash[46337]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-01-23T23:24:07.103 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: Writing manifest to image destination 2024-01-23T23:24:07.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.434Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-01-23T23:24:07.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.434Z 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-23T23:24:07.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.434Z 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-23T23:24:07.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.434Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-01-23T23:24:07.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.434Z 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-23T23:24:07.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.434Z 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-23T23:24:07.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-01-23T23:24:07.603 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=arp 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=bcache 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=bonding 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=btrfs 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=conntrack 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=cpu 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=diskstats 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=dmi 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=edac 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=entropy 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=filefd 2024-01-23T23:24:07.604 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=filesystem 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=hwmon 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=infiniband 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=ipvs 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=loadavg 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=mdadm 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=meminfo 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=netclass 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=netdev 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=netstat 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=nfs 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=nfsd 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=nvme 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=os 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-01-23T23:24:07.605 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=pressure 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=rapl 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=schedstat 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=selinux 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=sockstat 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=softnet 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=stat 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=tapestats 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=textfile 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=time 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=uname 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=vmstat 2024-01-23T23:24:07.606 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=xfs 2024-01-23T23:24:07.607 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=node_exporter.go:117 level=info collector=zfs 2024-01-23T23:24:07.607 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-01-23T23:24:07.607 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:24:07 smithi079 bash[46337]: ts=2024-01-23T23:24:07.435Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-01-23T23:24:07.830 INFO:teuthology.orchestra.run.smithi037.stdout:128849018898 2024-01-23T23:24:07.831 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph tell osd.3 flush_pg_stats 2024-01-23T23:24:08.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:07 smithi037 bash[49384]: Copying config sha256:72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e 2024-01-23T23:24:08.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:07 smithi037 bash[49384]: Writing manifest to image destination 2024-01-23T23:24:08.492 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[35265]: cluster 2024-01-23T23:24:07.083346+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:08.492 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[38667]: cluster 2024-01-23T23:24:07.083346+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:08.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:08 smithi079 bash[35301]: cluster 2024-01-23T23:24:07.083346+0000 mgr.y (mgr.14142) 147 : cluster [DBG] pgmap v151: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:09.126 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.921Z caller=node_exporter.go:192 level=info msg="Starting node_exporter" version="(version=1.7.0, branch=HEAD, revision=7333465abf9efba81876303bb57e6fadb946041b)" 2024-01-23T23:24:09.126 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.921Z 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-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.922Z 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-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.922Z 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-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.922Z 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-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=diskstats_linux.go:265 level=error collector=diskstats msg="Failed to open directory, disabling udev device properties" path=/run/udev/data 2024-01-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:110 level=info msg="Enabled collectors" 2024-01-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=arp 2024-01-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=bcache 2024-01-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=bonding 2024-01-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=btrfs 2024-01-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=conntrack 2024-01-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=cpu 2024-01-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=cpufreq 2024-01-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=diskstats 2024-01-23T23:24:09.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=dmi 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=edac 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=entropy 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=fibrechannel 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=filefd 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=filesystem 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=hwmon 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=infiniband 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=ipvs 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=loadavg 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=mdadm 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=meminfo 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=netclass 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=netdev 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=netstat 2024-01-23T23:24:09.128 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=nfs 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=nfsd 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=nvme 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=os 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=powersupplyclass 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=pressure 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=rapl 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=schedstat 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=selinux 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=sockstat 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=softnet 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=stat 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=tapestats 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=textfile 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=thermal_zone 2024-01-23T23:24:09.129 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=time 2024-01-23T23:24:09.130 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=udp_queues 2024-01-23T23:24:09.130 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=uname 2024-01-23T23:24:09.130 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=vmstat 2024-01-23T23:24:09.130 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=xfs 2024-01-23T23:24:09.130 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=node_exporter.go:117 level=info collector=zfs 2024-01-23T23:24:09.130 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9100 2024-01-23T23:24:09.130 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:24:08 smithi037 bash[49384]: ts=2024-01-23T23:24:08.923Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9100 2024-01-23T23:24:10.301 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:10 smithi037 bash[35265]: cluster 2024-01-23T23:24:09.083778+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:10.301 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:10 smithi037 bash[38667]: cluster 2024-01-23T23:24:09.083778+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:10.378 INFO:teuthology.orchestra.run.smithi037.stdout:141733920787 2024-01-23T23:24:10.378 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph tell osd.4 flush_pg_stats 2024-01-23T23:24:10.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:10 smithi079 bash[35301]: cluster 2024-01-23T23:24:09.083778+0000 mgr.y (mgr.14142) 148 : cluster [DBG] pgmap v152: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:11.281 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:11 smithi037 bash[35265]: cluster 2024-01-23T23:24:11.084122+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:11.281 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:11 smithi037 podman[50752]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-alertmanager.a" found: no such container 2024-01-23T23:24:11.281 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:11 smithi037 systemd[1]: Started Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:24:11.282 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:11 smithi037 bash[38667]: cluster 2024-01-23T23:24:11.084122+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:11.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:11 smithi079 bash[35301]: cluster 2024-01-23T23:24:11.084122+0000 mgr.y (mgr.14142) 149 : cluster [DBG] pgmap v153: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:11.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:11 smithi037 bash[50793]: ts=2024-01-23T23:24:11.760Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-23T23:24:11.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:11 smithi037 bash[50793]: ts=2024-01-23T23:24:11.761Z 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-23T23:24:11.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:11 smithi037 bash[50793]: ts=2024-01-23T23:24:11.761Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.37 port=9094 2024-01-23T23:24:11.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:11 smithi037 bash[50793]: ts=2024-01-23T23:24:11.763Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-23T23:24:11.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:11 smithi037 bash[50793]: ts=2024-01-23T23:24:11.786Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-23T23:24:11.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:11 smithi037 bash[50793]: ts=2024-01-23T23:24:11.786Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-23T23:24:11.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:11 smithi037 bash[50793]: ts=2024-01-23T23:24:11.788Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-23T23:24:11.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:11 smithi037 bash[50793]: ts=2024-01-23T23:24:11.788Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-23T23:24:12.136 INFO:teuthology.orchestra.run.smithi037.stdout:176093659150 2024-01-23T23:24:12.136 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph tell osd.5 flush_pg_stats 2024-01-23T23:24:12.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[35265]: audit 2024-01-23T23:24:11.223369+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:12.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[38667]: audit 2024-01-23T23:24:11.223369+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:12.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[35265]: audit 2024-01-23T23:24:11.226112+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:12.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[35265]: audit 2024-01-23T23:24:11.523018+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCaO5VzSk9Hjqca8Uo8MUgrMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTIzMjMyNDExWhcN\nMzQwMTIwMjMyNDExWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0SpsDU8RV6sRS//b3zlM\nmQOJBRDEb6ndYK+WbfQo6227in92kIAExli+wpG7O2YDLq4c3y9iMjZE77eIpMgN\nIwDL0CWoZTe7h6CXKpyCimjB9gr8PfdejXO3cQPwDWxtNivTz9aVzAzguknaDf5K\naEEVwrueXpSGnkJKBV0wh6Sz8/qbeT9z+YboBVpBc5Z7yvVSNVpJy5WBTNqObkRU\nzgREdV1tDrXE80Yn72TiYy0Lw6pJeEXAGM6ZXbVf0c1Yq14D5DtMHz6342xJfO+3\ncDgt9S4B4iHx+1ZsZdi/qtJRzuhIp5SHqxYiS+etEaLfNNrE5iJPjgJ0MX+cpPtM\newIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCtmIQDpQspRqy+TgExXz+jHMer36ed\nVKi5Afk1OxxYVIDTlHKfrOCK81EKbbI56UBIsEQr/8WRVYth+pE1U53ooL0LiBRg\nw8RSY9R6IpcyU3Rb77agb1+u7ZkgI5Fzj7pi+da9q6DGEgqkKai5e9xtQJJqL/Cc\n6Y2xk+hqYR04fSg9a/KW2rZRXnmY+W3G4EdNl2WzGMwAuAF529rWUdGUwXPLwE20\nFIfM0TixIIIxLy0yFVtOt2ueswGy3ek/EHyo3EXnrETtFvzp7LlKA1LVIPJeAJG/\nu1WtkTVgbkYYph2q0JZedu3aKzWghTVy/Vi6j72uZqwN8KgTXAEJGbXr\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-23T23:24:12.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[38667]: audit 2024-01-23T23:24:11.226112+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:12.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[38667]: audit 2024-01-23T23:24:11.523018+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCaO5VzSk9Hjqca8Uo8MUgrMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTIzMjMyNDExWhcN\nMzQwMTIwMjMyNDExWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0SpsDU8RV6sRS//b3zlM\nmQOJBRDEb6ndYK+WbfQo6227in92kIAExli+wpG7O2YDLq4c3y9iMjZE77eIpMgN\nIwDL0CWoZTe7h6CXKpyCimjB9gr8PfdejXO3cQPwDWxtNivTz9aVzAzguknaDf5K\naEEVwrueXpSGnkJKBV0wh6Sz8/qbeT9z+YboBVpBc5Z7yvVSNVpJy5WBTNqObkRU\nzgREdV1tDrXE80Yn72TiYy0Lw6pJeEXAGM6ZXbVf0c1Yq14D5DtMHz6342xJfO+3\ncDgt9S4B4iHx+1ZsZdi/qtJRzuhIp5SHqxYiS+etEaLfNNrE5iJPjgJ0MX+cpPtM\newIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCtmIQDpQspRqy+TgExXz+jHMer36ed\nVKi5Afk1OxxYVIDTlHKfrOCK81EKbbI56UBIsEQr/8WRVYth+pE1U53ooL0LiBRg\nw8RSY9R6IpcyU3Rb77agb1+u7ZkgI5Fzj7pi+da9q6DGEgqkKai5e9xtQJJqL/Cc\n6Y2xk+hqYR04fSg9a/KW2rZRXnmY+W3G4EdNl2WzGMwAuAF529rWUdGUwXPLwE20\nFIfM0TixIIIxLy0yFVtOt2ueswGy3ek/EHyo3EXnrETtFvzp7LlKA1LVIPJeAJG/\nu1WtkTVgbkYYph2q0JZedu3aKzWghTVy/Vi6j72uZqwN8KgTXAEJGbXr\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-23T23:24:12.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[35265]: audit 2024-01-23T23:24:11.525522+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCaO5VzSk9Hjqca8Uo8MUgrMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTIzMjMyNDExWhcN\nMzQwMTIwMjMyNDExWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0SpsDU8RV6sRS//b3zlM\nmQOJBRDEb6ndYK+WbfQo6227in92kIAExli+wpG7O2YDLq4c3y9iMjZE77eIpMgN\nIwDL0CWoZTe7h6CXKpyCimjB9gr8PfdejXO3cQPwDWxtNivTz9aVzAzguknaDf5K\naEEVwrueXpSGnkJKBV0wh6Sz8/qbeT9z+YboBVpBc5Z7yvVSNVpJy5WBTNqObkRU\nzgREdV1tDrXE80Yn72TiYy0Lw6pJeEXAGM6ZXbVf0c1Yq14D5DtMHz6342xJfO+3\ncDgt9S4B4iHx+1ZsZdi/qtJRzuhIp5SHqxYiS+etEaLfNNrE5iJPjgJ0MX+cpPtM\newIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCtmIQDpQspRqy+TgExXz+jHMer36ed\nVKi5Afk1OxxYVIDTlHKfrOCK81EKbbI56UBIsEQr/8WRVYth+pE1U53ooL0LiBRg\nw8RSY9R6IpcyU3Rb77agb1+u7ZkgI5Fzj7pi+da9q6DGEgqkKai5e9xtQJJqL/Cc\n6Y2xk+hqYR04fSg9a/KW2rZRXnmY+W3G4EdNl2WzGMwAuAF529rWUdGUwXPLwE20\nFIfM0TixIIIxLy0yFVtOt2ueswGy3ek/EHyo3EXnrETtFvzp7LlKA1LVIPJeAJG/\nu1WtkTVgbkYYph2q0JZedu3aKzWghTVy/Vi6j72uZqwN8KgTXAEJGbXr\n-----END CERTIFICATE-----\n"}]': finished 2024-01-23T23:24:12.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[35265]: audit 2024-01-23T23:24:11.525949+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDRKmwNTxFXqxFL\n/9vfOUyZA4kFEMRvqd1gr5Zt9CjrbbuKf3aQgATGWL7Ckbs7ZgMurhzfL2IyNkTv\nt4ikyA0jAMvQJahlN7uHoJcqnIKKaMH2Cvw9916Nc7dxA/ANbG02K9PP1pXMDOC6\nSdoN/kpoQRXCu55elIaeQkoFXTCHpLPz+pt5P3P5hugFWkFzlnvK9VI1WknLlYFM\n2o5uRFTOBER1XW0OtcTzRifvZOJjLQvDqkl4RcAYzpldtV/RzVirXgPkO0wfPrfj\nbEl877dwOC31LgHiIfH7Vmxl2L+q0lHO6EinlIerFiJL560Rot802sTmIk+OAnQx\nf5yk+0x7AgMBAAECggEBAJtCmRg788yWj+1RC92jw8blB+V5r8aPWWN2kvwlO+ad\n+pLw0IqsbF7q6xa0ZD3QGFajKY1Ft+c7v2oNW2GtmYq9AY0NFvWjLBGd0/fuWzvw\nTOGc/+XjZA0tsyIx4ROlw19tovlo+KKRgJLnVPQEKSk//q4g5IqiR1bcL+PRa7+S\n21LQ20w2NMB07wc1AzxQoJMMly+ORPnGDetL8hN74LjH/AAg7gmTx4g/Q+YNQPwj\nO8/oM2/EhBodX4O9JpxW18JhL8fjjBR0zbxwpTul1IhqFRUF31YVX+r3hJ4aTPEs\n4NhlfkZ6hZ0r3aEZlbfZc3DWcd15YICQFQV8KXWs57ECgYEA9divHj9z8b+XXuvC\nPQU9AFH2GjJdMj75+oosw1NZ89/rYmH+U1BF6MgmIIWhO8oTYuKVWgEya1gWmyYu\n/AUoTXXiQ5SDAJb4YwHmc4AMSHxq8IfImmBVYgyggs7zpEjmTixNZVdLgmNK3PTM\npkuIO1DCjwef5OJOTdB8PuwH/0MCgYEA2c3qZFr0uViyMce8qY7l8Q6zav438ElH\nvB01a1Ubfy4dqEHQAn9IqkPVSUv2ZVpNiAvey0VAWKjR1Vfek0eKWNwXXr2nrTJ7\ngHkwPUmHmSqBoz+8CDXf6taw0hWTwADxLS+Gaz8wUt2Z/VG4lBPZka/UOh8ivbjk\nurUO1/wTXmkCgYA2t0UyXDj34wZTj/EpF5NeEN/PMMphNnb4dexEhLaOepWuzdSG\nwmTszC8AKf2aiv0JkxheccnA7lgJq9PlL1iq9MOo+tK1POSHVJLvvd39/ALpCa9x\n/GLEcb7/ngPH2pm3aFDJb0ZU/LhauPkbQdBOM0k6AB5sGJoI44/jiTC2dQKBgE7B\n6OnVAf0rl3Pst8nQRFGAcVxVBME8nlXlcfWX1tOMR2kaMy9T+2CmGq/gaf6IQtTZ\nBf0W04e7s/SjS3aSPfKX01OM3N8CDCqOp+The8jk1+/CEiod4RQ4AcRVzRF2xb8D\nGmYZeU3dl9tD+6x/6QKHRASoUZWtD/h7lByBqDdRAoGAS7jN4L7xdPFjQY589dTA\nxKKG8BE444qqLGIi0T6gO3ztszNnRcbsATdDf6++PvDleUg7xNq2OJa846h7gMqP\nmoRPhjT2K81J8XqgaSxukUXoX6MxdP2ITJ7SY8YMadtDWEoAItgNJgSu+GuVc+wV\ng/ViPlyrqZgV94EeYRI7EaA=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-23T23:24:12.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[38667]: audit 2024-01-23T23:24:11.525522+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCaO5VzSk9Hjqca8Uo8MUgrMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTIzMjMyNDExWhcN\nMzQwMTIwMjMyNDExWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0SpsDU8RV6sRS//b3zlM\nmQOJBRDEb6ndYK+WbfQo6227in92kIAExli+wpG7O2YDLq4c3y9iMjZE77eIpMgN\nIwDL0CWoZTe7h6CXKpyCimjB9gr8PfdejXO3cQPwDWxtNivTz9aVzAzguknaDf5K\naEEVwrueXpSGnkJKBV0wh6Sz8/qbeT9z+YboBVpBc5Z7yvVSNVpJy5WBTNqObkRU\nzgREdV1tDrXE80Yn72TiYy0Lw6pJeEXAGM6ZXbVf0c1Yq14D5DtMHz6342xJfO+3\ncDgt9S4B4iHx+1ZsZdi/qtJRzuhIp5SHqxYiS+etEaLfNNrE5iJPjgJ0MX+cpPtM\newIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCtmIQDpQspRqy+TgExXz+jHMer36ed\nVKi5Afk1OxxYVIDTlHKfrOCK81EKbbI56UBIsEQr/8WRVYth+pE1U53ooL0LiBRg\nw8RSY9R6IpcyU3Rb77agb1+u7ZkgI5Fzj7pi+da9q6DGEgqkKai5e9xtQJJqL/Cc\n6Y2xk+hqYR04fSg9a/KW2rZRXnmY+W3G4EdNl2WzGMwAuAF529rWUdGUwXPLwE20\nFIfM0TixIIIxLy0yFVtOt2ueswGy3ek/EHyo3EXnrETtFvzp7LlKA1LVIPJeAJG/\nu1WtkTVgbkYYph2q0JZedu3aKzWghTVy/Vi6j72uZqwN8KgTXAEJGbXr\n-----END CERTIFICATE-----\n"}]': finished 2024-01-23T23:24:12.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[38667]: audit 2024-01-23T23:24:11.525949+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDRKmwNTxFXqxFL\n/9vfOUyZA4kFEMRvqd1gr5Zt9CjrbbuKf3aQgATGWL7Ckbs7ZgMurhzfL2IyNkTv\nt4ikyA0jAMvQJahlN7uHoJcqnIKKaMH2Cvw9916Nc7dxA/ANbG02K9PP1pXMDOC6\nSdoN/kpoQRXCu55elIaeQkoFXTCHpLPz+pt5P3P5hugFWkFzlnvK9VI1WknLlYFM\n2o5uRFTOBER1XW0OtcTzRifvZOJjLQvDqkl4RcAYzpldtV/RzVirXgPkO0wfPrfj\nbEl877dwOC31LgHiIfH7Vmxl2L+q0lHO6EinlIerFiJL560Rot802sTmIk+OAnQx\nf5yk+0x7AgMBAAECggEBAJtCmRg788yWj+1RC92jw8blB+V5r8aPWWN2kvwlO+ad\n+pLw0IqsbF7q6xa0ZD3QGFajKY1Ft+c7v2oNW2GtmYq9AY0NFvWjLBGd0/fuWzvw\nTOGc/+XjZA0tsyIx4ROlw19tovlo+KKRgJLnVPQEKSk//q4g5IqiR1bcL+PRa7+S\n21LQ20w2NMB07wc1AzxQoJMMly+ORPnGDetL8hN74LjH/AAg7gmTx4g/Q+YNQPwj\nO8/oM2/EhBodX4O9JpxW18JhL8fjjBR0zbxwpTul1IhqFRUF31YVX+r3hJ4aTPEs\n4NhlfkZ6hZ0r3aEZlbfZc3DWcd15YICQFQV8KXWs57ECgYEA9divHj9z8b+XXuvC\nPQU9AFH2GjJdMj75+oosw1NZ89/rYmH+U1BF6MgmIIWhO8oTYuKVWgEya1gWmyYu\n/AUoTXXiQ5SDAJb4YwHmc4AMSHxq8IfImmBVYgyggs7zpEjmTixNZVdLgmNK3PTM\npkuIO1DCjwef5OJOTdB8PuwH/0MCgYEA2c3qZFr0uViyMce8qY7l8Q6zav438ElH\nvB01a1Ubfy4dqEHQAn9IqkPVSUv2ZVpNiAvey0VAWKjR1Vfek0eKWNwXXr2nrTJ7\ngHkwPUmHmSqBoz+8CDXf6taw0hWTwADxLS+Gaz8wUt2Z/VG4lBPZka/UOh8ivbjk\nurUO1/wTXmkCgYA2t0UyXDj34wZTj/EpF5NeEN/PMMphNnb4dexEhLaOepWuzdSG\nwmTszC8AKf2aiv0JkxheccnA7lgJq9PlL1iq9MOo+tK1POSHVJLvvd39/ALpCa9x\n/GLEcb7/ngPH2pm3aFDJb0ZU/LhauPkbQdBOM0k6AB5sGJoI44/jiTC2dQKBgE7B\n6OnVAf0rl3Pst8nQRFGAcVxVBME8nlXlcfWX1tOMR2kaMy9T+2CmGq/gaf6IQtTZ\nBf0W04e7s/SjS3aSPfKX01OM3N8CDCqOp+The8jk1+/CEiod4RQ4AcRVzRF2xb8D\nGmYZeU3dl9tD+6x/6QKHRASoUZWtD/h7lByBqDdRAoGAS7jN4L7xdPFjQY589dTA\nxKKG8BE444qqLGIi0T6gO3ztszNnRcbsATdDf6++PvDleUg7xNq2OJa846h7gMqP\nmoRPhjT2K81J8XqgaSxukUXoX6MxdP2ITJ7SY8YMadtDWEoAItgNJgSu+GuVc+wV\ng/ViPlyrqZgV94EeYRI7EaA=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-23T23:24:12.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[35265]: audit 2024-01-23T23:24:11.530789+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDRKmwNTxFXqxFL\n/9vfOUyZA4kFEMRvqd1gr5Zt9CjrbbuKf3aQgATGWL7Ckbs7ZgMurhzfL2IyNkTv\nt4ikyA0jAMvQJahlN7uHoJcqnIKKaMH2Cvw9916Nc7dxA/ANbG02K9PP1pXMDOC6\nSdoN/kpoQRXCu55elIaeQkoFXTCHpLPz+pt5P3P5hugFWkFzlnvK9VI1WknLlYFM\n2o5uRFTOBER1XW0OtcTzRifvZOJjLQvDqkl4RcAYzpldtV/RzVirXgPkO0wfPrfj\nbEl877dwOC31LgHiIfH7Vmxl2L+q0lHO6EinlIerFiJL560Rot802sTmIk+OAnQx\nf5yk+0x7AgMBAAECggEBAJtCmRg788yWj+1RC92jw8blB+V5r8aPWWN2kvwlO+ad\n+pLw0IqsbF7q6xa0ZD3QGFajKY1Ft+c7v2oNW2GtmYq9AY0NFvWjLBGd0/fuWzvw\nTOGc/+XjZA0tsyIx4ROlw19tovlo+KKRgJLnVPQEKSk//q4g5IqiR1bcL+PRa7+S\n21LQ20w2NMB07wc1AzxQoJMMly+ORPnGDetL8hN74LjH/AAg7gmTx4g/Q+YNQPwj\nO8/oM2/EhBodX4O9JpxW18JhL8fjjBR0zbxwpTul1IhqFRUF31YVX+r3hJ4aTPEs\n4NhlfkZ6hZ0r3aEZlbfZc3DWcd15YICQFQV8KXWs57ECgYEA9divHj9z8b+XXuvC\nPQU9AFH2GjJdMj75+oosw1NZ89/rYmH+U1BF6MgmIIWhO8oTYuKVWgEya1gWmyYu\n/AUoTXXiQ5SDAJb4YwHmc4AMSHxq8IfImmBVYgyggs7zpEjmTixNZVdLgmNK3PTM\npkuIO1DCjwef5OJOTdB8PuwH/0MCgYEA2c3qZFr0uViyMce8qY7l8Q6zav438ElH\nvB01a1Ubfy4dqEHQAn9IqkPVSUv2ZVpNiAvey0VAWKjR1Vfek0eKWNwXXr2nrTJ7\ngHkwPUmHmSqBoz+8CDXf6taw0hWTwADxLS+Gaz8wUt2Z/VG4lBPZka/UOh8ivbjk\nurUO1/wTXmkCgYA2t0UyXDj34wZTj/EpF5NeEN/PMMphNnb4dexEhLaOepWuzdSG\nwmTszC8AKf2aiv0JkxheccnA7lgJq9PlL1iq9MOo+tK1POSHVJLvvd39/ALpCa9x\n/GLEcb7/ngPH2pm3aFDJb0ZU/LhauPkbQdBOM0k6AB5sGJoI44/jiTC2dQKBgE7B\n6OnVAf0rl3Pst8nQRFGAcVxVBME8nlXlcfWX1tOMR2kaMy9T+2CmGq/gaf6IQtTZ\nBf0W04e7s/SjS3aSPfKX01OM3N8CDCqOp+The8jk1+/CEiod4RQ4AcRVzRF2xb8D\nGmYZeU3dl9tD+6x/6QKHRASoUZWtD/h7lByBqDdRAoGAS7jN4L7xdPFjQY589dTA\nxKKG8BE444qqLGIi0T6gO3ztszNnRcbsATdDf6++PvDleUg7xNq2OJa846h7gMqP\nmoRPhjT2K81J8XqgaSxukUXoX6MxdP2ITJ7SY8YMadtDWEoAItgNJgSu+GuVc+wV\ng/ViPlyrqZgV94EeYRI7EaA=\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-23T23:24:12.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[35265]: cephadm 2024-01-23T23:24:11.531326+0000 mgr.y (mgr.14142) 150 : cephadm [INF] Deploying daemon grafana.a on smithi079 2024-01-23T23:24:12.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[38667]: audit 2024-01-23T23:24:11.530789+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDRKmwNTxFXqxFL\n/9vfOUyZA4kFEMRvqd1gr5Zt9CjrbbuKf3aQgATGWL7Ckbs7ZgMurhzfL2IyNkTv\nt4ikyA0jAMvQJahlN7uHoJcqnIKKaMH2Cvw9916Nc7dxA/ANbG02K9PP1pXMDOC6\nSdoN/kpoQRXCu55elIaeQkoFXTCHpLPz+pt5P3P5hugFWkFzlnvK9VI1WknLlYFM\n2o5uRFTOBER1XW0OtcTzRifvZOJjLQvDqkl4RcAYzpldtV/RzVirXgPkO0wfPrfj\nbEl877dwOC31LgHiIfH7Vmxl2L+q0lHO6EinlIerFiJL560Rot802sTmIk+OAnQx\nf5yk+0x7AgMBAAECggEBAJtCmRg788yWj+1RC92jw8blB+V5r8aPWWN2kvwlO+ad\n+pLw0IqsbF7q6xa0ZD3QGFajKY1Ft+c7v2oNW2GtmYq9AY0NFvWjLBGd0/fuWzvw\nTOGc/+XjZA0tsyIx4ROlw19tovlo+KKRgJLnVPQEKSk//q4g5IqiR1bcL+PRa7+S\n21LQ20w2NMB07wc1AzxQoJMMly+ORPnGDetL8hN74LjH/AAg7gmTx4g/Q+YNQPwj\nO8/oM2/EhBodX4O9JpxW18JhL8fjjBR0zbxwpTul1IhqFRUF31YVX+r3hJ4aTPEs\n4NhlfkZ6hZ0r3aEZlbfZc3DWcd15YICQFQV8KXWs57ECgYEA9divHj9z8b+XXuvC\nPQU9AFH2GjJdMj75+oosw1NZ89/rYmH+U1BF6MgmIIWhO8oTYuKVWgEya1gWmyYu\n/AUoTXXiQ5SDAJb4YwHmc4AMSHxq8IfImmBVYgyggs7zpEjmTixNZVdLgmNK3PTM\npkuIO1DCjwef5OJOTdB8PuwH/0MCgYEA2c3qZFr0uViyMce8qY7l8Q6zav438ElH\nvB01a1Ubfy4dqEHQAn9IqkPVSUv2ZVpNiAvey0VAWKjR1Vfek0eKWNwXXr2nrTJ7\ngHkwPUmHmSqBoz+8CDXf6taw0hWTwADxLS+Gaz8wUt2Z/VG4lBPZka/UOh8ivbjk\nurUO1/wTXmkCgYA2t0UyXDj34wZTj/EpF5NeEN/PMMphNnb4dexEhLaOepWuzdSG\nwmTszC8AKf2aiv0JkxheccnA7lgJq9PlL1iq9MOo+tK1POSHVJLvvd39/ALpCa9x\n/GLEcb7/ngPH2pm3aFDJb0ZU/LhauPkbQdBOM0k6AB5sGJoI44/jiTC2dQKBgE7B\n6OnVAf0rl3Pst8nQRFGAcVxVBME8nlXlcfWX1tOMR2kaMy9T+2CmGq/gaf6IQtTZ\nBf0W04e7s/SjS3aSPfKX01OM3N8CDCqOp+The8jk1+/CEiod4RQ4AcRVzRF2xb8D\nGmYZeU3dl9tD+6x/6QKHRASoUZWtD/h7lByBqDdRAoGAS7jN4L7xdPFjQY589dTA\nxKKG8BE444qqLGIi0T6gO3ztszNnRcbsATdDf6++PvDleUg7xNq2OJa846h7gMqP\nmoRPhjT2K81J8XqgaSxukUXoX6MxdP2ITJ7SY8YMadtDWEoAItgNJgSu+GuVc+wV\ng/ViPlyrqZgV94EeYRI7EaA=\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-23T23:24:12.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:12 smithi037 bash[38667]: cephadm 2024-01-23T23:24:11.531326+0000 mgr.y (mgr.14142) 150 : cephadm [INF] Deploying daemon grafana.a on smithi079 2024-01-23T23:24:12.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:12 smithi079 bash[35301]: audit 2024-01-23T23:24:11.223369+0000 mon.a (mon.0) 697 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:12.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:12 smithi079 bash[35301]: audit 2024-01-23T23:24:11.226112+0000 mon.a (mon.0) 698 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995115\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995190\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995222\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995250\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995279\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995307\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:22:42.995335\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:12.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:12 smithi079 bash[35301]: audit 2024-01-23T23:24:11.523018+0000 mon.a (mon.0) 699 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCaO5VzSk9Hjqca8Uo8MUgrMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTIzMjMyNDExWhcN\nMzQwMTIwMjMyNDExWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0SpsDU8RV6sRS//b3zlM\nmQOJBRDEb6ndYK+WbfQo6227in92kIAExli+wpG7O2YDLq4c3y9iMjZE77eIpMgN\nIwDL0CWoZTe7h6CXKpyCimjB9gr8PfdejXO3cQPwDWxtNivTz9aVzAzguknaDf5K\naEEVwrueXpSGnkJKBV0wh6Sz8/qbeT9z+YboBVpBc5Z7yvVSNVpJy5WBTNqObkRU\nzgREdV1tDrXE80Yn72TiYy0Lw6pJeEXAGM6ZXbVf0c1Yq14D5DtMHz6342xJfO+3\ncDgt9S4B4iHx+1ZsZdi/qtJRzuhIp5SHqxYiS+etEaLfNNrE5iJPjgJ0MX+cpPtM\newIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCtmIQDpQspRqy+TgExXz+jHMer36ed\nVKi5Afk1OxxYVIDTlHKfrOCK81EKbbI56UBIsEQr/8WRVYth+pE1U53ooL0LiBRg\nw8RSY9R6IpcyU3Rb77agb1+u7ZkgI5Fzj7pi+da9q6DGEgqkKai5e9xtQJJqL/Cc\n6Y2xk+hqYR04fSg9a/KW2rZRXnmY+W3G4EdNl2WzGMwAuAF529rWUdGUwXPLwE20\nFIfM0TixIIIxLy0yFVtOt2ueswGy3ek/EHyo3EXnrETtFvzp7LlKA1LVIPJeAJG/\nu1WtkTVgbkYYph2q0JZedu3aKzWghTVy/Vi6j72uZqwN8KgTXAEJGbXr\n-----END CERTIFICATE-----\n"}]: dispatch 2024-01-23T23:24:12.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:12 smithi079 bash[35301]: audit 2024-01-23T23:24:11.525522+0000 mon.a (mon.0) 700 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_crt","val":"-----BEGIN CERTIFICATE-----\nMIICxjCCAa4CEQCaO5VzSk9Hjqca8Uo8MUgrMA0GCSqGSIb3DQEBDQUAMCExDTAL\nBgNVBAoMBENlcGgxEDAOBgNVBAMMB2NlcGhhZG0wHhcNMjQwMTIzMjMyNDExWhcN\nMzQwMTIwMjMyNDExWjAhMQ0wCwYDVQQKDARDZXBoMRAwDgYDVQQDDAdjZXBoYWRt\nMIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA0SpsDU8RV6sRS//b3zlM\nmQOJBRDEb6ndYK+WbfQo6227in92kIAExli+wpG7O2YDLq4c3y9iMjZE77eIpMgN\nIwDL0CWoZTe7h6CXKpyCimjB9gr8PfdejXO3cQPwDWxtNivTz9aVzAzguknaDf5K\naEEVwrueXpSGnkJKBV0wh6Sz8/qbeT9z+YboBVpBc5Z7yvVSNVpJy5WBTNqObkRU\nzgREdV1tDrXE80Yn72TiYy0Lw6pJeEXAGM6ZXbVf0c1Yq14D5DtMHz6342xJfO+3\ncDgt9S4B4iHx+1ZsZdi/qtJRzuhIp5SHqxYiS+etEaLfNNrE5iJPjgJ0MX+cpPtM\newIDAQABMA0GCSqGSIb3DQEBDQUAA4IBAQCtmIQDpQspRqy+TgExXz+jHMer36ed\nVKi5Afk1OxxYVIDTlHKfrOCK81EKbbI56UBIsEQr/8WRVYth+pE1U53ooL0LiBRg\nw8RSY9R6IpcyU3Rb77agb1+u7ZkgI5Fzj7pi+da9q6DGEgqkKai5e9xtQJJqL/Cc\n6Y2xk+hqYR04fSg9a/KW2rZRXnmY+W3G4EdNl2WzGMwAuAF529rWUdGUwXPLwE20\nFIfM0TixIIIxLy0yFVtOt2ueswGy3ek/EHyo3EXnrETtFvzp7LlKA1LVIPJeAJG/\nu1WtkTVgbkYYph2q0JZedu3aKzWghTVy/Vi6j72uZqwN8KgTXAEJGbXr\n-----END CERTIFICATE-----\n"}]': finished 2024-01-23T23:24:12.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:12 smithi079 bash[35301]: audit 2024-01-23T23:24:11.525949+0000 mon.a (mon.0) 701 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDRKmwNTxFXqxFL\n/9vfOUyZA4kFEMRvqd1gr5Zt9CjrbbuKf3aQgATGWL7Ckbs7ZgMurhzfL2IyNkTv\nt4ikyA0jAMvQJahlN7uHoJcqnIKKaMH2Cvw9916Nc7dxA/ANbG02K9PP1pXMDOC6\nSdoN/kpoQRXCu55elIaeQkoFXTCHpLPz+pt5P3P5hugFWkFzlnvK9VI1WknLlYFM\n2o5uRFTOBER1XW0OtcTzRifvZOJjLQvDqkl4RcAYzpldtV/RzVirXgPkO0wfPrfj\nbEl877dwOC31LgHiIfH7Vmxl2L+q0lHO6EinlIerFiJL560Rot802sTmIk+OAnQx\nf5yk+0x7AgMBAAECggEBAJtCmRg788yWj+1RC92jw8blB+V5r8aPWWN2kvwlO+ad\n+pLw0IqsbF7q6xa0ZD3QGFajKY1Ft+c7v2oNW2GtmYq9AY0NFvWjLBGd0/fuWzvw\nTOGc/+XjZA0tsyIx4ROlw19tovlo+KKRgJLnVPQEKSk//q4g5IqiR1bcL+PRa7+S\n21LQ20w2NMB07wc1AzxQoJMMly+ORPnGDetL8hN74LjH/AAg7gmTx4g/Q+YNQPwj\nO8/oM2/EhBodX4O9JpxW18JhL8fjjBR0zbxwpTul1IhqFRUF31YVX+r3hJ4aTPEs\n4NhlfkZ6hZ0r3aEZlbfZc3DWcd15YICQFQV8KXWs57ECgYEA9divHj9z8b+XXuvC\nPQU9AFH2GjJdMj75+oosw1NZ89/rYmH+U1BF6MgmIIWhO8oTYuKVWgEya1gWmyYu\n/AUoTXXiQ5SDAJb4YwHmc4AMSHxq8IfImmBVYgyggs7zpEjmTixNZVdLgmNK3PTM\npkuIO1DCjwef5OJOTdB8PuwH/0MCgYEA2c3qZFr0uViyMce8qY7l8Q6zav438ElH\nvB01a1Ubfy4dqEHQAn9IqkPVSUv2ZVpNiAvey0VAWKjR1Vfek0eKWNwXXr2nrTJ7\ngHkwPUmHmSqBoz+8CDXf6taw0hWTwADxLS+Gaz8wUt2Z/VG4lBPZka/UOh8ivbjk\nurUO1/wTXmkCgYA2t0UyXDj34wZTj/EpF5NeEN/PMMphNnb4dexEhLaOepWuzdSG\nwmTszC8AKf2aiv0JkxheccnA7lgJq9PlL1iq9MOo+tK1POSHVJLvvd39/ALpCa9x\n/GLEcb7/ngPH2pm3aFDJb0ZU/LhauPkbQdBOM0k6AB5sGJoI44/jiTC2dQKBgE7B\n6OnVAf0rl3Pst8nQRFGAcVxVBME8nlXlcfWX1tOMR2kaMy9T+2CmGq/gaf6IQtTZ\nBf0W04e7s/SjS3aSPfKX01OM3N8CDCqOp+The8jk1+/CEiod4RQ4AcRVzRF2xb8D\nGmYZeU3dl9tD+6x/6QKHRASoUZWtD/h7lByBqDdRAoGAS7jN4L7xdPFjQY589dTA\nxKKG8BE444qqLGIi0T6gO3ztszNnRcbsATdDf6++PvDleUg7xNq2OJa846h7gMqP\nmoRPhjT2K81J8XqgaSxukUXoX6MxdP2ITJ7SY8YMadtDWEoAItgNJgSu+GuVc+wV\ng/ViPlyrqZgV94EeYRI7EaA=\n-----END PRIVATE KEY-----\n"}]: dispatch 2024-01-23T23:24:12.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:12 smithi079 bash[35301]: audit 2024-01-23T23:24:11.530789+0000 mon.a (mon.0) 702 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/grafana_key","val":"-----BEGIN PRIVATE KEY-----\nMIIEvQIBADANBgkqhkiG9w0BAQEFAASCBKcwggSjAgEAAoIBAQDRKmwNTxFXqxFL\n/9vfOUyZA4kFEMRvqd1gr5Zt9CjrbbuKf3aQgATGWL7Ckbs7ZgMurhzfL2IyNkTv\nt4ikyA0jAMvQJahlN7uHoJcqnIKKaMH2Cvw9916Nc7dxA/ANbG02K9PP1pXMDOC6\nSdoN/kpoQRXCu55elIaeQkoFXTCHpLPz+pt5P3P5hugFWkFzlnvK9VI1WknLlYFM\n2o5uRFTOBER1XW0OtcTzRifvZOJjLQvDqkl4RcAYzpldtV/RzVirXgPkO0wfPrfj\nbEl877dwOC31LgHiIfH7Vmxl2L+q0lHO6EinlIerFiJL560Rot802sTmIk+OAnQx\nf5yk+0x7AgMBAAECggEBAJtCmRg788yWj+1RC92jw8blB+V5r8aPWWN2kvwlO+ad\n+pLw0IqsbF7q6xa0ZD3QGFajKY1Ft+c7v2oNW2GtmYq9AY0NFvWjLBGd0/fuWzvw\nTOGc/+XjZA0tsyIx4ROlw19tovlo+KKRgJLnVPQEKSk//q4g5IqiR1bcL+PRa7+S\n21LQ20w2NMB07wc1AzxQoJMMly+ORPnGDetL8hN74LjH/AAg7gmTx4g/Q+YNQPwj\nO8/oM2/EhBodX4O9JpxW18JhL8fjjBR0zbxwpTul1IhqFRUF31YVX+r3hJ4aTPEs\n4NhlfkZ6hZ0r3aEZlbfZc3DWcd15YICQFQV8KXWs57ECgYEA9divHj9z8b+XXuvC\nPQU9AFH2GjJdMj75+oosw1NZ89/rYmH+U1BF6MgmIIWhO8oTYuKVWgEya1gWmyYu\n/AUoTXXiQ5SDAJb4YwHmc4AMSHxq8IfImmBVYgyggs7zpEjmTixNZVdLgmNK3PTM\npkuIO1DCjwef5OJOTdB8PuwH/0MCgYEA2c3qZFr0uViyMce8qY7l8Q6zav438ElH\nvB01a1Ubfy4dqEHQAn9IqkPVSUv2ZVpNiAvey0VAWKjR1Vfek0eKWNwXXr2nrTJ7\ngHkwPUmHmSqBoz+8CDXf6taw0hWTwADxLS+Gaz8wUt2Z/VG4lBPZka/UOh8ivbjk\nurUO1/wTXmkCgYA2t0UyXDj34wZTj/EpF5NeEN/PMMphNnb4dexEhLaOepWuzdSG\nwmTszC8AKf2aiv0JkxheccnA7lgJq9PlL1iq9MOo+tK1POSHVJLvvd39/ALpCa9x\n/GLEcb7/ngPH2pm3aFDJb0ZU/LhauPkbQdBOM0k6AB5sGJoI44/jiTC2dQKBgE7B\n6OnVAf0rl3Pst8nQRFGAcVxVBME8nlXlcfWX1tOMR2kaMy9T+2CmGq/gaf6IQtTZ\nBf0W04e7s/SjS3aSPfKX01OM3N8CDCqOp+The8jk1+/CEiod4RQ4AcRVzRF2xb8D\nGmYZeU3dl9tD+6x/6QKHRASoUZWtD/h7lByBqDdRAoGAS7jN4L7xdPFjQY589dTA\nxKKG8BE444qqLGIi0T6gO3ztszNnRcbsATdDf6++PvDleUg7xNq2OJa846h7gMqP\nmoRPhjT2K81J8XqgaSxukUXoX6MxdP2ITJ7SY8YMadtDWEoAItgNJgSu+GuVc+wV\ng/ViPlyrqZgV94EeYRI7EaA=\n-----END PRIVATE KEY-----\n"}]': finished 2024-01-23T23:24:12.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:12 smithi079 bash[35301]: cephadm 2024-01-23T23:24:11.531326+0000 mgr.y (mgr.14142) 150 : cephadm [INF] Deploying daemon grafana.a on smithi079 2024-01-23T23:24:13.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:13 smithi037 bash[35265]: cluster 2024-01-23T23:24:13.084505+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:13.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:13 smithi037 bash[38667]: cluster 2024-01-23T23:24:13.084505+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:13.560 INFO:teuthology.orchestra.run.smithi037.stdout:214748364812 2024-01-23T23:24:13.560 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph tell osd.6 flush_pg_stats 2024-01-23T23:24:13.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:13 smithi079 bash[35301]: cluster 2024-01-23T23:24:13.084505+0000 mgr.y (mgr.14142) 151 : cluster [DBG] pgmap v154: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:14.126 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:13 smithi037 bash[50793]: ts=2024-01-23T23:24:13.763Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000071175s 2024-01-23T23:24:15.002 INFO:teuthology.orchestra.run.smithi037.stdout:249108103177 2024-01-23T23:24:15.002 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph tell osd.7 flush_pg_stats 2024-01-23T23:24:16.417 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:16 smithi037 bash[35265]: cluster 2024-01-23T23:24:15.084822+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:16.418 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:16 smithi037 bash[38667]: cluster 2024-01-23T23:24:15.084822+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:16.419 INFO:teuthology.orchestra.run.smithi037.stdout:266287972361 2024-01-23T23:24:16.419 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.0 2024-01-23T23:24:16.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:16 smithi079 bash[35301]: cluster 2024-01-23T23:24:15.084822+0000 mgr.y (mgr.14142) 152 : cluster [DBG] pgmap v155: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:17.621 INFO:teuthology.orchestra.run.smithi037.stdout:60129542170 2024-01-23T23:24:18.027 INFO:tasks.cephadm.ceph_manager.ceph:need seq 60129542167 got 60129542170 for osd.0 2024-01-23T23:24:18.028 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.1 2024-01-23T23:24:18.424 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:18 smithi037 bash[35265]: cluster 2024-01-23T23:24:17.085248+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:18.424 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:18 smithi037 bash[35265]: audit 2024-01-23T23:24:17.620641+0000 mon.a (mon.0) 703 : audit [DBG] from='client.? 172.21.15.37:0/2039889775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-23T23:24:18.424 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:18 smithi037 bash[38667]: cluster 2024-01-23T23:24:17.085248+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:18.424 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:18 smithi037 bash[38667]: audit 2024-01-23T23:24:17.620641+0000 mon.a (mon.0) 703 : audit [DBG] from='client.? 172.21.15.37:0/2039889775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-23T23:24:18.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:18 smithi079 bash[35301]: cluster 2024-01-23T23:24:17.085248+0000 mgr.y (mgr.14142) 153 : cluster [DBG] pgmap v156: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:18.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:18 smithi079 bash[35301]: audit 2024-01-23T23:24:17.620641+0000 mon.a (mon.0) 703 : audit [DBG] from='client.? 172.21.15.37:0/2039889775' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 0}]: dispatch 2024-01-23T23:24:19.191 INFO:teuthology.orchestra.run.smithi037.stdout:90194313240 2024-01-23T23:24:19.568 INFO:tasks.cephadm.ceph_manager.ceph:need seq 90194313237 got 90194313240 for osd.1 2024-01-23T23:24:19.568 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.2 2024-01-23T23:24:20.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:20 smithi037 bash[35265]: cluster 2024-01-23T23:24:19.085596+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:20.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:20 smithi037 bash[35265]: audit 2024-01-23T23:24:19.190945+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.37:0/3007289614' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-23T23:24:20.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:20 smithi037 bash[38667]: cluster 2024-01-23T23:24:19.085596+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:20.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:20 smithi037 bash[38667]: audit 2024-01-23T23:24:19.190945+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.37:0/3007289614' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-23T23:24:20.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:20 smithi079 bash[35301]: cluster 2024-01-23T23:24:19.085596+0000 mgr.y (mgr.14142) 154 : cluster [DBG] pgmap v157: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:20.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:20 smithi079 bash[35301]: audit 2024-01-23T23:24:19.190945+0000 mon.a (mon.0) 704 : audit [DBG] from='client.? 172.21.15.37:0/3007289614' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 1}]: dispatch 2024-01-23T23:24:20.784 INFO:teuthology.orchestra.run.smithi037.stdout:128849018901 2024-01-23T23:24:21.170 INFO:tasks.cephadm.ceph_manager.ceph:need seq 128849018898 got 128849018901 for osd.2 2024-01-23T23:24:21.170 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.3 2024-01-23T23:24:21.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:21 smithi037 bash[35265]: audit 2024-01-23T23:24:20.783398+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.37:0/3341301958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-23T23:24:21.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:21 smithi037 bash[35265]: cluster 2024-01-23T23:24:21.085917+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:21.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:21 smithi037 bash[38667]: audit 2024-01-23T23:24:20.783398+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.37:0/3341301958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-23T23:24:21.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:21 smithi037 bash[38667]: cluster 2024-01-23T23:24:21.085917+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:21.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:21 smithi079 bash[35301]: audit 2024-01-23T23:24:20.783398+0000 mon.c (mon.1) 18 : audit [DBG] from='client.? 172.21.15.37:0/3341301958' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 2}]: dispatch 2024-01-23T23:24:21.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:21 smithi079 bash[35301]: cluster 2024-01-23T23:24:21.085917+0000 mgr.y (mgr.14142) 155 : cluster [DBG] pgmap v158: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:22.088 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:21 smithi037 bash[50793]: ts=2024-01-23T23:24:21.765Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.001801585s 2024-01-23T23:24:22.410 INFO:teuthology.orchestra.run.smithi037.stdout:141733920789 2024-01-23T23:24:22.792 INFO:tasks.cephadm.ceph_manager.ceph:need seq 141733920787 got 141733920789 for osd.3 2024-01-23T23:24:22.792 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.4 2024-01-23T23:24:23.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:23 smithi037 bash[35265]: audit 2024-01-23T23:24:22.410261+0000 mon.a (mon.0) 705 : audit [DBG] from='client.? 172.21.15.37:0/1677458706' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-23T23:24:23.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:23 smithi037 bash[38667]: audit 2024-01-23T23:24:22.410261+0000 mon.a (mon.0) 705 : audit [DBG] from='client.? 172.21.15.37:0/1677458706' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-23T23:24:23.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:23 smithi079 bash[35301]: audit 2024-01-23T23:24:22.410261+0000 mon.a (mon.0) 705 : audit [DBG] from='client.? 172.21.15.37:0/1677458706' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 3}]: dispatch 2024-01-23T23:24:23.884 INFO:teuthology.orchestra.run.smithi037.stdout:176093659153 2024-01-23T23:24:24.182 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:24 smithi037 bash[35265]: cluster 2024-01-23T23:24:23.086172+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:24.182 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:24 smithi037 bash[35265]: audit 2024-01-23T23:24:23.883853+0000 mon.a (mon.0) 706 : audit [DBG] from='client.? 172.21.15.37:0/1026991645' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-23T23:24:24.183 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:24 smithi037 bash[38667]: cluster 2024-01-23T23:24:23.086172+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:24.183 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:24 smithi037 bash[38667]: audit 2024-01-23T23:24:23.883853+0000 mon.a (mon.0) 706 : audit [DBG] from='client.? 172.21.15.37:0/1026991645' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-23T23:24:24.259 INFO:tasks.cephadm.ceph_manager.ceph:need seq 176093659150 got 176093659153 for osd.4 2024-01-23T23:24:24.260 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.5 2024-01-23T23:24:24.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:24 smithi079 bash[35301]: cluster 2024-01-23T23:24:23.086172+0000 mgr.y (mgr.14142) 156 : cluster [DBG] pgmap v159: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:24.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:24 smithi079 bash[35301]: audit 2024-01-23T23:24:23.883853+0000 mon.a (mon.0) 706 : audit [DBG] from='client.? 172.21.15.37:0/1026991645' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 4}]: dispatch 2024-01-23T23:24:25.445 INFO:teuthology.orchestra.run.smithi037.stdout:214748364814 2024-01-23T23:24:25.826 INFO:tasks.cephadm.ceph_manager.ceph:need seq 214748364812 got 214748364814 for osd.5 2024-01-23T23:24:25.826 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.6 2024-01-23T23:24:26.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:26 smithi037 bash[35265]: cluster 2024-01-23T23:24:25.086433+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:26.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:26 smithi037 bash[35265]: audit 2024-01-23T23:24:25.444026+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.37:0/2078691454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-23T23:24:26.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:26 smithi037 bash[38667]: cluster 2024-01-23T23:24:25.086433+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:26.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:26 smithi037 bash[38667]: audit 2024-01-23T23:24:25.444026+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.37:0/2078691454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-23T23:24:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:26 smithi079 bash[35301]: cluster 2024-01-23T23:24:25.086433+0000 mgr.y (mgr.14142) 157 : cluster [DBG] pgmap v160: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:26 smithi079 bash[35301]: audit 2024-01-23T23:24:25.444026+0000 mon.a (mon.0) 707 : audit [DBG] from='client.? 172.21.15.37:0/2078691454' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 5}]: dispatch 2024-01-23T23:24:27.034 INFO:teuthology.orchestra.run.smithi037.stdout:249108103179 2024-01-23T23:24:27.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:27 smithi037 bash[35265]: audit 2024-01-23T23:24:27.033688+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.37:0/4135260616' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-23T23:24:27.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:27 smithi037 bash[38667]: audit 2024-01-23T23:24:27.033688+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.37:0/4135260616' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-23T23:24:27.489 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:27 smithi079 bash[35301]: audit 2024-01-23T23:24:27.033688+0000 mon.c (mon.1) 19 : audit [DBG] from='client.? 172.21.15.37:0/4135260616' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 6}]: dispatch 2024-01-23T23:24:27.567 INFO:tasks.cephadm.ceph_manager.ceph:need seq 249108103177 got 249108103179 for osd.6 2024-01-23T23:24:27.568 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph osd last-stat-seq osd.7 2024-01-23T23:24:28.338 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:28 smithi079 bash[35301]: cluster 2024-01-23T23:24:27.086824+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:28.405 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:28 smithi037 bash[38667]: cluster 2024-01-23T23:24:27.086824+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:28.405 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:28 smithi037 bash[35265]: cluster 2024-01-23T23:24:27.086824+0000 mgr.y (mgr.14142) 158 : cluster [DBG] pgmap v161: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:28.749 INFO:teuthology.orchestra.run.smithi037.stdout:266287972363 2024-01-23T23:24:29.044 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:28 smithi079 podman[46607]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-grafana.a" found: no such container 2024-01-23T23:24:29.044 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:28 smithi079 systemd[1]: Started Ceph grafana.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:24:29.251 INFO:tasks.cephadm.ceph_manager.ceph:need seq 266287972361 got 266287972363 for osd.7 2024-01-23T23:24:29.251 INFO:tasks.cephadm.ceph_manager.ceph:waiting for clean 2024-01-23T23:24:29.251 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-23T23:24:29.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[35301]: audit 2024-01-23T23:24:28.748638+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.37:0/3978163422' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-23T23:24:29.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[35301]: audit 2024-01-23T23:24:28.849580+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:29.295 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[35301]: audit 2024-01-23T23:24:28.852266+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:29.296 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[35301]: audit 2024-01-23T23:24:28.852892+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+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-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Config loaded from" logger=settings file=/usr/share/grafana/conf/defaults.ini 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Config loaded from" logger=settings file=/etc/grafana/grafana.ini 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_DATA=/var/lib/grafana" 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_LOGS=/var/log/grafana" 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PLUGINS=/var/lib/grafana/plugins" 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Config overridden from Environment variable" logger=settings var="GF_PATHS_PROVISIONING=/etc/grafana/provisioning" 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Path Home" logger=settings path=/usr/share/grafana 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Path Data" logger=settings path=/var/lib/grafana 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Path Logs" logger=settings path=/var/log/grafana 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Path Plugins" logger=settings path=/var/lib/grafana/plugins 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Path Provisioning" logger=settings path=/etc/grafana/provisioning 2024-01-23T23:24:29.297 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="App mode production" logger=settings 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing SqlStore" logger=server 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Connecting to DB" logger=sqlstore dbtype=sqlite3 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Starting DB migration" logger=migrator 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create migration_log table" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create user table" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.login" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user.email" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_login - v1" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_user_email - v1" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table user to user_v1 - v1" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create user table v2" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_login - v2" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_user_email - v2" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-01-23T23:24:29.298 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table user_v1" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column help_flags1 to user table" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update user table charset" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add last_seen_at column to user" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add missing user data" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add is_disabled column to user" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create temp user table v1-7" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_email - v1-7" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_org_id - v1-7" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_code - v1-7" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_temp_user_status - v1-7" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update temp_user table charset" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create star table" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index star.user_id_dashboard_id" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create org table v1" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_name - v1" 2024-01-23T23:24:29.299 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create org_user table v1" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_org_user_org_id - v1" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_org_user_org_id_user_id - v1" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update org table charset" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update org_user table charset" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate all Read Only Viewers to Viewers" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard table" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard.account_id" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_account_id_slug" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_tag table" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_tag.dasboard_id_term" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_dashboard_tag_dashboard_id_term - v1" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard to dashboard_v1 - v1" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard v2" 2024-01-23T23:24:29.300 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_org_id - v2" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_org_id_slug - v2" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard v1 to v2" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_v1" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard.data to mediumtext v1" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column updated_by in dashboard - v2" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column created_by in dashboard - v2" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column gnetId in dashboard" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for gnetId in dashboard" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_id in dashboard" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for plugin_id in dashboard" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for dashboard_id in dashboard_tag" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard table charset" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_tag table charset" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column folder_id in dashboard" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column isFolder in dashboard" 2024-01-23T23:24:29.301 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column has_acl in dashboard" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in dashboard" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in dashboard" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index dashboard_org_id_uid" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_slug" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard title length" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index for dashboard_org_id_title_folder_id" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table dashboard_provisioning to dashboard_provisioning_tmp_qwerty - v1" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_provisioning v2" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id - v2" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_provisioning_dashboard_id_name - v2" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="copy dashboard_provisioning v1 to v2" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop dashboard_provisioning_tmp_qwerty" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add check_sum column" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table" 2024-01-23T23:24:29.302 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index data_source.account_id" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index data_source.account_id_name" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_data_source_account_id - v1" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_data_source_account_id_name - v1" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table data_source to data_source_v1 - v1" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create data_source table v2" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_data_source_org_id - v2" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_data_source_org_id_name - v2" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="copy data_source v1 to v2" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table data_source_v1 #2" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column with_credentials" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add secure json data column" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update data_source table charset" 2024-01-23T23:24:29.303 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update initial version to 1" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add read_only data column" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Migrate logging ds to loki ds" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update json_data with nulls" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.key" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index api_key.account_id_name" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_api_key_account_id - v1" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_key - v1" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index UQE_api_key_account_id_name - v1" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table api_key to api_key_v1 - v1" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create api_key table v2" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_api_key_org_id - v2" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_key - v2" 2024-01-23T23:24:29.304 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_api_key_org_id_name - v2" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="copy api_key v1 to v2" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table api_key_v1" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update api_key table charset" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add expires to api_key table" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v4" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop table dashboard_snapshot_v4 #1" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_snapshot table v5 #2" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_key - v5" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_dashboard_snapshot_delete_key - v5" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_dashboard_snapshot_user_id - v5" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_snapshot to mediumtext v2" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update dashboard_snapshot table charset" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external_delete_url to dashboard_snapshots table" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create quota table v1" 2024-01-23T23:24:29.305 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_quota_org_id_user_id_target - v1" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update quota table charset" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create plugin_setting table" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index UQE_plugin_setting_org_id_plugin_id - v1" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column plugin_version to plugin_settings" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update plugin_setting table charset" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create session table" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist table" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old table playlist_item table" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist table v2" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create playlist item table v2" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist table charset" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update playlist_item table charset" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v2" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop preferences table v3" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create preferences table v3" 2024-01-23T23:24:29.306 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update preferences table charset" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column team_id in preferences" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update team_id column values in preferences" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create alert table v1" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert org_id & id " 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert state" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert dashboard_id" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Create alert_rule_tag table v1" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_rule_tag.alert_id_tag_id" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification table v1" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column is_default" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column frequency" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column send_reminder" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column disable_resolve_message" 2024-01-23T23:24:29.307 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification org_id & name" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert table charset" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert_notification table charset" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create notification_journal table v1" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index notification_journal org_id & alert_id & notifier_id" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop alert_notification_journal" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create alert_notification_state table v1" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index alert_notification_state org_id & alert_id & notifier_id" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add for to alert table" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column uid in alert_notification" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update uid column values in alert_notification" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index alert_notification_org_id_uid" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Remove unique index org_id_name" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Drop old annotation table v4" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create annotation table v5" 2024-01-23T23:24:29.308 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 0 v3" 2024-01-23T23:24:29.309 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 1 v3" 2024-01-23T23:24:29.309 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 2 v3" 2024-01-23T23:24:29.309 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 3 v3" 2024-01-23T23:24:29.309 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index annotation 4 v3" 2024-01-23T23:24:29.309 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update annotation table charset" 2024-01-23T23:24:29.309 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column region_id to annotation table" 2024-01-23T23:24:29.309 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Drop category_id index" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column tags to annotation table" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Create annotation_tag table v2" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add unique index annotation_tag.annotation_id_tag_id" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Update alert annotations and set TEXT to empty" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add created time to annotation table" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add updated time to annotation table" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for created in annotation table" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for updated in annotation table" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Convert existing annotations from seconds to milliseconds" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add epoch_end column" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for epoch_end" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Make epoch_end the same as epoch" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Move region to single row" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch from annotation table" 2024-01-23T23:24:29.310 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_dashboard_id_panel_id_epoch from annotation table" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_dashboard_id_epoch_end_epoch on annotation table" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index for org_id_epoch_end_epoch on annotation table" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Remove index org_id_epoch_epoch_end from annotation table" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create test_data table" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard_version table v1" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_version.dashboard_id" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_version.dashboard_id and dashboard_version.version" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Set dashboard version to 1 where 0" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="save existing dashboard data in dashboard_version table v1" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="alter dashboard_version.data to mediumtext v1" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create team table" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index team.org_id" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_org_id_name" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create team member table" 2024-01-23T23:24:29.311 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index team_member.org_id" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index team_member_org_id_team_id_user_id" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column email to team table" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column external to team_member table" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add column permission to team_member table" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create dashboard acl table" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index dashboard_acl_dashboard_id" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_user_id" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index dashboard_acl_dashboard_id_team_id" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="save default acl rules in dashboard_acl table" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create tag table" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index tag.key_value" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create login attempt table" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index login_attempt.username" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop index IDX_login_attempt_username - v1" 2024-01-23T23:24:29.312 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Rename table login_attempt to login_attempt_tmp_qwerty - v1" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create login_attempt v2" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_login_attempt_username - v2" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="copy login_attempt v1 to v2" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="drop login_attempt_tmp_qwerty" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth table" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create index IDX_user_auth_auth_module_auth_id - v1" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="alter user_auth.auth_id to length 190" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth access token to user_auth" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth refresh token to user_auth" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth token type to user_auth" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add OAuth expiry to user_auth" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="Add index to user_id column in user_auth" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create server_lock table" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add index server_lock.operation_uid" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create user auth token table" 2024-01-23T23:24:29.313 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.auth_token" 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index user_auth_token.prev_auth_token" 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="create cache_data table" 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Executing migration" logger=migrator id="add unique index cache_data.cache_key" 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Created default admin" logger=sqlstore user=admin 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing HTTPServer" logger=server 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing BackendPluginManager" logger=server 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing PluginManager" logger=server 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Starting plugin search" logger=plugins 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Registering plugin" logger=plugins name="Pie Chart" 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Registering plugin" logger=plugins name="Status Panel" 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing HooksService" logger=server 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing OSSLicensingService" logger=server 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing InternalMetricsService" logger=server 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing RemoteCache" logger=server 2024-01-23T23:24:29.314 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing QuotaService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing ServerLockService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing UserAuthTokenService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing RenderingService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing AlertEngine" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing DatasourceCacheService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing LoginService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing SearchService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing TracingService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing UsageStatsService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing CleanUpService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing NotificationService" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing provisioningServiceImpl" logger=server 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+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-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="inserting datasource from configuration " logger=provisioning.datasources name="Dashboard 1" 2024-01-23T23:24:29.315 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Backend rendering via phantomJS" logger=rendering renderer=phantomJS 2024-01-23T23:24:29.316 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+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-23T23:24:29.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:29 smithi037 bash[35265]: audit 2024-01-23T23:24:28.748638+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.37:0/3978163422' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-23T23:24:29.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:29 smithi037 bash[38667]: audit 2024-01-23T23:24:28.748638+0000 mon.c (mon.1) 20 : audit [DBG] from='client.? 172.21.15.37:0/3978163422' entity='client.admin' cmd=[{"prefix": "osd last-stat-seq", "id": 7}]: dispatch 2024-01-23T23:24:29.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:29 smithi037 bash[35265]: audit 2024-01-23T23:24:28.849580+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:29.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:29 smithi037 bash[35265]: audit 2024-01-23T23:24:28.852266+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:29.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:29 smithi037 bash[35265]: audit 2024-01-23T23:24:28.852892+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:29.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:29 smithi037 bash[38667]: audit 2024-01-23T23:24:28.849580+0000 mon.a (mon.0) 708 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:29.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:29 smithi037 bash[38667]: audit 2024-01-23T23:24:28.852266+0000 mon.a (mon.0) 709 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116220\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116294\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116326\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116355\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116383\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:23:58.116411\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:23:58.116447\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"starting\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:29.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:29 smithi037 bash[38667]: audit 2024-01-23T23:24:28.852892+0000 mon.a (mon.0) 710 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:29.603 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="Initializing Stream Manager" 2024-01-23T23:24:29.603 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:24:29 smithi079 bash[46623]: t=2024-01-23T23:24:29+0000 lvl=info msg="HTTP Server Listen" logger=http.server address=127.0.0.1:3000 protocol=https subUrl= socket= 2024-01-23T23:24:30.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:30 smithi037 bash[35265]: cluster 2024-01-23T23:24:29.087127+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:30.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:30 smithi037 bash[38667]: cluster 2024-01-23T23:24:29.087127+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:30.564 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:24:30.565 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-01-23T23:24:30.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:30 smithi079 bash[35301]: cluster 2024-01-23T23:24:29.087127+0000 mgr.y (mgr.14142) 159 : cluster [DBG] pgmap v162: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:31.058 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":162,"stamp":"2024-01-23T23:24:29.086986+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":8393592,"kb_used_data":4920,"kb_used_omap":47,"kb_used_meta":8388560,"kb_avail":741567624,"statfs":{"total":767960285184,"available":759365246976,"internally_reserved":8589934592,"allocated":5038080,"data_stored":1999678,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":48803,"internal_metadata":8589885789},"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.001929"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"63","state":"active+clean","last_fresh":"2024-01-23T23:23:42.252326+0000","last_change":"2024-01-23T23:23:42.252326+0000","last_active":"2024-01-23T23:23:42.252326+0000","last_peered":"2024-01-23T23:23:42.252326+0000","last_clean":"2024-01-23T23:23:42.252326+0000","last_became_active":"2024-01-23T23:23:42.249429+0000","last_became_peered":"2024-01-23T23:23:42.249429+0000","last_unstale":"2024-01-23T23:23:42.252326+0000","last_undegraded":"2024-01-23T23:23:42.252326+0000","last_fullsized":"2024-01-23T23:23:42.252326+0000","mapping_epoch":62,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":63,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-23T23:20:22.511227+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-23T23:20:22.511227+0000","last_clean_scrub_stamp":"2024-01-23T23:20:22.511227+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":43715,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":62,"seq":266287972364,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.76900000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71299999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73699999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.76200000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29799999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34599999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35999999999999999}]}]},{"osd":6,"up_from":58,"seq":249108103180,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7799,"internal_metadata":1073734025},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40999999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46200000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30499999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39900000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]}]},{"osd":1,"up_from":21,"seq":90194313242,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049192,"kb_used_data":608,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695960,"statfs":{"total":95995035648,"available":94920663040,"internally_reserved":1073741824,"allocated":622592,"data_stored":249489,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8227,"internal_metadata":1073733597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 23 23:23:29 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.23999999999999999},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.33800000000000002}]},{"osd":2,"last update":"Tue Jan 23 23:23:43 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.315},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.26800000000000002}]},{"osd":3,"last update":"Tue Jan 23 23:23:49 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.27700000000000002}]},{"osd":4,"last update":"Tue Jan 23 23:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":1.0529999999999999,"5min":1.0529999999999999,"15min":1.0529999999999999},"last":0.438},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.61199999999999999}]},{"osd":5,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.55100000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]}]},{"osd":0,"up_from":14,"seq":60129542173,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":4,"kb_used_meta":1048571,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5088,"internal_metadata":1073736736},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Jan 23 23:23:32 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.20499999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.32000000000000001}]},{"osd":2,"last update":"Tue Jan 23 23:23:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.27600000000000002}]},{"osd":3,"last update":"Tue Jan 23 23:23:46 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.309},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.35599999999999998}]},{"osd":4,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.496},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.48399999999999999}]},{"osd":5,"last update":"Tue Jan 23 23:24:27 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.45300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45900000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51300000000000001}]}]},{"osd":2,"up_from":30,"seq":128849018903,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9791,"internal_metadata":1073732033},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 23 23:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.29899999999999999}]},{"osd":1,"last update":"Tue Jan 23 23:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.34100000000000003}]},{"osd":3,"last update":"Tue Jan 23 23:23:48 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.36899999999999999}]},{"osd":4,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.496}]},{"osd":5,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.47199999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54800000000000004}]}]},{"osd":3,"up_from":33,"seq":141733920791,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 23 23:23:50 2024","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.32700000000000001}]},{"osd":1,"last update":"Tue Jan 23 23:23:50 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.27600000000000002},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.40400000000000003}]},{"osd":2,"last update":"Tue Jan 23 23:23:50 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.253}]},{"osd":4,"last update":"Tue Jan 23 23:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.312},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.36399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39700000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41599999999999998}]}]},{"osd":4,"up_from":41,"seq":176093659154,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7944,"internal_metadata":1073733880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.52200000000000002}]},{"osd":1,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.50900000000000001}]},{"osd":2,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.54100000000000004}]},{"osd":3,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.61399999999999999}]},{"osd":5,"last update":"Tue Jan 23 23:24:26 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.48899999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45000000000000001}]}]},{"osd":5,"up_from":50,"seq":214748364815,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9954,"internal_metadata":1073731870},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.34300000000000003}]},{"osd":1,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.29899999999999999}]},{"osd":2,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.38700000000000001}]},{"osd":3,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.308},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.373}]},{"osd":4,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.39800000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.439}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]}]}]}} 2024-01-23T23:24:31.060 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph pg dump --format=json 2024-01-23T23:24:32.284 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:24:32.285 INFO:teuthology.orchestra.run.smithi037.stderr:dumped all 2024-01-23T23:24:32.547 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:32 smithi037 bash[38667]: audit 2024-01-23T23:24:30.561120+0000 mgr.y (mgr.14142) 160 : audit [DBG] from='client.24505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-23T23:24:32.547 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:32 smithi037 bash[38667]: cluster 2024-01-23T23:24:31.087397+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:32.548 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:32 smithi037 bash[35265]: audit 2024-01-23T23:24:30.561120+0000 mgr.y (mgr.14142) 160 : audit [DBG] from='client.24505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-23T23:24:32.548 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:32 smithi037 bash[35265]: cluster 2024-01-23T23:24:31.087397+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:32.548 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:32 smithi037 bash[38667]: audit 2024-01-23T23:24:31.276846+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"bef256fe1490\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275882\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:11.429773\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_daemon_update\": \"2024-01-23T23:24:31.275963\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:32.548 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:32 smithi037 bash[38667]: audit 2024-01-23T23:24:31.279577+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"bef256fe1490\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275882\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:11.429773\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_daemon_update\": \"2024-01-23T23:24:31.275963\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:32.549 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:32 smithi037 bash[38667]: audit 2024-01-23T23:24:31.280075+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:32.549 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:32 smithi037 bash[35265]: audit 2024-01-23T23:24:31.276846+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"bef256fe1490\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275882\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:11.429773\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_daemon_update\": \"2024-01-23T23:24:31.275963\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:32.549 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:32 smithi037 bash[35265]: audit 2024-01-23T23:24:31.279577+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"bef256fe1490\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275882\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:11.429773\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_daemon_update\": \"2024-01-23T23:24:31.275963\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:32.549 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:32 smithi037 bash[35265]: audit 2024-01-23T23:24:31.280075+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:32.601 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:32 smithi079 bash[35301]: audit 2024-01-23T23:24:30.561120+0000 mgr.y (mgr.14142) 160 : audit [DBG] from='client.24505 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-23T23:24:32.601 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:32 smithi079 bash[35301]: cluster 2024-01-23T23:24:31.087397+0000 mgr.y (mgr.14142) 161 : cluster [DBG] pgmap v163: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:32.601 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:32 smithi079 bash[35301]: audit 2024-01-23T23:24:31.276846+0000 mon.a (mon.0) 711 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"bef256fe1490\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275882\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:11.429773\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_daemon_update\": \"2024-01-23T23:24:31.275963\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:32.601 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:32 smithi079 bash[35301]: audit 2024-01-23T23:24:31.279577+0000 mon.a (mon.0) 712 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"bef256fe1490\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275882\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:11.429773\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:59.329554\"}}, \"last_daemon_update\": \"2024-01-23T23:24:31.275963\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:32.601 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:32 smithi079 bash[35301]: audit 2024-01-23T23:24:31.280075+0000 mon.a (mon.0) 713 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:32.665 INFO:teuthology.orchestra.run.smithi037.stdout:{"pg_ready":true,"pg_map":{"version":163,"stamp":"2024-01-23T23:24:31.087276+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":8393592,"kb_used_data":4920,"kb_used_omap":47,"kb_used_meta":8388560,"kb_avail":741567624,"statfs":{"total":767960285184,"available":759365246976,"internally_reserved":8589934592,"allocated":5038080,"data_stored":1999678,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":48803,"internal_metadata":8589885789},"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.001878"},"pg_stats":[{"pgid":"1.0","version":"17'1","reported_seq":"14","reported_epoch":"63","state":"active+clean","last_fresh":"2024-01-23T23:23:42.252326+0000","last_change":"2024-01-23T23:23:42.252326+0000","last_active":"2024-01-23T23:23:42.252326+0000","last_peered":"2024-01-23T23:23:42.252326+0000","last_clean":"2024-01-23T23:23:42.252326+0000","last_became_active":"2024-01-23T23:23:42.249429+0000","last_became_peered":"2024-01-23T23:23:42.249429+0000","last_unstale":"2024-01-23T23:23:42.252326+0000","last_undegraded":"2024-01-23T23:23:42.252326+0000","last_fullsized":"2024-01-23T23:23:42.252326+0000","mapping_epoch":62,"log_start":"0'0","ondisk_log_start":"0'0","created":2,"last_epoch_clean":63,"parent":"0.0","parent_split_bits":0,"last_scrub":"0'0","last_scrub_stamp":"2024-01-23T23:20:22.511227+0000","last_deep_scrub":"0'0","last_deep_scrub_stamp":"2024-01-23T23:20:22.511227+0000","last_clean_scrub_stamp":"2024-01-23T23:20:22.511227+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":43715,"internal_metadata":0},"log_size":1,"ondisk_log_size":1,"up":3,"acting":3,"num_store_stats":7}],"osd_stats":[{"osd":7,"up_from":62,"seq":266287972364,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,3,4,5,6],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.76900000000000002}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.71299999999999997}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.73699999999999999}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.76200000000000001}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.29799999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.34599999999999997}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.35999999999999999}]}]},{"osd":6,"up_from":58,"seq":249108103180,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7799,"internal_metadata":1073734025},"hb_peers":[0,1,2,3,4,5,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.40999999999999998}]},{"osd":1,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.46200000000000002}]},{"osd":2,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.432}]},{"osd":3,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.44}]},{"osd":4,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.30499999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39900000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41699999999999998}]}]},{"osd":1,"up_from":21,"seq":90194313242,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049192,"kb_used_data":608,"kb_used_omap":8,"kb_used_meta":1048567,"kb_avail":92695960,"statfs":{"total":95995035648,"available":94920663040,"internally_reserved":1073741824,"allocated":622592,"data_stored":249489,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":8227,"internal_metadata":1073733597},"hb_peers":[0,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 23 23:23:29 2024","interfaces":[{"interface":"back","average":{"1min":0.35999999999999999,"5min":0.35999999999999999,"15min":0.35999999999999999},"min":{"1min":0.22900000000000001,"5min":0.22900000000000001,"15min":0.22900000000000001},"max":{"1min":0.68700000000000006,"5min":0.68700000000000006,"15min":0.68700000000000006},"last":0.23999999999999999},{"interface":"front","average":{"1min":0.375,"5min":0.375,"15min":0.375},"min":{"1min":0.20999999999999999,"5min":0.20999999999999999,"15min":0.20999999999999999},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.33800000000000002}]},{"osd":2,"last update":"Tue Jan 23 23:23:43 2024","interfaces":[{"interface":"back","average":{"1min":0.438,"5min":0.438,"15min":0.438},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.69099999999999995,"5min":0.69099999999999995,"15min":0.69099999999999995},"last":0.315},{"interface":"front","average":{"1min":0.42399999999999999,"5min":0.42399999999999999,"15min":0.42399999999999999},"min":{"1min":0.29399999999999998,"5min":0.29399999999999998,"15min":0.29399999999999998},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.26800000000000002}]},{"osd":3,"last update":"Tue Jan 23 23:23:49 2024","interfaces":[{"interface":"back","average":{"1min":0.42499999999999999,"5min":0.42499999999999999,"15min":0.42499999999999999},"min":{"1min":0.254,"5min":0.254,"15min":0.254},"max":{"1min":0.626,"5min":0.626,"15min":0.626},"last":0.30199999999999999},{"interface":"front","average":{"1min":0.44600000000000001,"5min":0.44600000000000001,"15min":0.44600000000000001},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.57999999999999996,"5min":0.57999999999999996,"15min":0.57999999999999996},"last":0.27700000000000002}]},{"osd":4,"last update":"Tue Jan 23 23:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.54300000000000004,"5min":0.54300000000000004,"15min":0.54300000000000004},"min":{"1min":0.307,"5min":0.307,"15min":0.307},"max":{"1min":1.0529999999999999,"5min":1.0529999999999999,"15min":1.0529999999999999},"last":0.438},{"interface":"front","average":{"1min":0.48499999999999999,"5min":0.48499999999999999,"15min":0.48499999999999999},"min":{"1min":0.32500000000000001,"5min":0.32500000000000001,"15min":0.32500000000000001},"max":{"1min":0.68500000000000005,"5min":0.68500000000000005,"15min":0.68500000000000005},"last":0.61199999999999999}]},{"osd":5,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.52400000000000002,"5min":0.52400000000000002,"15min":0.52400000000000002},"min":{"1min":0.34699999999999998,"5min":0.34699999999999998,"15min":0.34699999999999998},"max":{"1min":0.79700000000000004,"5min":0.79700000000000004,"15min":0.79700000000000004},"last":0.44600000000000001},{"interface":"front","average":{"1min":0.51500000000000001,"5min":0.51500000000000001,"15min":0.51500000000000001},"min":{"1min":0.35299999999999998,"5min":0.35299999999999998,"15min":0.35299999999999998},"max":{"1min":0.78300000000000003,"5min":0.78300000000000003,"15min":0.78300000000000003},"last":0.55100000000000005}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54400000000000004}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.60299999999999998}]}]},{"osd":0,"up_from":14,"seq":60129542173,"num_pgs":1,"num_osds":1,"num_per_pool_osds":1,"num_per_pool_omap_osds":1,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":4,"kb_used_meta":1048571,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":5088,"internal_metadata":1073736736},"hb_peers":[1,2,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":1,"last update":"Tue Jan 23 23:23:32 2024","interfaces":[{"interface":"back","average":{"1min":0.34000000000000002,"5min":0.34000000000000002,"15min":0.34000000000000002},"min":{"1min":0.20499999999999999,"5min":0.20499999999999999,"15min":0.20499999999999999},"max":{"1min":0.61799999999999999,"5min":0.61799999999999999,"15min":0.61799999999999999},"last":0.33000000000000002},{"interface":"front","average":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"min":{"1min":0.214,"5min":0.214,"15min":0.214},"max":{"1min":0.502,"5min":0.502,"15min":0.502},"last":0.32000000000000001}]},{"osd":2,"last update":"Tue Jan 23 23:23:46 2024","interfaces":[{"interface":"back","average":{"1min":0.36299999999999999,"5min":0.36299999999999999,"15min":0.36299999999999999},"min":{"1min":0.27300000000000002,"5min":0.27300000000000002,"15min":0.27300000000000002},"max":{"1min":0.52700000000000002,"5min":0.52700000000000002,"15min":0.52700000000000002},"last":0.34000000000000002},{"interface":"front","average":{"1min":0.39900000000000002,"5min":0.39900000000000002,"15min":0.39900000000000002},"min":{"1min":0.27700000000000002,"5min":0.27700000000000002,"15min":0.27700000000000002},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.27600000000000002}]},{"osd":3,"last update":"Tue Jan 23 23:23:46 2024","interfaces":[{"interface":"back","average":{"1min":0.42999999999999999,"5min":0.42999999999999999,"15min":0.42999999999999999},"min":{"1min":0.26800000000000002,"5min":0.26800000000000002,"15min":0.26800000000000002},"max":{"1min":0.59199999999999997,"5min":0.59199999999999997,"15min":0.59199999999999997},"last":0.309},{"interface":"front","average":{"1min":0.41299999999999998,"5min":0.41299999999999998,"15min":0.41299999999999998},"min":{"1min":0.27800000000000002,"5min":0.27800000000000002,"15min":0.27800000000000002},"max":{"1min":0.56699999999999995,"5min":0.56699999999999995,"15min":0.56699999999999995},"last":0.35599999999999998}]},{"osd":4,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.48599999999999999,"5min":0.48599999999999999,"15min":0.48599999999999999},"min":{"1min":0.35399999999999998,"5min":0.35399999999999998,"15min":0.35399999999999998},"max":{"1min":0.70299999999999996,"5min":0.70299999999999996,"15min":0.70299999999999996},"last":0.496},{"interface":"front","average":{"1min":0.51900000000000002,"5min":0.51900000000000002,"15min":0.51900000000000002},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":0.69699999999999995,"5min":0.69699999999999995,"15min":0.69699999999999995},"last":0.48399999999999999}]},{"osd":5,"last update":"Tue Jan 23 23:24:27 2024","interfaces":[{"interface":"back","average":{"1min":0.496,"5min":0.496,"15min":0.496},"min":{"1min":0.35099999999999998,"5min":0.35099999999999998,"15min":0.35099999999999998},"max":{"1min":0.63200000000000001,"5min":0.63200000000000001,"15min":0.63200000000000001},"last":0.54000000000000004},{"interface":"front","average":{"1min":0.48299999999999998,"5min":0.48299999999999998,"15min":0.48299999999999998},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.45300000000000001}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45900000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.51300000000000001}]}]},{"osd":2,"up_from":30,"seq":128849018903,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9791,"internal_metadata":1073732033},"hb_peers":[0,1,3,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 23 23:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.377,"5min":0.377,"15min":0.377},"min":{"1min":0.23999999999999999,"5min":0.23999999999999999,"15min":0.23999999999999999},"max":{"1min":0.60699999999999998,"5min":0.60699999999999998,"15min":0.60699999999999998},"last":0.30499999999999999},{"interface":"front","average":{"1min":0.37,"5min":0.37,"15min":0.37},"min":{"1min":0.26000000000000001,"5min":0.26000000000000001,"15min":0.26000000000000001},"max":{"1min":0.67800000000000005,"5min":0.67800000000000005,"15min":0.67800000000000005},"last":0.29899999999999999}]},{"osd":1,"last update":"Tue Jan 23 23:23:44 2024","interfaces":[{"interface":"back","average":{"1min":0.36899999999999999,"5min":0.36899999999999999,"15min":0.36899999999999999},"min":{"1min":0.26900000000000002,"5min":0.26900000000000002,"15min":0.26900000000000002},"max":{"1min":0.59399999999999997,"5min":0.59399999999999997,"15min":0.59399999999999997},"last":0.28499999999999998},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.31,"5min":0.31,"15min":0.31},"max":{"1min":0.66300000000000003,"5min":0.66300000000000003,"15min":0.66300000000000003},"last":0.34100000000000003}]},{"osd":3,"last update":"Tue Jan 23 23:23:48 2024","interfaces":[{"interface":"back","average":{"1min":0.40100000000000002,"5min":0.40100000000000002,"15min":0.40100000000000002},"min":{"1min":0.29499999999999998,"5min":0.29499999999999998,"15min":0.29499999999999998},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.35199999999999998},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.312,"5min":0.312,"15min":0.312},"max":{"1min":0.70499999999999996,"5min":0.70499999999999996,"15min":0.70499999999999996},"last":0.36899999999999999}]},{"osd":4,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.47999999999999998,"5min":0.47999999999999998,"15min":0.47999999999999998},"min":{"1min":0.371,"5min":0.371,"15min":0.371},"max":{"1min":0.69799999999999995,"5min":0.69799999999999995,"15min":0.69799999999999995},"last":0.55400000000000005},{"interface":"front","average":{"1min":0.5,"5min":0.5,"15min":0.5},"min":{"1min":0.33300000000000002,"5min":0.33300000000000002,"15min":0.33300000000000002},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.496}]},{"osd":5,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.505,"5min":0.505,"15min":0.505},"min":{"1min":0.35699999999999998,"5min":0.35699999999999998,"15min":0.35699999999999998},"max":{"1min":0.75900000000000001,"5min":0.75900000000000001,"15min":0.75900000000000001},"last":0.51400000000000001},{"interface":"front","average":{"1min":0.503,"5min":0.503,"15min":0.503},"min":{"1min":0.39000000000000001,"5min":0.39000000000000001,"15min":0.39000000000000001},"max":{"1min":0.71499999999999997,"5min":0.71499999999999997,"15min":0.71499999999999997},"last":0.47199999999999998}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.48899999999999999}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.54800000000000004}]}]},{"osd":3,"up_from":33,"seq":141733920791,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":0,"kb_used_meta":1048576,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":0,"internal_metadata":1073741824},"hb_peers":[0,1,2,4,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 23 23:23:50 2024","interfaces":[{"interface":"back","average":{"1min":0.39700000000000002,"5min":0.39700000000000002,"15min":0.39700000000000002},"min":{"1min":0.23899999999999999,"5min":0.23899999999999999,"15min":0.23899999999999999},"max":{"1min":0.64600000000000002,"5min":0.64600000000000002,"15min":0.64600000000000002},"last":0.29999999999999999},{"interface":"front","average":{"1min":0.41099999999999998,"5min":0.41099999999999998,"15min":0.41099999999999998},"min":{"1min":0.27100000000000002,"5min":0.27100000000000002,"15min":0.27100000000000002},"max":{"1min":0.65900000000000003,"5min":0.65900000000000003,"15min":0.65900000000000003},"last":0.32700000000000001}]},{"osd":1,"last update":"Tue Jan 23 23:23:50 2024","interfaces":[{"interface":"back","average":{"1min":0.40999999999999998,"5min":0.40999999999999998,"15min":0.40999999999999998},"min":{"1min":0.28799999999999998,"5min":0.28799999999999998,"15min":0.28799999999999998},"max":{"1min":0.72599999999999998,"5min":0.72599999999999998,"15min":0.72599999999999998},"last":0.27600000000000002},{"interface":"front","average":{"1min":0.42799999999999999,"5min":0.42799999999999999,"15min":0.42799999999999999},"min":{"1min":0.31900000000000001,"5min":0.31900000000000001,"15min":0.31900000000000001},"max":{"1min":0.67500000000000004,"5min":0.67500000000000004,"15min":0.67500000000000004},"last":0.40400000000000003}]},{"osd":2,"last update":"Tue Jan 23 23:23:50 2024","interfaces":[{"interface":"back","average":{"1min":0.46100000000000002,"5min":0.46100000000000002,"15min":0.46100000000000002},"min":{"1min":0.33900000000000002,"5min":0.33900000000000002,"15min":0.33900000000000002},"max":{"1min":0.73799999999999999,"5min":0.73799999999999999,"15min":0.73799999999999999},"last":0.34100000000000003},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.26700000000000002,"5min":0.26700000000000002,"15min":0.26700000000000002},"max":{"1min":0.68400000000000005,"5min":0.68400000000000005,"15min":0.68400000000000005},"last":0.253}]},{"osd":4,"last update":"Tue Jan 23 23:24:08 2024","interfaces":[{"interface":"back","average":{"1min":0.58699999999999997,"5min":0.58699999999999997,"15min":0.58699999999999997},"min":{"1min":0.40400000000000003,"5min":0.40400000000000003,"15min":0.40400000000000003},"max":{"1min":1.1459999999999999,"5min":1.1459999999999999,"15min":1.1459999999999999},"last":0.312},{"interface":"front","average":{"1min":0.54100000000000004,"5min":0.54100000000000004,"15min":0.54100000000000004},"min":{"1min":0.37,"5min":0.37,"15min":0.37},"max":{"1min":1.1539999999999999,"5min":1.1539999999999999,"15min":1.1539999999999999},"last":0.36399999999999999}]},{"osd":5,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.373}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.39700000000000002}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41599999999999998}]}]},{"osd":4,"up_from":41,"seq":176093659154,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":7,"kb_used_meta":1048568,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":7944,"internal_metadata":1073733880},"hb_peers":[0,1,2,3,5,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.46300000000000002,"5min":0.46300000000000002,"15min":0.46300000000000002},"min":{"1min":0.308,"5min":0.308,"15min":0.308},"max":{"1min":0.61499999999999999,"5min":0.61499999999999999,"15min":0.61499999999999999},"last":0.60699999999999998},{"interface":"front","average":{"1min":0.46200000000000002,"5min":0.46200000000000002,"15min":0.46200000000000002},"min":{"1min":0.28699999999999998,"5min":0.28699999999999998,"15min":0.28699999999999998},"max":{"1min":0.68600000000000005,"5min":0.68600000000000005,"15min":0.68600000000000005},"last":0.52200000000000002}]},{"osd":1,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.439,"5min":0.439,"15min":0.439},"min":{"1min":0.27200000000000002,"5min":0.27200000000000002,"15min":0.27200000000000002},"max":{"1min":0.57899999999999996,"5min":0.57899999999999996,"15min":0.57899999999999996},"last":0.57399999999999995},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.36199999999999999,"5min":0.36199999999999999,"15min":0.36199999999999999},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.50900000000000001}]},{"osd":2,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.47599999999999998,"5min":0.47599999999999998,"15min":0.47599999999999998},"min":{"1min":0.28100000000000003,"5min":0.28100000000000003,"15min":0.28100000000000003},"max":{"1min":0.67200000000000004,"5min":0.67200000000000004,"15min":0.67200000000000004},"last":0.56100000000000005},{"interface":"front","average":{"1min":0.497,"5min":0.497,"15min":0.497},"min":{"1min":0.33700000000000002,"5min":0.33700000000000002,"15min":0.33700000000000002},"max":{"1min":0.65600000000000003,"5min":0.65600000000000003,"15min":0.65600000000000003},"last":0.54100000000000004}]},{"osd":3,"last update":"Tue Jan 23 23:24:07 2024","interfaces":[{"interface":"back","average":{"1min":0.51300000000000001,"5min":0.51300000000000001,"15min":0.51300000000000001},"min":{"1min":0.32400000000000001,"5min":0.32400000000000001,"15min":0.32400000000000001},"max":{"1min":0.65100000000000002,"5min":0.65100000000000002,"15min":0.65100000000000002},"last":0.58899999999999997},{"interface":"front","average":{"1min":0.502,"5min":0.502,"15min":0.502},"min":{"1min":0.33000000000000002,"5min":0.33000000000000002,"15min":0.33000000000000002},"max":{"1min":0.72999999999999998,"5min":0.72999999999999998,"15min":0.72999999999999998},"last":0.61399999999999999}]},{"osd":5,"last update":"Tue Jan 23 23:24:26 2024","interfaces":[{"interface":"back","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.245,"5min":0.245,"15min":0.245},"max":{"1min":0.57099999999999995,"5min":0.57099999999999995,"15min":0.57099999999999995},"last":0.39800000000000002},{"interface":"front","average":{"1min":0.38600000000000001,"5min":0.38600000000000001,"15min":0.38600000000000001},"min":{"1min":0.221,"5min":0.221,"15min":0.221},"max":{"1min":0.624,"5min":0.624,"15min":0.624},"last":0.48899999999999999}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.41199999999999998}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.45000000000000001}]}]},{"osd":5,"up_from":50,"seq":214748364815,"num_pgs":0,"num_osds":1,"num_per_pool_osds":0,"num_per_pool_omap_osds":0,"kb":93745152,"kb_used":1049200,"kb_used_data":616,"kb_used_omap":9,"kb_used_meta":1048566,"kb_avail":92695952,"statfs":{"total":95995035648,"available":94920654848,"internally_reserved":1073741824,"allocated":630784,"data_stored":250027,"data_compressed":0,"data_compressed_allocated":0,"data_compressed_original":0,"omap_allocated":9954,"internal_metadata":1073731870},"hb_peers":[0,1,2,3,4,6,7],"snap_trim_queue_len":0,"num_snap_trimming":0,"num_shards_repaired":0,"op_queue_age_hist":{"histogram":[],"upper_bound":1},"perf_stat":{"commit_latency_ms":0,"apply_latency_ms":0,"commit_latency_ns":0,"apply_latency_ns":0},"alerts":[],"network_ping_times":[{"osd":0,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.44500000000000001,"5min":0.44500000000000001,"15min":0.44500000000000001},"min":{"1min":0.311,"5min":0.311,"15min":0.311},"max":{"1min":0.61099999999999999,"5min":0.61099999999999999,"15min":0.61099999999999999},"last":0.26000000000000001},{"interface":"front","average":{"1min":0.41799999999999998,"5min":0.41799999999999998,"15min":0.41799999999999998},"min":{"1min":0.29699999999999999,"5min":0.29699999999999999,"15min":0.29699999999999999},"max":{"1min":0.60099999999999998,"5min":0.60099999999999998,"15min":0.60099999999999998},"last":0.34300000000000003}]},{"osd":1,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.45000000000000001,"5min":0.45000000000000001,"15min":0.45000000000000001},"min":{"1min":0.32800000000000001,"5min":0.32800000000000001,"15min":0.32800000000000001},"max":{"1min":0.65000000000000002,"5min":0.65000000000000002,"15min":0.65000000000000002},"last":0.32400000000000001},{"interface":"front","average":{"1min":0.436,"5min":0.436,"15min":0.436},"min":{"1min":0.28599999999999998,"5min":0.28599999999999998,"15min":0.28599999999999998},"max":{"1min":0.56000000000000005,"5min":0.56000000000000005,"15min":0.56000000000000005},"last":0.29899999999999999}]},{"osd":2,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.47799999999999998,"5min":0.47799999999999998,"15min":0.47799999999999998},"min":{"1min":0.32300000000000001,"5min":0.32300000000000001,"15min":0.32300000000000001},"max":{"1min":0.69299999999999995,"5min":0.69299999999999995,"15min":0.69299999999999995},"last":0.28599999999999998},{"interface":"front","average":{"1min":0.46500000000000002,"5min":0.46500000000000002,"15min":0.46500000000000002},"min":{"1min":0.376,"5min":0.376,"15min":0.376},"max":{"1min":0.59099999999999997,"5min":0.59099999999999997,"15min":0.59099999999999997},"last":0.38700000000000001}]},{"osd":3,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.44,"5min":0.44,"15min":0.44},"min":{"1min":0.33200000000000002,"5min":0.33200000000000002,"15min":0.33200000000000002},"max":{"1min":0.56200000000000006,"5min":0.56200000000000006,"15min":0.56200000000000006},"last":0.308},{"interface":"front","average":{"1min":0.48799999999999999,"5min":0.48799999999999999,"15min":0.48799999999999999},"min":{"1min":0.373,"5min":0.373,"15min":0.373},"max":{"1min":0.59699999999999998,"5min":0.59699999999999998,"15min":0.59699999999999998},"last":0.373}]},{"osd":4,"last update":"Tue Jan 23 23:24:24 2024","interfaces":[{"interface":"back","average":{"1min":0.36599999999999999,"5min":0.36599999999999999,"15min":0.36599999999999999},"min":{"1min":0.27400000000000002,"5min":0.27400000000000002,"15min":0.27400000000000002},"max":{"1min":0.504,"5min":0.504,"15min":0.504},"last":0.35799999999999998},{"interface":"front","average":{"1min":0.36399999999999999,"5min":0.36399999999999999,"15min":0.36399999999999999},"min":{"1min":0.24299999999999999,"5min":0.24299999999999999,"15min":0.24299999999999999},"max":{"1min":0.56899999999999995,"5min":0.56899999999999995,"15min":0.56899999999999995},"last":0.39800000000000002}]},{"osd":6,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.439}]},{"osd":7,"last update":"Thu Jan 1 00:00:00 1970","interfaces":[{"interface":"back","average":{"1min":0,"5min":0,"15min":0},"min":{"1min":0,"5min":0,"15min":0},"max":{"1min":0,"5min":0,"15min":0},"last":0.42099999999999999}]}]}]}} 2024-01-23T23:24:32.666 INFO:tasks.cephadm.ceph_manager.ceph:clean! 2024-01-23T23:24:32.666 INFO:tasks.ceph:Waiting until ceph cluster ceph is healthy... 2024-01-23T23:24:32.666 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy 2024-01-23T23:24:32.667 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -- ceph health --format=json 2024-01-23T23:24:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:33 smithi079 bash[35301]: audit 2024-01-23T23:24:32.281275+0000 mgr.y (mgr.14142) 162 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-23T23:24:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:33 smithi079 bash[35301]: cluster 2024-01-23T23:24:33.087749+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:33 smithi079 bash[35301]: audit 2024-01-23T23:24:33.119860+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118970\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:33.119098\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:33 smithi079 bash[35301]: audit 2024-01-23T23:24:33.122818+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118970\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:33.119098\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:33 smithi079 bash[35301]: cephadm 2024-01-23T23:24:33.124736+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-23T23:24:33.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:33 smithi079 bash[35301]: cephadm 2024-01-23T23:24:33.126542+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi037 2024-01-23T23:24:33.555 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[35265]: audit 2024-01-23T23:24:32.281275+0000 mgr.y (mgr.14142) 162 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-23T23:24:33.555 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[35265]: cluster 2024-01-23T23:24:33.087749+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:33.555 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[38667]: audit 2024-01-23T23:24:32.281275+0000 mgr.y (mgr.14142) 162 : audit [DBG] from='client.14586 -' entity='client.admin' cmd=[{"prefix": "pg dump", "target": ["mon-mgr", ""], "format": "json"}]: dispatch 2024-01-23T23:24:33.555 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[38667]: cluster 2024-01-23T23:24:33.087749+0000 mgr.y (mgr.14142) 163 : cluster [DBG] pgmap v164: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:33.556 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[35265]: audit 2024-01-23T23:24:33.119860+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118970\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:33.119098\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:33.556 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[35265]: audit 2024-01-23T23:24:33.122818+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118970\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:33.119098\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:33.556 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[35265]: cephadm 2024-01-23T23:24:33.124736+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-23T23:24:33.556 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[35265]: cephadm 2024-01-23T23:24:33.126542+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi037 2024-01-23T23:24:33.556 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[38667]: audit 2024-01-23T23:24:33.119860+0000 mon.a (mon.0) 714 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118970\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:33.119098\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:33.556 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[38667]: audit 2024-01-23T23:24:33.122818+0000 mon.a (mon.0) 715 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"7362d84ba63f\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118970\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:23:56.902966\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:23:43.607360\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:33.119098\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:33.557 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[38667]: cephadm 2024-01-23T23:24:33.124736+0000 mgr.y (mgr.14142) 164 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-23T23:24:33.557 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:33 smithi037 bash[38667]: cephadm 2024-01-23T23:24:33.126542+0000 mgr.y (mgr.14142) 165 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi037 2024-01-23T23:24:34.000 INFO:teuthology.orchestra.run.smithi037.stdout: 2024-01-23T23:24:34.489 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:34 smithi037 bash[35265]: audit 2024-01-23T23:24:33.999408+0000 mon.a (mon.0) 716 : audit [DBG] from='client.? 172.21.15.37:0/1536912715' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-23T23:24:34.490 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:34 smithi037 bash[38667]: audit 2024-01-23T23:24:33.999408+0000 mon.a (mon.0) 716 : audit [DBG] from='client.? 172.21.15.37:0/1536912715' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-23T23:24:34.503 INFO:teuthology.orchestra.run.smithi037.stdout:{"status":"HEALTH_OK","checks":{},"mutes":[]} 2024-01-23T23:24:34.503 INFO:tasks.cephadm.ceph_manager.ceph:wait_until_healthy done 2024-01-23T23:24:34.503 INFO:tasks.cephadm:Setup complete, yielding 2024-01-23T23:24:34.503 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-23T23:24:34.511 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi037.front.sepia.ceph.com 2024-01-23T23:24:34.512 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin realm create --rgw-realm=r --default' 2024-01-23T23:24:34.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:34 smithi079 bash[35301]: audit 2024-01-23T23:24:33.999408+0000 mon.a (mon.0) 716 : audit [DBG] from='client.? 172.21.15.37:0/1536912715' entity='client.admin' cmd=[{"prefix": "health", "format": "json"}]: dispatch 2024-01-23T23:24:35.510 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:35 smithi037 bash[35265]: cluster 2024-01-23T23:24:35.088243+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:35.510 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:35 smithi037 bash[38667]: cluster 2024-01-23T23:24:35.088243+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:35.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:35 smithi079 bash[35301]: cluster 2024-01-23T23:24:35.088243+0000 mgr.y (mgr.14142) 166 : cluster [DBG] pgmap v165: 1 pgs: 1 active+clean; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:35.804 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:35 smithi037 systemd[1]: Stopping Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:24:35.804 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:35 smithi037 bash[50793]: ts=2024-01-23T23:24:35.622Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-23T23:24:36.126 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:35 smithi037 podman[53863]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-alertmanager.a 2024-01-23T23:24:36.435 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-23T23:24:36.435 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 systemd[1]: Stopped Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:24:36.435 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 systemd[1]: Starting Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:24:36.435 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 podman[54013]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-alertmanager.a" found: no such container 2024-01-23T23:24:36.435 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 systemd[1]: Started Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:24:36.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:36 smithi079 bash[35301]: audit 2024-01-23T23:24:36.419371+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:36.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:36 smithi079 bash[35301]: audit 2024-01-23T23:24:36.422571+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:36.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[54028]: ts=2024-01-23T23:24:36.600Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-23T23:24:36.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[54028]: ts=2024-01-23T23:24:36.600Z 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-23T23:24:36.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[54028]: ts=2024-01-23T23:24:36.601Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.37 port=9094 2024-01-23T23:24:36.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[54028]: ts=2024-01-23T23:24:36.602Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-23T23:24:36.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[54028]: ts=2024-01-23T23:24:36.624Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-23T23:24:36.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[54028]: ts=2024-01-23T23:24:36.624Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-23T23:24:36.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[54028]: ts=2024-01-23T23:24:36.627Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-23T23:24:36.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[54028]: ts=2024-01-23T23:24:36.627Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-23T23:24:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[35265]: audit 2024-01-23T23:24:36.419371+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[35265]: audit 2024-01-23T23:24:36.422571+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:36.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[38667]: audit 2024-01-23T23:24:36.419371+0000 mon.a (mon.0) 717 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:36.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:36 smithi037 bash[38667]: audit 2024-01-23T23:24:36.422571+0000 mon.a (mon.0) 718 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275580\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275679\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275712\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275741\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275769\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275797\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:31.275826\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:31.275854\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:37.511 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:24:37.511 INFO:teuthology.orchestra.run.smithi037.stdout: "id": "ca03bf98-27d6-4688-a9f6-9438e64bbc01", 2024-01-23T23:24:37.511 INFO:teuthology.orchestra.run.smithi037.stdout: "name": "r", 2024-01-23T23:24:37.511 INFO:teuthology.orchestra.run.smithi037.stdout: "current_period": "f03218fb-fac2-4e18-aed1-d1a6d66c4cb8", 2024-01-23T23:24:37.511 INFO:teuthology.orchestra.run.smithi037.stdout: "epoch": 1 2024-01-23T23:24:37.511 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:24:37.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:37 smithi079 bash[35301]: cephadm 2024-01-23T23:24:36.423191+0000 mgr.y (mgr.14142) 167 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-23T23:24:37.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:37 smithi079 bash[35301]: cephadm 2024-01-23T23:24:36.424738+0000 mgr.y (mgr.14142) 168 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2024-01-23T23:24:37.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:37 smithi079 bash[35301]: cluster 2024-01-23T23:24:36.473492+0000 mon.a (mon.0) 719 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-23T23:24:37.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:37 smithi079 bash[35301]: audit 2024-01-23T23:24:36.474948+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.37:0/3495157956' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-23T23:24:37.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:37 smithi079 bash[35301]: cluster 2024-01-23T23:24:37.088862+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v167: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:37.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:37 smithi079 bash[35301]: audit 2024-01-23T23:24:37.476280+0000 mon.a (mon.0) 721 : audit [INF] from='client.? 172.21.15.37:0/3495157956' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-23T23:24:37.772 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:37 smithi079 bash[35301]: cluster 2024-01-23T23:24:37.477136+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-23T23:24:37.823 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[38667]: cephadm 2024-01-23T23:24:36.423191+0000 mgr.y (mgr.14142) 167 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-23T23:24:37.823 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[38667]: cephadm 2024-01-23T23:24:36.424738+0000 mgr.y (mgr.14142) 168 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2024-01-23T23:24:37.823 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[38667]: cluster 2024-01-23T23:24:36.473492+0000 mon.a (mon.0) 719 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-23T23:24:37.824 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[38667]: audit 2024-01-23T23:24:36.474948+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.37:0/3495157956' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-23T23:24:37.824 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[38667]: cluster 2024-01-23T23:24:37.088862+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v167: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:37.824 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[38667]: audit 2024-01-23T23:24:37.476280+0000 mon.a (mon.0) 721 : audit [INF] from='client.? 172.21.15.37:0/3495157956' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-23T23:24:37.824 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[38667]: cluster 2024-01-23T23:24:37.477136+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-23T23:24:37.824 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[35265]: cephadm 2024-01-23T23:24:36.423191+0000 mgr.y (mgr.14142) 167 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-23T23:24:37.825 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[35265]: cephadm 2024-01-23T23:24:36.424738+0000 mgr.y (mgr.14142) 168 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2024-01-23T23:24:37.825 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[35265]: cluster 2024-01-23T23:24:36.473492+0000 mon.a (mon.0) 719 : cluster [DBG] osdmap e64: 8 total, 8 up, 8 in 2024-01-23T23:24:37.825 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[35265]: audit 2024-01-23T23:24:36.474948+0000 mon.a (mon.0) 720 : audit [INF] from='client.? 172.21.15.37:0/3495157956' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]: dispatch 2024-01-23T23:24:37.825 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[35265]: cluster 2024-01-23T23:24:37.088862+0000 mgr.y (mgr.14142) 169 : cluster [DBG] pgmap v167: 33 pgs: 1 creating+peering, 1 active+clean, 31 unknown; 0 B data, 4.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:24:37.825 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[35265]: audit 2024-01-23T23:24:37.476280+0000 mon.a (mon.0) 721 : audit [INF] from='client.? 172.21.15.37:0/3495157956' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": ".rgw.root","app": "rgw"}]': finished 2024-01-23T23:24:37.825 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:37 smithi037 bash[35265]: cluster 2024-01-23T23:24:37.477136+0000 mon.a (mon.0) 722 : cluster [DBG] osdmap e65: 8 total, 8 up, 8 in 2024-01-23T23:24:37.902 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin zonegroup create --rgw-zonegroup=default --master --default' 2024-01-23T23:24:38.602 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 systemd[1]: Stopping Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.448Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.448Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.448Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.448Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.448Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.448Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.448Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.448Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.448Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.449Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.449Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-23T23:24:38.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 bash[45920]: ts=2024-01-23T23:24:38.449Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-23T23:24:38.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:38 smithi037 bash[54028]: ts=2024-01-23T23:24:38.603Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.000695818s 2024-01-23T23:24:39.086 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 podman[47250]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-prometheus.a 2024-01-23T23:24:39.086 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@prometheus.a.service: Succeeded. 2024-01-23T23:24:39.086 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 systemd[1]: Stopped Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:24:39.086 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 systemd[1]: Starting Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:24:39.086 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 podman[47291]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-prometheus.a" found: no such container 2024-01-23T23:24:39.087 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:38 smithi079 systemd[1]: Started Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:24:39.353 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.253Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-23T23:24:39.353 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.254Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-23T23:24:39.353 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.254Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-01-23T23:24:39.353 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.254Z caller=main.go:594 level=info host_details="(Linux 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 smithi079 (none))" 2024-01-23T23:24:39.353 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.254Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-23T23:24:39.353 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.254Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-23T23:24:39.353 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.255Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-23T23:24:39.353 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.255Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.256Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.256Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.258Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.259Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=16.136µs 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.259Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.259Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=1 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.259Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=1 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.259Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=24.88µs wal_replay_duration=381.383µs wbl_replay_duration=140ns total_replay_duration=442.467µs 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.260Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.260Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.260Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.261Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=733.875µs db_storage=905ns remote_storage=990ns web_handler=284ns query_engine=560ns scrape=350.097µs scrape_sd=24.421µs notify=21.31µs notify_sd=5.907µs rules=23.155µs tracing=4.283µs 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.261Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-23T23:24:39.354 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[47306]: ts=2024-01-23T23:24:39.261Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-23T23:24:39.462 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:24:39.462 INFO:teuthology.orchestra.run.smithi037.stdout: "id": "afd6b316-6741-45cb-87e4-9d0fa2eb4c12", 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "name": "default", 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "api_name": "default", 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "is_master": "true", 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "endpoints": [], 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "hostnames": [], 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "hostnames_s3website": [], 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "master_zone": "", 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "zones": [], 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "placement_targets": [], 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "default_placement": "", 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "realm_id": "ca03bf98-27d6-4688-a9f6-9438e64bbc01", 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "sync_policy": { 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: "groups": [] 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:24:39.463 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:24:39.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[35265]: cluster 2024-01-23T23:24:38.476984+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-23T23:24:39.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[38667]: cluster 2024-01-23T23:24:38.476984+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-23T23:24:39.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[38667]: audit 2024-01-23T23:24:38.897695+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:39.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[35265]: audit 2024-01-23T23:24:38.897695+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:39.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[35265]: audit 2024-01-23T23:24:38.900979+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:39.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[35265]: cephadm 2024-01-23T23:24:38.901410+0000 mgr.y (mgr.14142) 170 : cephadm [INF] Setting dashboard grafana config to https://smithi079:3000 2024-01-23T23:24:39.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[35265]: audit 2024-01-23T23:24:38.901619+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-23T23:24:39.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[35265]: audit 2024-01-23T23:24:38.907313+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-23T23:24:39.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[35265]: audit 2024-01-23T23:24:38.910180+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:39.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[35265]: cluster 2024-01-23T23:24:39.089181+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v170: 33 pgs: 9 active+clean, 16 creating+peering, 8 unknown; 359 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-01-23T23:24:39.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[38667]: audit 2024-01-23T23:24:38.900979+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:39.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[38667]: cephadm 2024-01-23T23:24:38.901410+0000 mgr.y (mgr.14142) 170 : cephadm [INF] Setting dashboard grafana config to https://smithi079:3000 2024-01-23T23:24:39.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[38667]: audit 2024-01-23T23:24:38.901619+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-23T23:24:39.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[38667]: audit 2024-01-23T23:24:38.907313+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-23T23:24:39.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[38667]: audit 2024-01-23T23:24:38.910180+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:39.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:39 smithi037 bash[38667]: cluster 2024-01-23T23:24:39.089181+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v170: 33 pgs: 9 active+clean, 16 creating+peering, 8 unknown; 359 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-01-23T23:24:39.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[35301]: cluster 2024-01-23T23:24:38.476984+0000 mon.a (mon.0) 723 : cluster [DBG] osdmap e66: 8 total, 8 up, 8 in 2024-01-23T23:24:39.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[35301]: audit 2024-01-23T23:24:38.897695+0000 mon.a (mon.0) 724 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:39.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[35301]: audit 2024-01-23T23:24:38.900979+0000 mon.a (mon.0) 725 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118751\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118826\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118857\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118887\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118915\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:33.118942\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"starting\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.118998\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:33.119025\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:39.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[35301]: cephadm 2024-01-23T23:24:38.901410+0000 mgr.y (mgr.14142) 170 : cephadm [INF] Setting dashboard grafana config to https://smithi079:3000 2024-01-23T23:24:39.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[35301]: audit 2024-01-23T23:24:38.901619+0000 mon.a (mon.0) 726 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]: dispatch 2024-01-23T23:24:39.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[35301]: audit 2024-01-23T23:24:38.907313+0000 mon.a (mon.0) 727 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config set","value":"https://smithi079:3000","who":"mgr","name":"mgr/dashboard/GRAFANA_API_URL"}]': finished 2024-01-23T23:24:39.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[35301]: audit 2024-01-23T23:24:38.910180+0000 mon.a (mon.0) 728 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:39.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:39 smithi079 bash[35301]: cluster 2024-01-23T23:24:39.089181+0000 mgr.y (mgr.14142) 171 : cluster [DBG] pgmap v170: 33 pgs: 9 active+clean, 16 creating+peering, 8 unknown; 359 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-01-23T23:24:39.866 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin zone create --rgw-zonegroup=default --rgw-zone=z --master --default' 2024-01-23T23:24:41.064 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:24:41.064 INFO:teuthology.orchestra.run.smithi037.stdout: "id": "1f8c09f0-7bde-453f-ab2b-eb8bd1f0d9c0", 2024-01-23T23:24:41.064 INFO:teuthology.orchestra.run.smithi037.stdout: "name": "z", 2024-01-23T23:24:41.064 INFO:teuthology.orchestra.run.smithi037.stdout: "domain_root": "z.rgw.meta:root", 2024-01-23T23:24:41.064 INFO:teuthology.orchestra.run.smithi037.stdout: "control_pool": "z.rgw.control", 2024-01-23T23:24:41.064 INFO:teuthology.orchestra.run.smithi037.stdout: "gc_pool": "z.rgw.log:gc", 2024-01-23T23:24:41.064 INFO:teuthology.orchestra.run.smithi037.stdout: "lc_pool": "z.rgw.log:lc", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "log_pool": "z.rgw.log", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "intent_log_pool": "z.rgw.log:intent", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "usage_log_pool": "z.rgw.log:usage", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "roles_pool": "z.rgw.meta:roles", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "reshard_pool": "z.rgw.log:reshard", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "user_keys_pool": "z.rgw.meta:users.keys", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "user_email_pool": "z.rgw.meta:users.email", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "user_swift_pool": "z.rgw.meta:users.swift", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "user_uid_pool": "z.rgw.meta:users.uid", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "otp_pool": "z.rgw.otp", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "system_key": { 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "access_key": "", 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: "secret_key": "" 2024-01-23T23:24:41.065 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: "placement_pools": [ 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: { 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: "key": "default-placement", 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: "val": { 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: "index_pool": "z.rgw.buckets.index", 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: "storage_classes": { 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: "STANDARD": { 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: "data_pool": "z.rgw.buckets.data" 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: "data_extra_pool": "z.rgw.buckets.non-ec", 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: "index_type": 0 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:24:41.066 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2024-01-23T23:24:41.067 INFO:teuthology.orchestra.run.smithi037.stdout: "realm_id": "ca03bf98-27d6-4688-a9f6-9438e64bbc01" 2024-01-23T23:24:41.067 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:24:41.525 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'radosgw-admin period update --rgw-realm=r --commit' 2024-01-23T23:24:42.247 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:42 smithi037 bash[35265]: cluster 2024-01-23T23:24:41.089452+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v171: 33 pgs: 9 active+clean, 16 creating+peering, 8 unknown; 359 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-01-23T23:24:42.248 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:42 smithi037 bash[38667]: cluster 2024-01-23T23:24:41.089452+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v171: 33 pgs: 9 active+clean, 16 creating+peering, 8 unknown; 359 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-01-23T23:24:42.248 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:42 smithi037 bash[38667]: audit 2024-01-23T23:24:41.691661+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690599\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690673\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690705\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690735\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690763\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690792\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690820\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690849\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690877\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:41.690949\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:42.248 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:42 smithi037 bash[38667]: audit 2024-01-23T23:24:41.694813+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690599\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690673\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690705\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690735\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690763\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690792\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690820\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690849\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690877\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:41.690949\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:42.248 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:42 smithi037 bash[38667]: audit 2024-01-23T23:24:41.695347+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:42.249 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:42 smithi037 bash[35265]: audit 2024-01-23T23:24:41.691661+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690599\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690673\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690705\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690735\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690763\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690792\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690820\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690849\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690877\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:41.690949\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:42.249 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:42 smithi037 bash[35265]: audit 2024-01-23T23:24:41.694813+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690599\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690673\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690705\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690735\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690763\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690792\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690820\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690849\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690877\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:41.690949\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:42.249 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:42 smithi037 bash[35265]: audit 2024-01-23T23:24:41.695347+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:42.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:42 smithi079 bash[35301]: cluster 2024-01-23T23:24:41.089452+0000 mgr.y (mgr.14142) 172 : cluster [DBG] pgmap v171: 33 pgs: 9 active+clean, 16 creating+peering, 8 unknown; 359 B data, 4.9 MiB used, 707 GiB / 715 GiB avail; 511 B/s wr, 0 op/s 2024-01-23T23:24:42.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:42 smithi079 bash[35301]: audit 2024-01-23T23:24:41.691661+0000 mon.a (mon.0) 729 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690599\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690673\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690705\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690735\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690763\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690792\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690820\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690849\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690877\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:41.690949\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:42.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:42 smithi079 bash[35301]: audit 2024-01-23T23:24:41.694813+0000 mon.a (mon.0) 730 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690599\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690673\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690705\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690735\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690763\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690792\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:41.690820\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690849\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:41.690877\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:41.690949\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:42.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:42 smithi079 bash[35301]: audit 2024-01-23T23:24:41.695347+0000 mon.a (mon.0) 731 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:44.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:44 smithi079 bash[35301]: cluster 2024-01-23T23:24:43.089967+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v172: 33 pgs: 33 active+clean; 1.4 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 2.1 KiB/s wr, 4 op/s 2024-01-23T23:24:44.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:44 smithi079 bash[35301]: cluster 2024-01-23T23:24:43.152069+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-23T23:24:44.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:44 smithi079 bash[35301]: audit 2024-01-23T23:24:43.154982+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.37:0/2691741675' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-23T23:24:44.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:44 smithi079 bash[35301]: audit 2024-01-23T23:24:43.155575+0000 mon.a (mon.0) 733 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-23T23:24:44.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:44 smithi079 bash[35301]: audit 2024-01-23T23:24:43.957710+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956410\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956515\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956553\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956586\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956617\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956648\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956679\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956711\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956742\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:43.956836\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:44.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:44 smithi079 bash[35301]: audit 2024-01-23T23:24:43.961128+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956410\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956515\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956553\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956586\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956617\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956648\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956679\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956711\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956742\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:43.956836\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:44.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:44 smithi079 bash[35301]: audit 2024-01-23T23:24:43.963705+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:44.581 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[38667]: cluster 2024-01-23T23:24:43.089967+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v172: 33 pgs: 33 active+clean; 1.4 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 2.1 KiB/s wr, 4 op/s 2024-01-23T23:24:44.581 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[38667]: cluster 2024-01-23T23:24:43.152069+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-23T23:24:44.581 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[38667]: audit 2024-01-23T23:24:43.154982+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.37:0/2691741675' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-23T23:24:44.581 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[38667]: audit 2024-01-23T23:24:43.155575+0000 mon.a (mon.0) 733 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-23T23:24:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[35265]: cluster 2024-01-23T23:24:43.089967+0000 mgr.y (mgr.14142) 173 : cluster [DBG] pgmap v172: 33 pgs: 33 active+clean; 1.4 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 1.7 KiB/s rd, 2.1 KiB/s wr, 4 op/s 2024-01-23T23:24:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[35265]: cluster 2024-01-23T23:24:43.152069+0000 mon.a (mon.0) 732 : cluster [DBG] osdmap e67: 8 total, 8 up, 8 in 2024-01-23T23:24:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[35265]: audit 2024-01-23T23:24:43.154982+0000 mon.c (mon.1) 21 : audit [INF] from='client.? 172.21.15.37:0/2691741675' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-23T23:24:44.582 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[35265]: audit 2024-01-23T23:24:43.155575+0000 mon.a (mon.0) 733 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]: dispatch 2024-01-23T23:24:44.582 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[38667]: audit 2024-01-23T23:24:43.957710+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956410\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956515\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956553\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956586\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956617\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956648\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956679\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956711\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956742\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:43.956836\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:44.582 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[38667]: audit 2024-01-23T23:24:43.961128+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956410\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956515\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956553\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956586\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956617\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956648\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956679\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956711\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956742\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:43.956836\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:44.583 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[38667]: audit 2024-01-23T23:24:43.963705+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:44.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[35265]: audit 2024-01-23T23:24:43.957710+0000 mon.a (mon.0) 734 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956410\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956515\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956553\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956586\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956617\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956648\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956679\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956711\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956742\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:43.956836\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:44.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[35265]: audit 2024-01-23T23:24:43.961128+0000 mon.a (mon.0) 735 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956410\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956515\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956553\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956586\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956617\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:43.956648\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956679\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956711\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:43.956742\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:43.956836\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:44.583 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:44 smithi037 bash[35265]: audit 2024-01-23T23:24:43.963705+0000 mon.a (mon.0) 736 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:45.498 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:45 smithi037 bash[35265]: audit 2024-01-23T23:24:44.153637+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-23T23:24:45.498 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:45 smithi037 bash[35265]: cluster 2024-01-23T23:24:44.153683+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-23T23:24:45.498 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:45 smithi037 bash[35265]: cluster 2024-01-23T23:24:45.090334+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 65 pgs: 6 creating+peering, 26 unknown, 33 active+clean; 1.8 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 2.1 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2024-01-23T23:24:45.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:45 smithi037 bash[38667]: audit 2024-01-23T23:24:44.153637+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-23T23:24:45.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:45 smithi037 bash[38667]: cluster 2024-01-23T23:24:44.153683+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-23T23:24:45.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:45 smithi037 bash[38667]: cluster 2024-01-23T23:24:45.090334+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 65 pgs: 6 creating+peering, 26 unknown, 33 active+clean; 1.8 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 2.1 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2024-01-23T23:24:45.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:45 smithi079 bash[35301]: audit 2024-01-23T23:24:44.153637+0000 mon.a (mon.0) 737 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.log","app": "rgw"}]': finished 2024-01-23T23:24:45.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:45 smithi079 bash[35301]: cluster 2024-01-23T23:24:44.153683+0000 mon.a (mon.0) 738 : cluster [DBG] osdmap e68: 8 total, 8 up, 8 in 2024-01-23T23:24:45.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:45 smithi079 bash[35301]: cluster 2024-01-23T23:24:45.090334+0000 mgr.y (mgr.14142) 174 : cluster [DBG] pgmap v175: 65 pgs: 6 creating+peering, 26 unknown, 33 active+clean; 1.8 KiB data, 5.3 MiB used, 707 GiB / 715 GiB avail; 2.1 KiB/s rd, 2.0 KiB/s wr, 4 op/s 2024-01-23T23:24:46.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:46 smithi079 bash[35301]: cluster 2024-01-23T23:24:45.170964+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-23T23:24:46.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:46 smithi079 bash[35301]: audit 2024-01-23T23:24:45.179355+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.37:0/2691741675' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-23T23:24:46.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:46 smithi079 bash[35301]: audit 2024-01-23T23:24:45.180137+0000 mon.a (mon.0) 740 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-23T23:24:46.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:46 smithi079 bash[35301]: audit 2024-01-23T23:24:45.731773+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:45.731015\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:46.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:46 smithi079 bash[35301]: audit 2024-01-23T23:24:45.735397+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:45.731015\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:46.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:46 smithi079 bash[35301]: audit 2024-01-23T23:24:45.736524+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:46.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[35265]: cluster 2024-01-23T23:24:45.170964+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-23T23:24:46.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[35265]: audit 2024-01-23T23:24:45.179355+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.37:0/2691741675' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-23T23:24:46.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[35265]: audit 2024-01-23T23:24:45.180137+0000 mon.a (mon.0) 740 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-23T23:24:46.608 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[35265]: audit 2024-01-23T23:24:45.731773+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:45.731015\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:46.609 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[35265]: audit 2024-01-23T23:24:45.735397+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:45.731015\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:46.609 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[35265]: audit 2024-01-23T23:24:45.736524+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:46.609 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[38667]: cluster 2024-01-23T23:24:45.170964+0000 mon.a (mon.0) 739 : cluster [DBG] osdmap e69: 8 total, 8 up, 8 in 2024-01-23T23:24:46.609 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[38667]: audit 2024-01-23T23:24:45.179355+0000 mon.c (mon.1) 22 : audit [INF] from='client.? 172.21.15.37:0/2691741675' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-23T23:24:46.609 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[38667]: audit 2024-01-23T23:24:45.180137+0000 mon.a (mon.0) 740 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]: dispatch 2024-01-23T23:24:46.609 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[38667]: audit 2024-01-23T23:24:45.731773+0000 mon.a (mon.0) 741 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:45.731015\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:46.609 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[38667]: audit 2024-01-23T23:24:45.735397+0000 mon.a (mon.0) 742 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}}, \"last_daemon_update\": \"2024-01-23T23:24:45.731015\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:46.609 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[38667]: audit 2024-01-23T23:24:45.736524+0000 mon.a (mon.0) 743 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:46.875 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:24:46 smithi037 bash[54028]: ts=2024-01-23T23:24:46.606Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.004162399s 2024-01-23T23:24:47.338 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:47 smithi079 bash[35301]: audit 2024-01-23T23:24:46.173505+0000 mon.a (mon.0) 744 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-23T23:24:47.338 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:47 smithi079 bash[35301]: cluster 2024-01-23T23:24:46.173571+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-23T23:24:47.338 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:47 smithi079 bash[35301]: cluster 2024-01-23T23:24:47.090884+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v178: 97 pgs: 2 creating+activating, 13 creating+peering, 27 unknown, 55 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2024-01-23T23:24:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:47 smithi037 bash[35265]: audit 2024-01-23T23:24:46.173505+0000 mon.a (mon.0) 744 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-23T23:24:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:47 smithi037 bash[35265]: cluster 2024-01-23T23:24:46.173571+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-23T23:24:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:47 smithi037 bash[35265]: cluster 2024-01-23T23:24:47.090884+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v178: 97 pgs: 2 creating+activating, 13 creating+peering, 27 unknown, 55 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2024-01-23T23:24:47.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:47 smithi037 bash[38667]: audit 2024-01-23T23:24:46.173505+0000 mon.a (mon.0) 744 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.control","app": "rgw"}]': finished 2024-01-23T23:24:47.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:47 smithi037 bash[38667]: cluster 2024-01-23T23:24:46.173571+0000 mon.a (mon.0) 745 : cluster [DBG] osdmap e70: 8 total, 8 up, 8 in 2024-01-23T23:24:47.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:47 smithi037 bash[38667]: cluster 2024-01-23T23:24:47.090884+0000 mgr.y (mgr.14142) 175 : cluster [DBG] pgmap v178: 97 pgs: 2 creating+activating, 13 creating+peering, 27 unknown, 55 active+clean; 1.8 KiB data, 5.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 511 B/s wr, 1 op/s 2024-01-23T23:24:48.528 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:48 smithi037 bash[35265]: cluster 2024-01-23T23:24:47.192586+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-23T23:24:48.528 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:48 smithi037 bash[35265]: audit 2024-01-23T23:24:47.199165+0000 mon.a (mon.0) 747 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-23T23:24:48.528 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:48 smithi037 bash[38667]: cluster 2024-01-23T23:24:47.192586+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-23T23:24:48.529 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:48 smithi037 bash[38667]: audit 2024-01-23T23:24:47.199165+0000 mon.a (mon.0) 747 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-23T23:24:48.529 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:48 smithi037 bash[35265]: audit 2024-01-23T23:24:47.815041+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:47.814127\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:48.529 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:48 smithi037 bash[35265]: audit 2024-01-23T23:24:47.818321+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:47.814127\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:48.529 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:48 smithi037 bash[38667]: audit 2024-01-23T23:24:47.815041+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:47.814127\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:48.529 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:48 smithi037 bash[38667]: audit 2024-01-23T23:24:47.818321+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:47.814127\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:48 smithi079 bash[35301]: cluster 2024-01-23T23:24:47.192586+0000 mon.a (mon.0) 746 : cluster [DBG] osdmap e71: 8 total, 8 up, 8 in 2024-01-23T23:24:48.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:48 smithi079 bash[35301]: audit 2024-01-23T23:24:47.199165+0000 mon.a (mon.0) 747 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd=[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]: dispatch 2024-01-23T23:24:48.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:48 smithi079 bash[35301]: audit 2024-01-23T23:24:47.815041+0000 mon.a (mon.0) 748 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:47.814127\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:48.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:48 smithi079 bash[35301]: audit 2024-01-23T23:24:47.818321+0000 mon.a (mon.0) 749 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}}, \"last_daemon_update\": \"2024-01-23T23:24:47.814127\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:49.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:49 smithi079 bash[35301]: audit 2024-01-23T23:24:48.200930+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-23T23:24:49.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:49 smithi079 bash[35301]: cluster 2024-01-23T23:24:48.200986+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-23T23:24:49.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:49 smithi079 bash[35301]: audit 2024-01-23T23:24:48.204847+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-23T23:24:49.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:49 smithi079 bash[35301]: cluster 2024-01-23T23:24:49.091275+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v181: 129 pgs: 2 creating+activating, 20 creating+peering, 16 unknown, 91 active+clean; 1.8 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-01-23T23:24:49.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:49 smithi037 bash[38667]: audit 2024-01-23T23:24:48.200930+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-23T23:24:49.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:49 smithi037 bash[38667]: cluster 2024-01-23T23:24:48.200986+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-23T23:24:49.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:49 smithi037 bash[38667]: audit 2024-01-23T23:24:48.204847+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-23T23:24:49.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:49 smithi037 bash[38667]: cluster 2024-01-23T23:24:49.091275+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v181: 129 pgs: 2 creating+activating, 20 creating+peering, 16 unknown, 91 active+clean; 1.8 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-01-23T23:24:49.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:49 smithi037 bash[35265]: audit 2024-01-23T23:24:48.200930+0000 mon.a (mon.0) 750 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd='[{"prefix": "osd pool application enable","pool": "z.rgw.meta","app": "rgw"}]': finished 2024-01-23T23:24:49.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:49 smithi037 bash[35265]: cluster 2024-01-23T23:24:48.200986+0000 mon.a (mon.0) 751 : cluster [DBG] osdmap e72: 8 total, 8 up, 8 in 2024-01-23T23:24:49.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:49 smithi037 bash[35265]: audit 2024-01-23T23:24:48.204847+0000 mon.a (mon.0) 752 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]: dispatch 2024-01-23T23:24:49.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:49 smithi037 bash[35265]: cluster 2024-01-23T23:24:49.091275+0000 mgr.y (mgr.14142) 176 : cluster [DBG] pgmap v181: 129 pgs: 2 creating+activating, 20 creating+peering, 16 unknown, 91 active+clean; 1.8 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 2.0 KiB/s rd, 1 op/s 2024-01-23T23:24:50.299 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:24:50.299 INFO:teuthology.orchestra.run.smithi037.stdout: "id": "80c3fd0c-fb10-48d3-8de5-5bb2cb6caa9e", 2024-01-23T23:24:50.299 INFO:teuthology.orchestra.run.smithi037.stdout: "epoch": 1, 2024-01-23T23:24:50.299 INFO:teuthology.orchestra.run.smithi037.stdout: "predecessor_uuid": "f03218fb-fac2-4e18-aed1-d1a6d66c4cb8", 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "sync_status": [], 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "period_map": { 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "id": "80c3fd0c-fb10-48d3-8de5-5bb2cb6caa9e", 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "zonegroups": [ 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: { 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "id": "afd6b316-6741-45cb-87e4-9d0fa2eb4c12", 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "name": "default", 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "api_name": "default", 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "is_master": "true", 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "endpoints": [], 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "hostnames": [], 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "hostnames_s3website": [], 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "master_zone": "1f8c09f0-7bde-453f-ab2b-eb8bd1f0d9c0", 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: "zones": [ 2024-01-23T23:24:50.300 INFO:teuthology.orchestra.run.smithi037.stdout: { 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "id": "1f8c09f0-7bde-453f-ab2b-eb8bd1f0d9c0", 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "name": "z", 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "endpoints": [], 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "log_meta": "false", 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "log_data": "false", 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "bucket_index_max_shards": 11, 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "read_only": "false", 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "tier_type": "", 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "sync_from_all": "true", 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "sync_from": [], 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "redirect_zone": "" 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: "placement_targets": [ 2024-01-23T23:24:50.301 INFO:teuthology.orchestra.run.smithi037.stdout: { 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: "name": "default-placement", 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: "tags": [], 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: "storage_classes": [ 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: "STANDARD" 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: ] 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: "default_placement": "default-placement", 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: "realm_id": "ca03bf98-27d6-4688-a9f6-9438e64bbc01", 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: "sync_policy": { 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: "groups": [] 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: ], 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: "short_zone_ids": [ 2024-01-23T23:24:50.302 INFO:teuthology.orchestra.run.smithi037.stdout: { 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "key": "1f8c09f0-7bde-453f-ab2b-eb8bd1f0d9c0", 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "val": 4266272526 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: ] 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "master_zonegroup": "afd6b316-6741-45cb-87e4-9d0fa2eb4c12", 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "master_zone": "1f8c09f0-7bde-453f-ab2b-eb8bd1f0d9c0", 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "period_config": { 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "bucket_quota": { 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "enabled": false, 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "check_on_raw": false, 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "max_size": -1, 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "max_size_kb": 0, 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: "max_objects": -1 2024-01-23T23:24:50.303 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: "user_quota": { 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: "enabled": false, 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: "check_on_raw": false, 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: "max_size": -1, 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: "max_size_kb": 0, 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: "max_objects": -1 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: "realm_id": "ca03bf98-27d6-4688-a9f6-9438e64bbc01", 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: "realm_name": "r", 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout: "realm_epoch": 2 2024-01-23T23:24:50.304 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:24:50.475 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:50 smithi037 bash[38667]: audit 2024-01-23T23:24:49.208115+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-23T23:24:50.475 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:50 smithi037 bash[38667]: cluster 2024-01-23T23:24:49.208167+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-23T23:24:50.475 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:50 smithi037 bash[38667]: audit 2024-01-23T23:24:49.209332+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-23T23:24:50.476 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:50 smithi037 bash[35265]: audit 2024-01-23T23:24:49.208115+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-23T23:24:50.476 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:50 smithi037 bash[35265]: cluster 2024-01-23T23:24:49.208167+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-23T23:24:50.476 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:50 smithi037 bash[35265]: audit 2024-01-23T23:24:49.209332+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-23T23:24:50.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:50 smithi079 bash[35301]: audit 2024-01-23T23:24:49.208115+0000 mon.a (mon.0) 753 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_autoscale_bias", "val": "4"}]': finished 2024-01-23T23:24:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:50 smithi079 bash[35301]: cluster 2024-01-23T23:24:49.208167+0000 mon.a (mon.0) 754 : cluster [DBG] osdmap e73: 8 total, 8 up, 8 in 2024-01-23T23:24:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:50 smithi079 bash[35301]: audit 2024-01-23T23:24:49.209332+0000 mon.a (mon.0) 755 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd=[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]: dispatch 2024-01-23T23:24:50.682 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch apply rgw r z --placement=2 --port=8000' 2024-01-23T23:24:51.221 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:51 smithi037 bash[35265]: audit 2024-01-23T23:24:50.209216+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-23T23:24:51.221 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:51 smithi037 bash[35265]: cluster 2024-01-23T23:24:50.209281+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-23T23:24:51.221 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:51 smithi037 bash[35265]: cluster 2024-01-23T23:24:51.091685+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v184: 129 pgs: 2 creating+activating, 20 creating+peering, 16 unknown, 91 active+clean; 1.8 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-01-23T23:24:51.475 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:51 smithi037 bash[38667]: audit 2024-01-23T23:24:50.209216+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-23T23:24:51.475 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:51 smithi037 bash[38667]: cluster 2024-01-23T23:24:50.209281+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-23T23:24:51.476 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:51 smithi037 bash[38667]: cluster 2024-01-23T23:24:51.091685+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v184: 129 pgs: 2 creating+activating, 20 creating+peering, 16 unknown, 91 active+clean; 1.8 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-01-23T23:24:51.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:51 smithi079 bash[35301]: audit 2024-01-23T23:24:50.209216+0000 mon.a (mon.0) 756 : audit [INF] from='client.? 172.21.15.37:0/924914150' entity='client.admin' cmd='[{"prefix": "osd pool set", "pool": "z.rgw.meta", "var": "pg_num_min", "val": "8"}]': finished 2024-01-23T23:24:51.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:51 smithi079 bash[35301]: cluster 2024-01-23T23:24:50.209281+0000 mon.a (mon.0) 757 : cluster [DBG] osdmap e74: 8 total, 8 up, 8 in 2024-01-23T23:24:51.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:51 smithi079 bash[35301]: cluster 2024-01-23T23:24:51.091685+0000 mgr.y (mgr.14142) 177 : cluster [DBG] pgmap v184: 129 pgs: 2 creating+activating, 20 creating+peering, 16 unknown, 91 active+clean; 1.8 KiB data, 5.7 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 1 op/s 2024-01-23T23:24:51.870 INFO:teuthology.orchestra.run.smithi037.stdout:Scheduled rgw update... 2024-01-23T23:24:52.258 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'sleep 120' 2024-01-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.865221+0000 mgr.y (mgr.14142) 178 : 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-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: cephadm 2024-01-23T23:24:51.865728+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.866059+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-23T23:24:51.865742\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.868667+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-23T23:24:51.865742\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.870987+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.874672+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.875521+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.879006+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.879784+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.885715+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-23T23:24:52.483 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.886503+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.atwyor", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.889912+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.atwyor", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.890493+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: cephadm 2024-01-23T23:24:51.890921+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi079.atwyor on smithi079 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[35265]: audit 2024-01-23T23:24:51.891287+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi079.atwyor", "key": "container_image"}]: dispatch 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.865221+0000 mgr.y (mgr.14142) 178 : 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-23T23:24:52.484 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: cephadm 2024-01-23T23:24:51.865728+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.866059+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-23T23:24:51.865742\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.868667+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-23T23:24:51.865742\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.870987+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.874672+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.875521+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.879006+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-23T23:24:52.484 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.879784+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-23T23:24:52.485 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.885715+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-23T23:24:52.485 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.886503+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.atwyor", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-23T23:24:52.485 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.889912+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.atwyor", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-23T23:24:52.485 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.890493+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:24:52.485 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: cephadm 2024-01-23T23:24:51.890921+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi079.atwyor on smithi079 2024-01-23T23:24:52.485 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:52 smithi037 bash[38667]: audit 2024-01-23T23:24:51.891287+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi079.atwyor", "key": "container_image"}]: dispatch 2024-01-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.865221+0000 mgr.y (mgr.14142) 178 : 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-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: cephadm 2024-01-23T23:24:51.865728+0000 mgr.y (mgr.14142) 179 : cephadm [INF] Saving service rgw.r.z spec with placement count:2 2024-01-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.866059+0000 mon.a (mon.0) 758 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-23T23:24:51.865742\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]: dispatch 2024-01-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.868667+0000 mon.a (mon.0) 759 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/spec.rgw.r.z","val":"{\"created\": \"2024-01-23T23:24:51.865742\", \"spec\": {\"placement\": {\"count\": 2}, \"rgw_frontend_port\": 8000, \"rgw_realm\": \"r\", \"rgw_zone\": \"z\", \"service_id\": \"r.z\", \"service_type\": \"rgw\"}}"}]': finished 2024-01-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.870987+0000 mon.a (mon.0) 760 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]: dispatch 2024-01-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.874672+0000 mon.a (mon.0) 761 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_zone", "value": "z"}]': finished 2024-01-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.875521+0000 mon.a (mon.0) 762 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]: dispatch 2024-01-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.879006+0000 mon.a (mon.0) 763 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r", "name": "rgw_realm", "value": "r"}]': finished 2024-01-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.879784+0000 mon.a (mon.0) 764 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]: dispatch 2024-01-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.885715+0000 mon.a (mon.0) 765 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "who": "client.rgw.r.z", "name": "rgw_frontends", "value": "beast port=8000"}]': finished 2024-01-23T23:24:52.526 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.886503+0000 mon.a (mon.0) 766 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.atwyor", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-23T23:24:52.527 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.889912+0000 mon.a (mon.0) 767 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi079.atwyor", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-23T23:24:52.527 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.890493+0000 mon.a (mon.0) 768 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:24:52.527 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: cephadm 2024-01-23T23:24:51.890921+0000 mgr.y (mgr.14142) 180 : cephadm [INF] Deploying daemon rgw.r.z.smithi079.atwyor on smithi079 2024-01-23T23:24:52.527 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:52 smithi079 bash[35301]: audit 2024-01-23T23:24:51.891287+0000 mon.a (mon.0) 769 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi079.atwyor", "key": "container_image"}]: dispatch 2024-01-23T23:24:53.358 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[35265]: audit 2024-01-23T23:24:53.038919+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:53.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[35265]: audit 2024-01-23T23:24:53.041632+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:53.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[35265]: audit 2024-01-23T23:24:53.042219+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-23T23:24:53.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[35265]: audit 2024-01-23T23:24:53.044803+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-23T23:24:53.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[35265]: audit 2024-01-23T23:24:53.045413+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:24:53.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[35265]: cephadm 2024-01-23T23:24:53.045936+0000 mgr.y (mgr.14142) 181 : cephadm [INF] Deploying daemon rgw.r.z.smithi037.rkvbso on smithi037 2024-01-23T23:24:53.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[35265]: audit 2024-01-23T23:24:53.046330+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi037.rkvbso", "key": "container_image"}]: dispatch 2024-01-23T23:24:53.359 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[35265]: cluster 2024-01-23T23:24:53.092591+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 5.8 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 5.8 KiB/s wr, 22 op/s 2024-01-23T23:24:53.359 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[38667]: audit 2024-01-23T23:24:53.038919+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:53.360 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[38667]: audit 2024-01-23T23:24:53.041632+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:53.360 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[38667]: audit 2024-01-23T23:24:53.042219+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-23T23:24:53.360 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[38667]: audit 2024-01-23T23:24:53.044803+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-23T23:24:53.360 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[38667]: audit 2024-01-23T23:24:53.045413+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:24:53.360 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[38667]: cephadm 2024-01-23T23:24:53.045936+0000 mgr.y (mgr.14142) 181 : cephadm [INF] Deploying daemon rgw.r.z.smithi037.rkvbso on smithi037 2024-01-23T23:24:53.360 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[38667]: audit 2024-01-23T23:24:53.046330+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi037.rkvbso", "key": "container_image"}]: dispatch 2024-01-23T23:24:53.360 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:53 smithi037 bash[38667]: cluster 2024-01-23T23:24:53.092591+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 5.8 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 5.8 KiB/s wr, 22 op/s 2024-01-23T23:24:53.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:53 smithi079 bash[35301]: audit 2024-01-23T23:24:53.038919+0000 mon.a (mon.0) 770 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:24:53.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:53 smithi079 bash[35301]: audit 2024-01-23T23:24:53.041632+0000 mon.a (mon.0) 771 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813711\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813805\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813844\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813877\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813909\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:47.813941\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.813973\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814004\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:47.814035\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:24:53.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:53 smithi079 bash[35301]: audit 2024-01-23T23:24:53.042219+0000 mon.a (mon.0) 772 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]: dispatch 2024-01-23T23:24:53.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:53 smithi079 bash[35301]: audit 2024-01-23T23:24:53.044803+0000 mon.a (mon.0) 773 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow rw", "mgr", "allow rw", "osd", "allow rwx"]}]': finished 2024-01-23T23:24:53.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:53 smithi079 bash[35301]: audit 2024-01-23T23:24:53.045413+0000 mon.a (mon.0) 774 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:24:53.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:53 smithi079 bash[35301]: cephadm 2024-01-23T23:24:53.045936+0000 mgr.y (mgr.14142) 181 : cephadm [INF] Deploying daemon rgw.r.z.smithi037.rkvbso on smithi037 2024-01-23T23:24:53.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:53 smithi079 bash[35301]: audit 2024-01-23T23:24:53.046330+0000 mon.a (mon.0) 775 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "client.rgw.r.z.smithi037.rkvbso", "key": "container_image"}]: dispatch 2024-01-23T23:24:53.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:53 smithi079 bash[35301]: cluster 2024-01-23T23:24:53.092591+0000 mgr.y (mgr.14142) 182 : cluster [DBG] pgmap v185: 129 pgs: 129 active+clean; 5.8 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail; 1.2 KiB/s rd, 5.8 KiB/s wr, 22 op/s 2024-01-23T23:24:55.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:55 smithi079 bash[35301]: audit 2024-01-23T23:24:54.196546+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:55.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:55 smithi079 bash[35301]: audit 2024-01-23T23:24:54.199449+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:55.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:55 smithi079 bash[35301]: audit 2024-01-23T23:24:54.200025+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:55.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:55 smithi037 bash[35265]: audit 2024-01-23T23:24:54.196546+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:55.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:55 smithi037 bash[35265]: audit 2024-01-23T23:24:54.199449+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:55.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:55 smithi037 bash[35265]: audit 2024-01-23T23:24:54.200025+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:55.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:55 smithi037 bash[38667]: audit 2024-01-23T23:24:54.196546+0000 mon.a (mon.0) 776 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:55.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:55 smithi037 bash[38667]: audit 2024-01-23T23:24:54.199449+0000 mon.a (mon.0) 777 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730670\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730743\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730775\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730804\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730833\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730860\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:45.730888\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730916\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:45.730944\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"status\": 1, \"status_desc\": \"starting\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:55.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:55 smithi037 bash[38667]: audit 2024-01-23T23:24:54.200025+0000 mon.a (mon.0) 778 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:56.055 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:56 smithi037 bash[35265]: cluster 2024-01-23T23:24:55.093018+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 6.9 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 5.7 KiB/s wr, 21 op/s 2024-01-23T23:24:56.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:56 smithi079 bash[35301]: cluster 2024-01-23T23:24:55.093018+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 6.9 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 5.7 KiB/s wr, 21 op/s 2024-01-23T23:24:56.375 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:56 smithi037 bash[38667]: cluster 2024-01-23T23:24:55.093018+0000 mgr.y (mgr.14142) 183 : cluster [DBG] pgmap v186: 129 pgs: 129 active+clean; 6.9 KiB data, 6.4 MiB used, 707 GiB / 715 GiB avail; 1.5 KiB/s rd, 5.7 KiB/s wr, 21 op/s 2024-01-23T23:24:57.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:57 smithi079 bash[35301]: audit 2024-01-23T23:24:56.138195+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137034\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137107\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137139\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137168\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137196\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137223\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137251\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137280\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137307\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137335\", \"created\": \"2024-01-23T23:24:54.163531\", \"started\": \"2024-01-23T23:24:54.196375\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_daemon_update\": \"2024-01-23T23:24:56.137408\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:57.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:57 smithi079 bash[35301]: audit 2024-01-23T23:24:56.140880+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137034\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137107\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137139\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137168\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137196\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137223\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137251\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137280\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137307\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137335\", \"created\": \"2024-01-23T23:24:54.163531\", \"started\": \"2024-01-23T23:24:54.196375\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_daemon_update\": \"2024-01-23T23:24:56.137408\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:57.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:57 smithi079 bash[35301]: audit 2024-01-23T23:24:56.141421+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:57.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:57 smithi037 bash[38667]: audit 2024-01-23T23:24:56.138195+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137034\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137107\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137139\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137168\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137196\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137223\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137251\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137280\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137307\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137335\", \"created\": \"2024-01-23T23:24:54.163531\", \"started\": \"2024-01-23T23:24:54.196375\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_daemon_update\": \"2024-01-23T23:24:56.137408\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:57.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:57 smithi037 bash[35265]: audit 2024-01-23T23:24:56.138195+0000 mon.a (mon.0) 779 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137034\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137107\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137139\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137168\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137196\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137223\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137251\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137280\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137307\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137335\", \"created\": \"2024-01-23T23:24:54.163531\", \"started\": \"2024-01-23T23:24:54.196375\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_daemon_update\": \"2024-01-23T23:24:56.137408\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]: dispatch 2024-01-23T23:24:57.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:57 smithi037 bash[38667]: audit 2024-01-23T23:24:56.140880+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137034\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137107\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137139\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137168\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137196\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137223\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137251\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137280\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137307\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137335\", \"created\": \"2024-01-23T23:24:54.163531\", \"started\": \"2024-01-23T23:24:54.196375\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_daemon_update\": \"2024-01-23T23:24:56.137408\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:57.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:57 smithi037 bash[38667]: audit 2024-01-23T23:24:56.141421+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:57.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:57 smithi037 bash[35265]: audit 2024-01-23T23:24:56.140880+0000 mon.a (mon.0) 780 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137034\", \"created\": \"2024-01-23T23:20:13.541279\", \"started\": \"2024-01-23T23:20:16.788034\"}, \"mgr.y\": {\"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137107\", \"created\": \"2024-01-23T23:20:17.878220\", \"started\": \"2024-01-23T23:20:17.910796\"}, \"mon.c\": {\"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137139\", \"created\": \"2024-01-23T23:21:20.355381\", \"started\": \"2024-01-23T23:21:20.390111\"}, \"osd.0\": {\"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137168\", \"created\": \"2024-01-23T23:21:57.972878\", \"started\": \"2024-01-23T23:22:11.881662\"}, \"osd.1\": {\"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137196\", \"created\": \"2024-01-23T23:22:12.274687\", \"started\": \"2024-01-23T23:22:26.591352\"}, \"osd.2\": {\"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137223\", \"created\": \"2024-01-23T23:22:26.938492\", \"started\": \"2024-01-23T23:22:41.019065\"}, \"osd.3\": {\"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:56.137251\", \"created\": \"2024-01-23T23:22:41.449299\", \"started\": \"2024-01-23T23:22:42.707879\"}, \"node-exporter.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137280\", \"created\": \"2024-01-23T23:23:58.806270\", \"started\": \"2024-01-23T23:24:08.403086\"}, \"alertmanager.a\": {\"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"alertmanager\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137307\", \"created\": \"2024-01-23T23:24:11.192105\", \"started\": \"2024-01-23T23:24:36.342542\"}, \"rgw.r.z.smithi037.rkvbso\": {\"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:56.137335\", \"created\": \"2024-01-23T23:24:54.163531\", \"started\": \"2024-01-23T23:24:54.196375\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"locked\", \"Insufficient space (<5GB) on vgs\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"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\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\"}], \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235\"}}, \"last_daemon_update\": \"2024-01-23T23:24:56.137408\", \"last_device_update\": \"2024-01-23T23:22:45.328065\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.37\"]}, \"last_host_check\": \"2024-01-23T23:20:38.250371\"}"}]': finished 2024-01-23T23:24:57.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:57 smithi037 bash[35265]: audit 2024-01-23T23:24:56.141421+0000 mon.a (mon.0) 781 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:24:58.479 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:24:58 smithi079 bash[35301]: cluster 2024-01-23T23:24:57.093612+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 6.9 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 51 KiB/s rd, 4.9 KiB/s wr, 107 op/s 2024-01-23T23:24:58.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:24:58 smithi037 bash[35265]: cluster 2024-01-23T23:24:57.093612+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 6.9 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 51 KiB/s rd, 4.9 KiB/s wr, 107 op/s 2024-01-23T23:24:58.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:24:58 smithi037 bash[38667]: cluster 2024-01-23T23:24:57.093612+0000 mgr.y (mgr.14142) 184 : cluster [DBG] pgmap v187: 129 pgs: 129 active+clean; 6.9 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 51 KiB/s rd, 4.9 KiB/s wr, 107 op/s 2024-01-23T23:25:00.428 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:00 smithi037 bash[35265]: cluster 2024-01-23T23:24:59.094256+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 114 KiB/s rd, 4.1 KiB/s wr, 216 op/s 2024-01-23T23:25:00.429 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:00 smithi037 bash[38667]: cluster 2024-01-23T23:24:59.094256+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 114 KiB/s rd, 4.1 KiB/s wr, 216 op/s 2024-01-23T23:25:00.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:00 smithi037 bash[35265]: audit 2024-01-23T23:24:59.202151+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200914\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:24:59.201284\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:25:00.429 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:00 smithi037 bash[35265]: audit 2024-01-23T23:24:59.205138+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200914\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:24:59.201284\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:25:00.430 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:00 smithi037 bash[38667]: audit 2024-01-23T23:24:59.202151+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200914\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:24:59.201284\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:25:00.430 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:00 smithi037 bash[38667]: audit 2024-01-23T23:24:59.205138+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200914\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:24:59.201284\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:25:00.505 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:00 smithi079 bash[35301]: cluster 2024-01-23T23:24:59.094256+0000 mgr.y (mgr.14142) 185 : cluster [DBG] pgmap v188: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 114 KiB/s rd, 4.1 KiB/s wr, 216 op/s 2024-01-23T23:25:00.505 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:00 smithi079 bash[35301]: audit 2024-01-23T23:24:59.202151+0000 mon.a (mon.0) 782 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200914\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:24:59.201284\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:25:00.505 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:00 smithi079 bash[35301]: audit 2024-01-23T23:24:59.205138+0000 mon.a (mon.0) 783 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"1fa648be8a7d\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200914\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:21:46.833042\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:45.493267\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:24:59.201284\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:25:02.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:02 smithi079 bash[35301]: cluster 2024-01-23T23:25:01.094742+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 3.8 KiB/s wr, 197 op/s 2024-01-23T23:25:02.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:02 smithi037 bash[35265]: cluster 2024-01-23T23:25:01.094742+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 3.8 KiB/s wr, 197 op/s 2024-01-23T23:25:02.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:02 smithi037 bash[38667]: cluster 2024-01-23T23:25:01.094742+0000 mgr.y (mgr.14142) 186 : cluster [DBG] pgmap v189: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 103 KiB/s rd, 3.8 KiB/s wr, 197 op/s 2024-01-23T23:25:04.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:04 smithi079 bash[35301]: cluster 2024-01-23T23:25:03.095393+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2024-01-23T23:25:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:04 smithi037 bash[35265]: cluster 2024-01-23T23:25:03.095393+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2024-01-23T23:25:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:04 smithi037 bash[38667]: cluster 2024-01-23T23:25:03.095393+0000 mgr.y (mgr.14142) 187 : cluster [DBG] pgmap v190: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 94 KiB/s rd, 3.4 KiB/s wr, 178 op/s 2024-01-23T23:25:05.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:05 smithi079 bash[35301]: cluster 2024-01-23T23:25:05.095853+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 597 B/s wr, 167 op/s 2024-01-23T23:25:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:05 smithi037 bash[35265]: cluster 2024-01-23T23:25:05.095853+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 597 B/s wr, 167 op/s 2024-01-23T23:25:05.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:05 smithi037 bash[38667]: cluster 2024-01-23T23:25:05.095853+0000 mgr.y (mgr.14142) 188 : cluster [DBG] pgmap v191: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 597 B/s wr, 167 op/s 2024-01-23T23:25:08.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:08 smithi079 bash[35301]: cluster 2024-01-23T23:25:07.096428+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-23T23:25:08.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:08 smithi037 bash[35265]: cluster 2024-01-23T23:25:07.096428+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-23T23:25:08.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:08 smithi037 bash[38667]: cluster 2024-01-23T23:25:07.096428+0000 mgr.y (mgr.14142) 189 : cluster [DBG] pgmap v192: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 93 KiB/s rd, 170 B/s wr, 166 op/s 2024-01-23T23:25:10.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:10 smithi079 bash[35301]: cluster 2024-01-23T23:25:09.097065+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 170 B/s wr, 107 op/s 2024-01-23T23:25:10.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:10 smithi037 bash[35265]: cluster 2024-01-23T23:25:09.097065+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 170 B/s wr, 107 op/s 2024-01-23T23:25:10.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:10 smithi037 bash[38667]: cluster 2024-01-23T23:25:09.097065+0000 mgr.y (mgr.14142) 190 : cluster [DBG] pgmap v193: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail; 60 KiB/s rd, 170 B/s wr, 107 op/s 2024-01-23T23:25:11.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:11 smithi079 bash[35301]: cluster 2024-01-23T23:25:11.097527+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:11.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:11 smithi037 bash[35265]: cluster 2024-01-23T23:25:11.097527+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:11.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:11 smithi037 bash[38667]: cluster 2024-01-23T23:25:11.097527+0000 mgr.y (mgr.14142) 191 : cluster [DBG] pgmap v194: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:14.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:14 smithi079 bash[35301]: cluster 2024-01-23T23:25:13.098249+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:14.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:14 smithi037 bash[35265]: cluster 2024-01-23T23:25:13.098249+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:14.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:14 smithi037 bash[38667]: cluster 2024-01-23T23:25:13.098249+0000 mgr.y (mgr.14142) 192 : cluster [DBG] pgmap v195: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:16 smithi079 bash[35301]: cluster 2024-01-23T23:25:15.098652+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:16.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:16 smithi037 bash[35265]: cluster 2024-01-23T23:25:15.098652+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:16.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:16 smithi037 bash[38667]: cluster 2024-01-23T23:25:15.098652+0000 mgr.y (mgr.14142) 193 : cluster [DBG] pgmap v196: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:18.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:18 smithi079 bash[35301]: cluster 2024-01-23T23:25:17.099368+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:18.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:18 smithi037 bash[35265]: cluster 2024-01-23T23:25:17.099368+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:18.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:18 smithi037 bash[38667]: cluster 2024-01-23T23:25:17.099368+0000 mgr.y (mgr.14142) 194 : cluster [DBG] pgmap v197: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:20.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:20 smithi079 bash[35301]: cluster 2024-01-23T23:25:19.100095+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:20.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:20 smithi037 bash[35265]: cluster 2024-01-23T23:25:19.100095+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:20.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:20 smithi037 bash[38667]: cluster 2024-01-23T23:25:19.100095+0000 mgr.y (mgr.14142) 195 : cluster [DBG] pgmap v198: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:22.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:22 smithi079 bash[35301]: cluster 2024-01-23T23:25:21.100617+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:22.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:22 smithi037 bash[35265]: cluster 2024-01-23T23:25:21.100617+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:22.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:22 smithi037 bash[38667]: cluster 2024-01-23T23:25:21.100617+0000 mgr.y (mgr.14142) 196 : cluster [DBG] pgmap v199: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:23.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:23 smithi079 bash[35301]: cluster 2024-01-23T23:25:23.101267+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:23.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:23 smithi037 bash[35265]: cluster 2024-01-23T23:25:23.101267+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:23.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:23 smithi037 bash[38667]: cluster 2024-01-23T23:25:23.101267+0000 mgr.y (mgr.14142) 197 : cluster [DBG] pgmap v200: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:26 smithi079 bash[35301]: cluster 2024-01-23T23:25:25.101856+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:26.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:26 smithi037 bash[35265]: cluster 2024-01-23T23:25:25.101856+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:26.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:26 smithi037 bash[38667]: cluster 2024-01-23T23:25:25.101856+0000 mgr.y (mgr.14142) 198 : cluster [DBG] pgmap v201: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:28.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:28 smithi079 bash[35301]: cluster 2024-01-23T23:25:27.102475+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:28.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:28 smithi037 bash[35265]: cluster 2024-01-23T23:25:27.102475+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:28.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:28 smithi037 bash[38667]: cluster 2024-01-23T23:25:27.102475+0000 mgr.y (mgr.14142) 199 : cluster [DBG] pgmap v202: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:30.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:30 smithi079 bash[35301]: cluster 2024-01-23T23:25:29.103034+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:30.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:30 smithi037 bash[35265]: cluster 2024-01-23T23:25:29.103034+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:30.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:30 smithi037 bash[38667]: cluster 2024-01-23T23:25:29.103034+0000 mgr.y (mgr.14142) 200 : cluster [DBG] pgmap v203: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:32 smithi079 bash[35301]: cluster 2024-01-23T23:25:31.103517+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:32.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:32 smithi037 bash[35265]: cluster 2024-01-23T23:25:31.103517+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:32.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:32 smithi037 bash[38667]: cluster 2024-01-23T23:25:31.103517+0000 mgr.y (mgr.14142) 201 : cluster [DBG] pgmap v204: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:34.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:34 smithi079 bash[35301]: cluster 2024-01-23T23:25:33.104421+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:34.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:34 smithi037 bash[35265]: cluster 2024-01-23T23:25:33.104421+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:34.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:34 smithi037 bash[38667]: cluster 2024-01-23T23:25:33.104421+0000 mgr.y (mgr.14142) 202 : cluster [DBG] pgmap v205: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:35.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:35 smithi079 bash[35301]: cluster 2024-01-23T23:25:35.104999+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:35.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:35 smithi037 bash[35265]: cluster 2024-01-23T23:25:35.104999+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:35.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:35 smithi037 bash[38667]: cluster 2024-01-23T23:25:35.104999+0000 mgr.y (mgr.14142) 203 : cluster [DBG] pgmap v206: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:38.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:38 smithi079 bash[35301]: cluster 2024-01-23T23:25:37.105523+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:38.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:38 smithi037 bash[35265]: cluster 2024-01-23T23:25:37.105523+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:38.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:38 smithi037 bash[38667]: cluster 2024-01-23T23:25:37.105523+0000 mgr.y (mgr.14142) 204 : cluster [DBG] pgmap v207: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:39.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:39 smithi079 bash[35301]: cluster 2024-01-23T23:25:39.106307+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:39.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:39 smithi037 bash[35265]: cluster 2024-01-23T23:25:39.106307+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:39.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:39 smithi037 bash[38667]: cluster 2024-01-23T23:25:39.106307+0000 mgr.y (mgr.14142) 205 : cluster [DBG] pgmap v208: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:41.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:41 smithi079 bash[35301]: cluster 2024-01-23T23:25:41.106843+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:41.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:41 smithi037 bash[35265]: cluster 2024-01-23T23:25:41.106843+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:41.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:41 smithi037 bash[38667]: cluster 2024-01-23T23:25:41.106843+0000 mgr.y (mgr.14142) 206 : cluster [DBG] pgmap v209: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:44 smithi079 bash[35301]: cluster 2024-01-23T23:25:43.107656+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:44 smithi037 bash[35265]: cluster 2024-01-23T23:25:43.107656+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:44.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:44 smithi037 bash[38667]: cluster 2024-01-23T23:25:43.107656+0000 mgr.y (mgr.14142) 207 : cluster [DBG] pgmap v210: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:46 smithi079 bash[35301]: cluster 2024-01-23T23:25:45.108107+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:46.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:46 smithi037 bash[35265]: cluster 2024-01-23T23:25:45.108107+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:46.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:46 smithi037 bash[38667]: cluster 2024-01-23T23:25:45.108107+0000 mgr.y (mgr.14142) 208 : cluster [DBG] pgmap v211: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:48 smithi079 bash[35301]: cluster 2024-01-23T23:25:47.108755+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:48.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:48 smithi037 bash[35265]: cluster 2024-01-23T23:25:47.108755+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:48.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:48 smithi037 bash[38667]: cluster 2024-01-23T23:25:47.108755+0000 mgr.y (mgr.14142) 209 : cluster [DBG] pgmap v212: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:50 smithi079 bash[35301]: cluster 2024-01-23T23:25:49.109511+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:50.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:50 smithi037 bash[35265]: cluster 2024-01-23T23:25:49.109511+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:50 smithi037 bash[38667]: cluster 2024-01-23T23:25:49.109511+0000 mgr.y (mgr.14142) 210 : cluster [DBG] pgmap v213: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:51.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:51 smithi079 bash[35301]: cluster 2024-01-23T23:25:51.109999+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:51.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:51 smithi037 bash[35265]: cluster 2024-01-23T23:25:51.109999+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:51.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:51 smithi037 bash[38667]: cluster 2024-01-23T23:25:51.109999+0000 mgr.y (mgr.14142) 211 : cluster [DBG] pgmap v214: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:54.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:54 smithi079 bash[35301]: cluster 2024-01-23T23:25:53.110790+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:54.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:54 smithi037 bash[35265]: cluster 2024-01-23T23:25:53.110790+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:54.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:54 smithi037 bash[38667]: cluster 2024-01-23T23:25:53.110790+0000 mgr.y (mgr.14142) 212 : cluster [DBG] pgmap v215: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:56.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:56 smithi079 bash[35301]: cluster 2024-01-23T23:25:55.111217+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:56.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:56 smithi037 bash[35265]: cluster 2024-01-23T23:25:55.111217+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:56.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:56 smithi037 bash[38667]: cluster 2024-01-23T23:25:55.111217+0000 mgr.y (mgr.14142) 213 : cluster [DBG] pgmap v216: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:25:58 smithi079 bash[35301]: cluster 2024-01-23T23:25:57.111891+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:58.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:25:58 smithi037 bash[35265]: cluster 2024-01-23T23:25:57.111891+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:25:58.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:25:58 smithi037 bash[38667]: cluster 2024-01-23T23:25:57.111891+0000 mgr.y (mgr.14142) 214 : cluster [DBG] pgmap v217: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:00 smithi079 bash[35301]: cluster 2024-01-23T23:25:59.112554+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:00.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:00 smithi037 bash[35265]: cluster 2024-01-23T23:25:59.112554+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:00.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:00 smithi037 bash[38667]: cluster 2024-01-23T23:25:59.112554+0000 mgr.y (mgr.14142) 215 : cluster [DBG] pgmap v218: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:02.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:02 smithi079 bash[35301]: cluster 2024-01-23T23:26:01.112950+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:02.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:02 smithi037 bash[35265]: cluster 2024-01-23T23:26:01.112950+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:02.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:02 smithi037 bash[38667]: cluster 2024-01-23T23:26:01.112950+0000 mgr.y (mgr.14142) 216 : cluster [DBG] pgmap v219: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:03.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:03 smithi079 bash[35301]: cluster 2024-01-23T23:26:03.113629+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:03.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:03 smithi037 bash[35265]: cluster 2024-01-23T23:26:03.113629+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:03.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:03 smithi037 bash[38667]: cluster 2024-01-23T23:26:03.113629+0000 mgr.y (mgr.14142) 217 : cluster [DBG] pgmap v220: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:05.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:05 smithi079 bash[35301]: cluster 2024-01-23T23:26:05.114231+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:05 smithi037 bash[35265]: cluster 2024-01-23T23:26:05.114231+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:05.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:05 smithi037 bash[38667]: cluster 2024-01-23T23:26:05.114231+0000 mgr.y (mgr.14142) 218 : cluster [DBG] pgmap v221: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:08.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:08 smithi079 bash[35301]: cluster 2024-01-23T23:26:07.114933+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:08.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:08 smithi037 bash[35265]: cluster 2024-01-23T23:26:07.114933+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:08.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:08 smithi037 bash[38667]: cluster 2024-01-23T23:26:07.114933+0000 mgr.y (mgr.14142) 219 : cluster [DBG] pgmap v222: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:10.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:10 smithi079 bash[35301]: cluster 2024-01-23T23:26:09.115482+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:10.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:10 smithi037 bash[35265]: cluster 2024-01-23T23:26:09.115482+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:10.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:10 smithi037 bash[38667]: cluster 2024-01-23T23:26:09.115482+0000 mgr.y (mgr.14142) 220 : cluster [DBG] pgmap v223: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:12.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:12 smithi079 bash[35301]: cluster 2024-01-23T23:26:11.115896+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:12.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:12 smithi037 bash[35265]: cluster 2024-01-23T23:26:11.115896+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:12.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:12 smithi037 bash[38667]: cluster 2024-01-23T23:26:11.115896+0000 mgr.y (mgr.14142) 221 : cluster [DBG] pgmap v224: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:14.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:14 smithi079 bash[35301]: cluster 2024-01-23T23:26:13.116725+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:14.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:14 smithi037 bash[35265]: cluster 2024-01-23T23:26:13.116725+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:14.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:14 smithi037 bash[38667]: cluster 2024-01-23T23:26:13.116725+0000 mgr.y (mgr.14142) 222 : cluster [DBG] pgmap v225: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:16 smithi079 bash[35301]: cluster 2024-01-23T23:26:15.117171+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:16.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:16 smithi037 bash[35265]: cluster 2024-01-23T23:26:15.117171+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:16.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:16 smithi037 bash[38667]: cluster 2024-01-23T23:26:15.117171+0000 mgr.y (mgr.14142) 223 : cluster [DBG] pgmap v226: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:18.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:18 smithi079 bash[35301]: cluster 2024-01-23T23:26:17.117923+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:18.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:18 smithi037 bash[35265]: cluster 2024-01-23T23:26:17.117923+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:18.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:18 smithi037 bash[38667]: cluster 2024-01-23T23:26:17.117923+0000 mgr.y (mgr.14142) 224 : cluster [DBG] pgmap v227: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:20.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:20 smithi079 bash[35301]: cluster 2024-01-23T23:26:19.118613+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:20.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:20 smithi037 bash[35265]: cluster 2024-01-23T23:26:19.118613+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:20.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:20 smithi037 bash[38667]: cluster 2024-01-23T23:26:19.118613+0000 mgr.y (mgr.14142) 225 : cluster [DBG] pgmap v228: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:22.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:22 smithi079 bash[35301]: cluster 2024-01-23T23:26:21.118958+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:22.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:22 smithi037 bash[35265]: cluster 2024-01-23T23:26:21.118958+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:22.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:22 smithi037 bash[38667]: cluster 2024-01-23T23:26:21.118958+0000 mgr.y (mgr.14142) 226 : cluster [DBG] pgmap v229: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:24.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:24 smithi079 bash[35301]: cluster 2024-01-23T23:26:23.119664+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:24.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:24 smithi037 bash[35265]: cluster 2024-01-23T23:26:23.119664+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:24.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:24 smithi037 bash[38667]: cluster 2024-01-23T23:26:23.119664+0000 mgr.y (mgr.14142) 227 : cluster [DBG] pgmap v230: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:25.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:25 smithi079 bash[35301]: cluster 2024-01-23T23:26:25.120066+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:25.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:25 smithi037 bash[35265]: cluster 2024-01-23T23:26:25.120066+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:25.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:25 smithi037 bash[38667]: cluster 2024-01-23T23:26:25.120066+0000 mgr.y (mgr.14142) 228 : cluster [DBG] pgmap v231: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:28.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:28 smithi079 bash[35301]: cluster 2024-01-23T23:26:27.120544+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:28.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:28 smithi037 bash[35265]: cluster 2024-01-23T23:26:27.120544+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:28.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:28 smithi037 bash[38667]: cluster 2024-01-23T23:26:27.120544+0000 mgr.y (mgr.14142) 229 : cluster [DBG] pgmap v232: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:30.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:30 smithi079 bash[35301]: cluster 2024-01-23T23:26:29.121208+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:30.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:30 smithi037 bash[35265]: cluster 2024-01-23T23:26:29.121208+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:30.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:30 smithi037 bash[38667]: cluster 2024-01-23T23:26:29.121208+0000 mgr.y (mgr.14142) 230 : cluster [DBG] pgmap v233: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:32 smithi079 bash[35301]: cluster 2024-01-23T23:26:31.121650+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:32.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:32 smithi037 bash[35265]: cluster 2024-01-23T23:26:31.121650+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:32.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:32 smithi037 bash[38667]: cluster 2024-01-23T23:26:31.121650+0000 mgr.y (mgr.14142) 231 : cluster [DBG] pgmap v234: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:34.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:34 smithi079 bash[35301]: cluster 2024-01-23T23:26:33.122262+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:34.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:34 smithi037 bash[35265]: cluster 2024-01-23T23:26:33.122262+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:34.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:34 smithi037 bash[38667]: cluster 2024-01-23T23:26:33.122262+0000 mgr.y (mgr.14142) 232 : cluster [DBG] pgmap v235: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:35.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:35 smithi079 bash[35301]: cluster 2024-01-23T23:26:35.122708+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:35.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:35 smithi037 bash[35265]: cluster 2024-01-23T23:26:35.122708+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:35.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:35 smithi037 bash[38667]: cluster 2024-01-23T23:26:35.122708+0000 mgr.y (mgr.14142) 233 : cluster [DBG] pgmap v236: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:38.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:38 smithi079 bash[35301]: cluster 2024-01-23T23:26:37.123344+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:38.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:38 smithi037 bash[35265]: cluster 2024-01-23T23:26:37.123344+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:38.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:38 smithi037 bash[38667]: cluster 2024-01-23T23:26:37.123344+0000 mgr.y (mgr.14142) 234 : cluster [DBG] pgmap v237: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:40.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:40 smithi079 bash[35301]: cluster 2024-01-23T23:26:39.124156+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:40.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:40 smithi037 bash[35265]: cluster 2024-01-23T23:26:39.124156+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:40.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:40 smithi037 bash[38667]: cluster 2024-01-23T23:26:39.124156+0000 mgr.y (mgr.14142) 235 : cluster [DBG] pgmap v238: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:42.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:42 smithi079 bash[35301]: cluster 2024-01-23T23:26:41.124662+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:42.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:42 smithi037 bash[35265]: cluster 2024-01-23T23:26:41.124662+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:42.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:42 smithi037 bash[38667]: cluster 2024-01-23T23:26:41.124662+0000 mgr.y (mgr.14142) 236 : cluster [DBG] pgmap v239: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:44 smithi079 bash[35301]: cluster 2024-01-23T23:26:43.125309+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:44 smithi037 bash[35265]: cluster 2024-01-23T23:26:43.125309+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:44.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:44 smithi037 bash[38667]: cluster 2024-01-23T23:26:43.125309+0000 mgr.y (mgr.14142) 237 : cluster [DBG] pgmap v240: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:46 smithi079 bash[35301]: cluster 2024-01-23T23:26:45.125793+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:46.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:46 smithi037 bash[35265]: cluster 2024-01-23T23:26:45.125793+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:46.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:46 smithi037 bash[38667]: cluster 2024-01-23T23:26:45.125793+0000 mgr.y (mgr.14142) 238 : cluster [DBG] pgmap v241: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:48 smithi079 bash[35301]: cluster 2024-01-23T23:26:47.126508+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:48.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:48 smithi037 bash[35265]: cluster 2024-01-23T23:26:47.126508+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:48.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:48 smithi037 bash[38667]: cluster 2024-01-23T23:26:47.126508+0000 mgr.y (mgr.14142) 239 : cluster [DBG] pgmap v242: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:50 smithi079 bash[35301]: cluster 2024-01-23T23:26:49.127119+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:50.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:50 smithi037 bash[35265]: cluster 2024-01-23T23:26:49.127119+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:50 smithi037 bash[38667]: cluster 2024-01-23T23:26:49.127119+0000 mgr.y (mgr.14142) 240 : cluster [DBG] pgmap v243: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:52.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:52 smithi079 bash[35301]: cluster 2024-01-23T23:26:51.127585+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:52.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:52 smithi037 bash[35265]: cluster 2024-01-23T23:26:51.127585+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:52.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:52 smithi037 bash[38667]: cluster 2024-01-23T23:26:51.127585+0000 mgr.y (mgr.14142) 241 : cluster [DBG] pgmap v244: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:53.519 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim false --force' 2024-01-23T23:26:54.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:54 smithi079 bash[35301]: cluster 2024-01-23T23:26:53.128385+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:54.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:54 smithi037 bash[35265]: cluster 2024-01-23T23:26:53.128385+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:54.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:54 smithi037 bash[38667]: cluster 2024-01-23T23:26:53.128385+0000 mgr.y (mgr.14142) 242 : cluster [DBG] pgmap v245: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:55.031 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph config set mon mon_warn_on_insecure_global_id_reclaim_allowed false --force' 2024-01-23T23:26:55.275 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:55 smithi037 bash[35265]: audit 2024-01-23T23:26:54.639566+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.37:0/2722590482' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-23T23:26:55.275 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:55 smithi037 bash[35265]: audit 2024-01-23T23:26:54.639833+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-23T23:26:55.275 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:55 smithi037 bash[35265]: audit 2024-01-23T23:26:54.643618+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-23T23:26:55.275 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:55 smithi037 bash[38667]: audit 2024-01-23T23:26:54.639566+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.37:0/2722590482' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-23T23:26:55.275 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:55 smithi037 bash[38667]: audit 2024-01-23T23:26:54.639833+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-23T23:26:55.275 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:55 smithi037 bash[38667]: audit 2024-01-23T23:26:54.643618+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-23T23:26:55.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:55 smithi079 bash[35301]: audit 2024-01-23T23:26:54.639566+0000 mon.c (mon.1) 23 : audit [INF] from='client.? 172.21.15.37:0/2722590482' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-23T23:26:55.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:55 smithi079 bash[35301]: audit 2024-01-23T23:26:54.639833+0000 mon.a (mon.0) 784 : audit [INF] from='client.? ' entity='client.admin' cmd=[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]: dispatch 2024-01-23T23:26:55.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:55 smithi079 bash[35301]: audit 2024-01-23T23:26:54.643618+0000 mon.a (mon.0) 785 : audit [INF] from='client.? ' entity='client.admin' cmd='[{"prefix": "config set", "who": "mon", "name": "mon_warn_on_insecure_global_id_reclaim", "value": "false", "force": true}]': finished 2024-01-23T23:26:56.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:56 smithi079 bash[35301]: cluster 2024-01-23T23:26:55.128783+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:56.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:56 smithi037 bash[35265]: cluster 2024-01-23T23:26:55.128783+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:56.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:56 smithi037 bash[38667]: cluster 2024-01-23T23:26:55.128783+0000 mgr.y (mgr.14142) 243 : cluster [DBG] pgmap v246: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:56.708 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch upgrade start --image quay.ceph.io/ceph-ci/ceph:$sha1' 2024-01-23T23:26:57.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:57 smithi037 bash[35265]: audit 2024-01-23T23:26:56.222685+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.37:0/301824838' 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-23T23:26:57.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:57 smithi037 bash[35265]: audit 2024-01-23T23:26:56.228810+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.37:0/301824838' 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-23T23:26:57.302 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:57 smithi037 bash[35265]: cluster 2024-01-23T23:26:57.129342+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:57.302 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:57 smithi037 bash[38667]: audit 2024-01-23T23:26:56.222685+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.37:0/301824838' 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-23T23:26:57.302 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:57 smithi037 bash[38667]: audit 2024-01-23T23:26:56.228810+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.37:0/301824838' 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-23T23:26:57.302 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:57 smithi037 bash[38667]: cluster 2024-01-23T23:26:57.129342+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:57.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:57 smithi079 bash[35301]: audit 2024-01-23T23:26:56.222685+0000 mon.a (mon.0) 786 : audit [INF] from='client.? 172.21.15.37:0/301824838' 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-23T23:26:57.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:57 smithi079 bash[35301]: audit 2024-01-23T23:26:56.228810+0000 mon.a (mon.0) 787 : audit [INF] from='client.? 172.21.15.37:0/301824838' 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-23T23:26:57.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:57 smithi079 bash[35301]: cluster 2024-01-23T23:26:57.129342+0000 mgr.y (mgr.14142) 244 : cluster [DBG] pgmap v247: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:57.881 INFO:teuthology.orchestra.run.smithi037.stdout:Initiating upgrade to quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-23T23:26:58.389 INFO:teuthology.run_tasks:Running task cephadm.shell... 2024-01-23T23:26:58.398 INFO:tasks.cephadm:Running commands on role mon.a host ubuntu@smithi037.front.sepia.ceph.com 2024-01-23T23:26:58.399 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- 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-23T23:26:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:58 smithi079 bash[35301]: audit 2024-01-23T23:26:57.873979+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:26:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:58 smithi079 bash[35301]: audit 2024-01-23T23:26:57.874784+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\"}"}]: dispatch 2024-01-23T23:26:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:58 smithi079 bash[35301]: audit 2024-01-23T23:26:57.877855+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\"}"}]': finished 2024-01-23T23:26:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:58 smithi079 bash[35301]: cephadm 2024-01-23T23:26:57.879996+0000 mgr.y (mgr.14142) 246 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-23T23:26:58.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:58 smithi037 bash[35265]: audit 2024-01-23T23:26:57.873979+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:26:58.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:58 smithi037 bash[35265]: audit 2024-01-23T23:26:57.874784+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\"}"}]: dispatch 2024-01-23T23:26:58.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:58 smithi037 bash[35265]: audit 2024-01-23T23:26:57.877855+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\"}"}]': finished 2024-01-23T23:26:58.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:58 smithi037 bash[35265]: cephadm 2024-01-23T23:26:57.879996+0000 mgr.y (mgr.14142) 246 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-23T23:26:58.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:58 smithi037 bash[38667]: audit 2024-01-23T23:26:57.873979+0000 mgr.y (mgr.14142) 245 : audit [DBG] from='client.14715 -' entity='client.admin' cmd=[{"prefix": "orch upgrade start", "image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:26:58.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:58 smithi037 bash[38667]: audit 2024-01-23T23:26:57.874784+0000 mon.a (mon.0) 788 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\"}"}]: dispatch 2024-01-23T23:26:58.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:58 smithi037 bash[38667]: audit 2024-01-23T23:26:57.877855+0000 mon.a (mon.0) 789 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\"}"}]': finished 2024-01-23T23:26:58.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:58 smithi037 bash[38667]: cephadm 2024-01-23T23:26:57.879996+0000 mgr.y (mgr.14142) 246 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-23T23:26:59.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:26:59 smithi079 bash[35301]: cluster 2024-01-23T23:26:59.129787+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:59.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:26:59 smithi037 bash[35265]: cluster 2024-01-23T23:26:59.129787+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:59.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:26:59 smithi037 bash[38667]: cluster 2024-01-23T23:26:59.129787+0000 mgr.y (mgr.14142) 247 : cluster [DBG] pgmap v248: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:26:59.737 INFO:teuthology.orchestra.run.smithi037.stdout:true 2024-01-23T23:27:00.350 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-23T23:27:00.350 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.a smithi037 running (2m) 2m ago 2m docker.io/prom/alertmanager:latest 9f27df16978d c8c69cb0ef9d 2024-01-23T23:27:00.350 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.a smithi079 running (2m) 2m ago 2m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 990883b140d1 2024-01-23T23:27:00.350 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.x smithi079 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1fa648be8a7d 2024-01-23T23:27:00.350 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.y smithi037 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 79a7eda7b409 2024-01-23T23:27:00.350 INFO:teuthology.orchestra.run.smithi037.stdout:mon.a smithi037 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 71534e380873 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:mon.b smithi079 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 aa000c6951b0 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:mon.c smithi037 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d52c726076a7 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.a smithi037 running (2m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 c00c5f4edb14 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.b smithi079 running (2m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 19f462049936 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (4m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6727d9b671c8 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5a2918d01f42 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 96b4312b842e 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 035730ebccbf 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi079 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 48aff1b48047 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi079 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f7c27cf7b692 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi079 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 188ab6b29980 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi079 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 92bf85850c75 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.a smithi079 running (2m) 2m ago 3m docker.io/prom/prometheus:latest 2a72b385beaf e4c08ba7737d 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi037.rkvbso smithi037 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8482607f0c04 2024-01-23T23:27:00.351 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi079.atwyor smithi079 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f7c1aabeecfd 2024-01-23T23:27:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:00 smithi079 bash[35301]: audit 2024-01-23T23:26:59.724809+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:00 smithi079 bash[35301]: audit 2024-01-23T23:27:00.044266+0000 mgr.y (mgr.14142) 249 : audit [DBG] from='client.14727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:00.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:00 smithi037 bash[35265]: audit 2024-01-23T23:26:59.724809+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:00.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:00 smithi037 bash[35265]: audit 2024-01-23T23:27:00.044266+0000 mgr.y (mgr.14142) 249 : audit [DBG] from='client.14727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:00.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:00 smithi037 bash[38667]: audit 2024-01-23T23:26:59.724809+0000 mgr.y (mgr.14142) 248 : audit [DBG] from='client.24646 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:00.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:00 smithi037 bash[38667]: audit 2024-01-23T23:27:00.044266+0000 mgr.y (mgr.14142) 249 : audit [DBG] from='client.14727 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:00.675 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:27:00.675 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2024-01-23T23:27:00.675 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-23T23:27:00.675 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:27:00.675 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2024-01-23T23:27:00.675 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-23T23:27:00.675 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:27:00.675 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2024-01-23T23:27:00.675 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-23T23:27:00.675 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:27:00.676 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": {}, 2024-01-23T23:27:00.676 INFO:teuthology.orchestra.run.smithi037.stdout: "rgw": { 2024-01-23T23:27:00.676 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-23T23:27:00.676 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:27:00.676 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2024-01-23T23:27:00.676 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-23T23:27:00.676 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:27:00.676 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:27:00.972 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:27:00.972 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-23T23:27:00.972 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2024-01-23T23:27:00.972 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2024-01-23T23:27:00.973 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2024-01-23T23:27:00.973 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:27:01.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:01 smithi079 bash[35301]: audit 2024-01-23T23:27:00.345921+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:01.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:01 smithi079 bash[35301]: audit 2024-01-23T23:27:00.674140+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.37:0/466679254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:27:01.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:01 smithi079 bash[35301]: audit 2024-01-23T23:27:00.971230+0000 mgr.y (mgr.14142) 251 : audit [DBG] from='client.14745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:01.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:01 smithi079 bash[35301]: cluster 2024-01-23T23:27:01.130100+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:01.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:01 smithi037 bash[35265]: audit 2024-01-23T23:27:00.345921+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:01.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:01 smithi037 bash[35265]: audit 2024-01-23T23:27:00.674140+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.37:0/466679254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:27:01.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:01 smithi037 bash[35265]: audit 2024-01-23T23:27:00.971230+0000 mgr.y (mgr.14142) 251 : audit [DBG] from='client.14745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:01.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:01 smithi037 bash[35265]: cluster 2024-01-23T23:27:01.130100+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:01.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:01 smithi037 bash[38667]: audit 2024-01-23T23:27:00.345921+0000 mgr.y (mgr.14142) 250 : audit [DBG] from='client.14733 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:01.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:01 smithi037 bash[38667]: audit 2024-01-23T23:27:00.674140+0000 mon.c (mon.1) 24 : audit [DBG] from='client.? 172.21.15.37:0/466679254' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:27:01.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:01 smithi037 bash[38667]: audit 2024-01-23T23:27:00.971230+0000 mgr.y (mgr.14142) 251 : audit [DBG] from='client.14745 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:01.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:01 smithi037 bash[38667]: cluster 2024-01-23T23:27:01.130100+0000 mgr.y (mgr.14142) 252 : cluster [DBG] pgmap v249: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:04 smithi079 bash[35301]: cluster 2024-01-23T23:27:03.130721+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:04 smithi037 bash[35265]: cluster 2024-01-23T23:27:03.130721+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:04 smithi037 bash[38667]: cluster 2024-01-23T23:27:03.130721+0000 mgr.y (mgr.14142) 253 : cluster [DBG] pgmap v250: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:06.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:06 smithi079 bash[35301]: cluster 2024-01-23T23:27:05.131046+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:06.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:06 smithi037 bash[35265]: cluster 2024-01-23T23:27:05.131046+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:06.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:06 smithi037 bash[38667]: cluster 2024-01-23T23:27:05.131046+0000 mgr.y (mgr.14142) 254 : cluster [DBG] pgmap v251: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:08.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:08 smithi079 bash[35301]: cluster 2024-01-23T23:27:07.131467+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:08.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:08 smithi037 bash[35265]: cluster 2024-01-23T23:27:07.131467+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:08.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:08 smithi037 bash[38667]: cluster 2024-01-23T23:27:07.131467+0000 mgr.y (mgr.14142) 255 : cluster [DBG] pgmap v252: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:10.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:10 smithi079 bash[35301]: cluster 2024-01-23T23:27:09.131943+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:10.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:10 smithi037 bash[35265]: cluster 2024-01-23T23:27:09.131943+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:10.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:10 smithi037 bash[38667]: cluster 2024-01-23T23:27:09.131943+0000 mgr.y (mgr.14142) 256 : cluster [DBG] pgmap v253: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:12.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:12 smithi079 bash[35301]: cluster 2024-01-23T23:27:11.132235+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:12.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:12 smithi037 bash[35265]: cluster 2024-01-23T23:27:11.132235+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:12.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:12 smithi037 bash[38667]: cluster 2024-01-23T23:27:11.132235+0000 mgr.y (mgr.14142) 257 : cluster [DBG] pgmap v254: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:13.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:13 smithi079 bash[35301]: cluster 2024-01-23T23:27:13.132828+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:13.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:13 smithi037 bash[35265]: cluster 2024-01-23T23:27:13.132828+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:13.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:13 smithi037 bash[38667]: cluster 2024-01-23T23:27:13.132828+0000 mgr.y (mgr.14142) 258 : cluster [DBG] pgmap v255: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:15.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:15 smithi079 bash[35301]: cluster 2024-01-23T23:27:15.133192+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:15.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:15 smithi037 bash[35265]: cluster 2024-01-23T23:27:15.133192+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:15.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:15 smithi037 bash[38667]: cluster 2024-01-23T23:27:15.133192+0000 mgr.y (mgr.14142) 259 : cluster [DBG] pgmap v256: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:18.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:18 smithi079 bash[35301]: cluster 2024-01-23T23:27:17.133599+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:18.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:18 smithi037 bash[35265]: cluster 2024-01-23T23:27:17.133599+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:18.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:18 smithi037 bash[38667]: cluster 2024-01-23T23:27:17.133599+0000 mgr.y (mgr.14142) 260 : cluster [DBG] pgmap v257: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:20.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:20 smithi079 bash[35301]: cluster 2024-01-23T23:27:19.134094+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:20.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:20 smithi037 bash[35265]: cluster 2024-01-23T23:27:19.134094+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:20.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:20 smithi037 bash[38667]: cluster 2024-01-23T23:27:19.134094+0000 mgr.y (mgr.14142) 261 : cluster [DBG] pgmap v258: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:22.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:22 smithi079 bash[35301]: cluster 2024-01-23T23:27:21.134397+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:22.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:22 smithi037 bash[35265]: cluster 2024-01-23T23:27:21.134397+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:22.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:22 smithi037 bash[38667]: cluster 2024-01-23T23:27:21.134397+0000 mgr.y (mgr.14142) 262 : cluster [DBG] pgmap v259: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:24.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:24 smithi079 bash[35301]: cluster 2024-01-23T23:27:23.134958+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:24.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:24 smithi037 bash[35265]: cluster 2024-01-23T23:27:23.134958+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:24.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:24 smithi037 bash[38667]: cluster 2024-01-23T23:27:23.134958+0000 mgr.y (mgr.14142) 263 : cluster [DBG] pgmap v260: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:26 smithi079 bash[35301]: cluster 2024-01-23T23:27:25.135401+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:26 smithi079 bash[35301]: audit 2024-01-23T23:27:25.494967+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]: dispatch 2024-01-23T23:27:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:26 smithi079 bash[35301]: audit 2024-01-23T23:27:25.499819+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]': finished 2024-01-23T23:27:26.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:26 smithi079 bash[35301]: audit 2024-01-23T23:27:25.500322+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:27:26.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:26 smithi037 bash[35265]: cluster 2024-01-23T23:27:25.135401+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:26.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:26 smithi037 bash[35265]: audit 2024-01-23T23:27:25.494967+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]: dispatch 2024-01-23T23:27:26.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:26 smithi037 bash[35265]: audit 2024-01-23T23:27:25.499819+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]': finished 2024-01-23T23:27:26.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:26 smithi037 bash[35265]: audit 2024-01-23T23:27:25.500322+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:27:26.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:26 smithi037 bash[38667]: cluster 2024-01-23T23:27:25.135401+0000 mgr.y (mgr.14142) 264 : cluster [DBG] pgmap v261: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:26.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:26 smithi037 bash[38667]: audit 2024-01-23T23:27:25.494967+0000 mon.a (mon.0) 790 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]: dispatch 2024-01-23T23:27:26.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:26 smithi037 bash[38667]: audit 2024-01-23T23:27:25.499819+0000 mon.a (mon.0) 791 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_version\": \"ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)\"}"}]': finished 2024-01-23T23:27:26.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:26 smithi037 bash[38667]: audit 2024-01-23T23:27:25.500322+0000 mon.a (mon.0) 792 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:27:27.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:27 smithi079 bash[35301]: cephadm 2024-01-23T23:27:25.500131+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-23T23:27:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:27 smithi079 bash[35301]: cephadm 2024-01-23T23:27:25.501024+0000 mgr.y (mgr.14142) 266 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-23T23:27:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:27 smithi079 bash[35301]: cephadm 2024-01-23T23:27:25.501382+0000 mgr.y (mgr.14142) 267 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-23T23:27:27.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:27 smithi079 bash[35301]: cephadm 2024-01-23T23:27:25.708844+0000 mgr.y (mgr.14142) 268 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f on smithi079 2024-01-23T23:27:27.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:27 smithi037 bash[35265]: cephadm 2024-01-23T23:27:25.500131+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-23T23:27:27.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:27 smithi037 bash[35265]: cephadm 2024-01-23T23:27:25.501024+0000 mgr.y (mgr.14142) 266 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-23T23:27:27.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:27 smithi037 bash[35265]: cephadm 2024-01-23T23:27:25.501382+0000 mgr.y (mgr.14142) 267 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-23T23:27:27.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:27 smithi037 bash[35265]: cephadm 2024-01-23T23:27:25.708844+0000 mgr.y (mgr.14142) 268 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f on smithi079 2024-01-23T23:27:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:27 smithi037 bash[38667]: cephadm 2024-01-23T23:27:25.500131+0000 mgr.y (mgr.14142) 265 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-23T23:27:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:27 smithi037 bash[38667]: cephadm 2024-01-23T23:27:25.501024+0000 mgr.y (mgr.14142) 266 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-23T23:27:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:27 smithi037 bash[38667]: cephadm 2024-01-23T23:27:25.501382+0000 mgr.y (mgr.14142) 267 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-23T23:27:27.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:27 smithi037 bash[38667]: cephadm 2024-01-23T23:27:25.708844+0000 mgr.y (mgr.14142) 268 : cephadm [INF] Upgrade: Pulling quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f on smithi079 2024-01-23T23:27:28.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:28 smithi079 bash[35301]: cluster 2024-01-23T23:27:27.135872+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:28.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:28 smithi037 bash[35265]: cluster 2024-01-23T23:27:27.135872+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:28.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:28 smithi037 bash[38667]: cluster 2024-01-23T23:27:27.135872+0000 mgr.y (mgr.14142) 269 : cluster [DBG] pgmap v262: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:29.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:29 smithi079 bash[35301]: cluster 2024-01-23T23:27:29.136551+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:29.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:29 smithi037 bash[35265]: cluster 2024-01-23T23:27:29.136551+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:29.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:29 smithi037 bash[38667]: cluster 2024-01-23T23:27:29.136551+0000 mgr.y (mgr.14142) 270 : cluster [DBG] pgmap v263: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:31.283 INFO:teuthology.orchestra.run.smithi037.stdout:true 2024-01-23T23:27:31.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:31 smithi079 bash[35301]: cluster 2024-01-23T23:27:31.136949+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:31.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:31 smithi037 bash[35265]: cluster 2024-01-23T23:27:31.136949+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:31.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:31 smithi037 bash[38667]: cluster 2024-01-23T23:27:31.136949+0000 mgr.y (mgr.14142) 271 : cluster [DBG] pgmap v264: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:31.835 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-23T23:27:31.835 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.a smithi037 running (2m) 2m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d c8c69cb0ef9d 2024-01-23T23:27:31.835 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.a smithi079 running (3m) 2m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 990883b140d1 2024-01-23T23:27:31.835 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.x smithi079 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 1fa648be8a7d 2024-01-23T23:27:31.835 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.y smithi037 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 79a7eda7b409 2024-01-23T23:27:31.835 INFO:teuthology.orchestra.run.smithi037.stdout:mon.a smithi037 running (7m) 2m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 71534e380873 2024-01-23T23:27:31.835 INFO:teuthology.orchestra.run.smithi037.stdout:mon.b smithi079 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 aa000c6951b0 2024-01-23T23:27:31.835 INFO:teuthology.orchestra.run.smithi037.stdout:mon.c smithi037 running (6m) 2m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d52c726076a7 2024-01-23T23:27:31.835 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.a smithi037 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 c00c5f4edb14 2024-01-23T23:27:31.836 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.b smithi079 running (3m) 2m ago 3m docker.io/prom/node-exporter:latest 72c9c2088986 19f462049936 2024-01-23T23:27:31.836 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6727d9b671c8 2024-01-23T23:27:31.836 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (5m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5a2918d01f42 2024-01-23T23:27:31.836 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (4m) 2m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 96b4312b842e 2024-01-23T23:27:31.836 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 035730ebccbf 2024-01-23T23:27:31.836 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi079 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 48aff1b48047 2024-01-23T23:27:31.836 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi079 running (4m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f7c27cf7b692 2024-01-23T23:27:31.837 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi079 running (3m) 2m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 188ab6b29980 2024-01-23T23:27:31.837 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi079 running (3m) 2m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 92bf85850c75 2024-01-23T23:27:31.837 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.a smithi079 running (2m) 2m ago 3m docker.io/prom/prometheus:latest 2a72b385beaf e4c08ba7737d 2024-01-23T23:27:31.837 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi037.rkvbso smithi037 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8482607f0c04 2024-01-23T23:27:31.837 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi079.atwyor smithi079 running (2m) 2m ago 2m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f7c1aabeecfd 2024-01-23T23:27:32.139 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:27:32.139 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2024-01-23T23:27:32.139 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-23T23:27:32.139 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:27:32.139 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2024-01-23T23:27:32.139 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-23T23:27:32.139 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:27:32.139 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2024-01-23T23:27:32.139 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-23T23:27:32.140 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:27:32.140 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": {}, 2024-01-23T23:27:32.140 INFO:teuthology.orchestra.run.smithi037.stdout: "rgw": { 2024-01-23T23:27:32.140 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-23T23:27:32.140 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:27:32.140 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2024-01-23T23:27:32.140 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-23T23:27:32.140 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:27:32.140 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:27:32.425 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:27:32.426 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-23T23:27:32.426 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2024-01-23T23:27:32.426 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2024-01-23T23:27:32.426 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2024-01-23T23:27:32.426 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:27:32.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:32 smithi079 bash[35301]: audit 2024-01-23T23:27:31.270834+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.24670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:32 smithi079 bash[35301]: audit 2024-01-23T23:27:31.552177+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.24676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:32 smithi079 bash[35301]: audit 2024-01-23T23:27:31.830764+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.24682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:32.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:32 smithi079 bash[35301]: audit 2024-01-23T23:27:32.138419+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.37:0/2566075749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:27:32.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:32 smithi037 bash[35265]: audit 2024-01-23T23:27:31.270834+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.24670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:32.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:32 smithi037 bash[35265]: audit 2024-01-23T23:27:31.552177+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.24676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:32.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:32 smithi037 bash[35265]: audit 2024-01-23T23:27:31.830764+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.24682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:32.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:32 smithi037 bash[35265]: audit 2024-01-23T23:27:32.138419+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.37:0/2566075749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:27:32.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:32 smithi037 bash[38667]: audit 2024-01-23T23:27:31.270834+0000 mgr.y (mgr.14142) 272 : audit [DBG] from='client.24670 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:32.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:32 smithi037 bash[38667]: audit 2024-01-23T23:27:31.552177+0000 mgr.y (mgr.14142) 273 : audit [DBG] from='client.24676 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:32.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:32 smithi037 bash[38667]: audit 2024-01-23T23:27:31.830764+0000 mgr.y (mgr.14142) 274 : audit [DBG] from='client.24682 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:32.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:32 smithi037 bash[38667]: audit 2024-01-23T23:27:32.138419+0000 mon.c (mon.1) 25 : audit [DBG] from='client.? 172.21.15.37:0/2566075749' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:27:33.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:33 smithi079 bash[35301]: audit 2024-01-23T23:27:32.424525+0000 mgr.y (mgr.14142) 275 : audit [DBG] from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:33 smithi079 bash[35301]: cluster 2024-01-23T23:27:33.137665+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:33 smithi037 bash[35265]: audit 2024-01-23T23:27:32.424525+0000 mgr.y (mgr.14142) 275 : audit [DBG] from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:33 smithi037 bash[35265]: cluster 2024-01-23T23:27:33.137665+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:33.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:33 smithi037 bash[38667]: audit 2024-01-23T23:27:32.424525+0000 mgr.y (mgr.14142) 275 : audit [DBG] from='client.14775 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:27:33.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:33 smithi037 bash[38667]: cluster 2024-01-23T23:27:33.137665+0000 mgr.y (mgr.14142) 276 : cluster [DBG] pgmap v265: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:35.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:35 smithi079 bash[35301]: cluster 2024-01-23T23:27:35.138194+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:35.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:35 smithi037 bash[35265]: cluster 2024-01-23T23:27:35.138194+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:35.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:35 smithi037 bash[38667]: cluster 2024-01-23T23:27:35.138194+0000 mgr.y (mgr.14142) 277 : cluster [DBG] pgmap v266: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:38.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:38 smithi079 bash[35301]: cluster 2024-01-23T23:27:37.138792+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:38.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:38 smithi037 bash[35265]: cluster 2024-01-23T23:27:37.138792+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:38.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:38 smithi037 bash[38667]: cluster 2024-01-23T23:27:37.138792+0000 mgr.y (mgr.14142) 278 : cluster [DBG] pgmap v267: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:40.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:40 smithi079 bash[35301]: cluster 2024-01-23T23:27:39.139412+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:40.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:40 smithi037 bash[35265]: cluster 2024-01-23T23:27:39.139412+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:40.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:40 smithi037 bash[38667]: cluster 2024-01-23T23:27:39.139412+0000 mgr.y (mgr.14142) 279 : cluster [DBG] pgmap v268: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:42.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:42 smithi079 bash[35301]: cluster 2024-01-23T23:27:41.140001+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:42.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:42 smithi037 bash[35265]: cluster 2024-01-23T23:27:41.140001+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:42.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:42 smithi037 bash[38667]: cluster 2024-01-23T23:27:41.140001+0000 mgr.y (mgr.14142) 280 : cluster [DBG] pgmap v269: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:44.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:44 smithi079 bash[35301]: cluster 2024-01-23T23:27:43.140649+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:44.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:44 smithi037 bash[35265]: cluster 2024-01-23T23:27:43.140649+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:44.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:44 smithi037 bash[38667]: cluster 2024-01-23T23:27:43.140649+0000 mgr.y (mgr.14142) 281 : cluster [DBG] pgmap v270: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:45.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:45 smithi079 bash[35301]: cluster 2024-01-23T23:27:45.141122+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:45.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:45 smithi037 bash[35265]: cluster 2024-01-23T23:27:45.141122+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:45.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:45 smithi037 bash[38667]: cluster 2024-01-23T23:27:45.141122+0000 mgr.y (mgr.14142) 282 : cluster [DBG] pgmap v271: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:48.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:48 smithi079 bash[35301]: cluster 2024-01-23T23:27:47.141620+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:48.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:48 smithi037 bash[35265]: cluster 2024-01-23T23:27:47.141620+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:48.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:48 smithi037 bash[38667]: cluster 2024-01-23T23:27:47.141620+0000 mgr.y (mgr.14142) 283 : cluster [DBG] pgmap v272: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:49.328 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:49 smithi079 bash[35301]: audit 2024-01-23T23:27:48.707366+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]: dispatch 2024-01-23T23:27:49.328 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:49 smithi079 bash[35301]: audit 2024-01-23T23:27:48.711574+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]': finished 2024-01-23T23:27:49.328 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:49 smithi079 bash[35301]: audit 2024-01-23T23:27:48.712498+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-23T23:27:49.328 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:49 smithi079 bash[35301]: audit 2024-01-23T23:27:48.713305+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:27:49.328 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:49 smithi079 bash[35301]: audit 2024-01-23T23:27:48.714350+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-23T23:27:49.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:49 smithi037 bash[35265]: audit 2024-01-23T23:27:48.707366+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]: dispatch 2024-01-23T23:27:49.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:49 smithi037 bash[35265]: audit 2024-01-23T23:27:48.711574+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]': finished 2024-01-23T23:27:49.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:49 smithi037 bash[35265]: audit 2024-01-23T23:27:48.712498+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-23T23:27:49.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:49 smithi037 bash[35265]: audit 2024-01-23T23:27:48.713305+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:27:49.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:49 smithi037 bash[35265]: audit 2024-01-23T23:27:48.714350+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-23T23:27:49.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:49 smithi037 bash[38667]: audit 2024-01-23T23:27:48.707366+0000 mon.a (mon.0) 793 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]: dispatch 2024-01-23T23:27:49.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:49 smithi037 bash[38667]: audit 2024-01-23T23:27:48.711574+0000 mon.a (mon.0) 794 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", "who": "mgr.x"}]': finished 2024-01-23T23:27:49.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:49 smithi037 bash[38667]: audit 2024-01-23T23:27:48.712498+0000 mon.a (mon.0) 795 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mgr.x"}]: dispatch 2024-01-23T23:27:49.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:49 smithi037 bash[38667]: audit 2024-01-23T23:27:48.713305+0000 mon.a (mon.0) 796 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:27:49.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:49 smithi037 bash[38667]: audit 2024-01-23T23:27:48.714350+0000 mon.a (mon.0) 797 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mgr.x", "key": "container_image"}]: dispatch 2024-01-23T23:27:50.103 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:27:49 smithi079 systemd[1]: Stopping Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:27:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:50 smithi079 bash[35301]: cephadm 2024-01-23T23:27:48.706924+0000 mgr.y (mgr.14142) 284 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-23T23:27:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:50 smithi079 bash[35301]: cephadm 2024-01-23T23:27:48.707000+0000 mgr.y (mgr.14142) 285 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-23T23:27:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:50 smithi079 bash[35301]: cephadm 2024-01-23T23:27:48.713915+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Deploying daemon mgr.x on smithi079 2024-01-23T23:27:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:50 smithi079 bash[35301]: cluster 2024-01-23T23:27:49.142162+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:50.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:50 smithi037 bash[35265]: cephadm 2024-01-23T23:27:48.706924+0000 mgr.y (mgr.14142) 284 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-23T23:27:50.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:50 smithi037 bash[35265]: cephadm 2024-01-23T23:27:48.707000+0000 mgr.y (mgr.14142) 285 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-23T23:27:50.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:50 smithi037 bash[35265]: cephadm 2024-01-23T23:27:48.713915+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Deploying daemon mgr.x on smithi079 2024-01-23T23:27:50.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:50 smithi037 bash[35265]: cluster 2024-01-23T23:27:49.142162+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:50 smithi037 bash[38667]: cephadm 2024-01-23T23:27:48.706924+0000 mgr.y (mgr.14142) 284 : cephadm [INF] Upgrade: It is presumed safe to stop mgr.x 2024-01-23T23:27:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:50 smithi037 bash[38667]: cephadm 2024-01-23T23:27:48.707000+0000 mgr.y (mgr.14142) 285 : cephadm [INF] Upgrade: Redeploying mgr.x 2024-01-23T23:27:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:50 smithi037 bash[38667]: cephadm 2024-01-23T23:27:48.713915+0000 mgr.y (mgr.14142) 286 : cephadm [INF] Deploying daemon mgr.x on smithi079 2024-01-23T23:27:50.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:50 smithi037 bash[38667]: cluster 2024-01-23T23:27:49.142162+0000 mgr.y (mgr.14142) 287 : cluster [DBG] pgmap v273: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:52.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:52 smithi079 bash[35301]: cluster 2024-01-23T23:27:51.142835+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:52.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:52 smithi037 bash[35265]: cluster 2024-01-23T23:27:51.142835+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:52.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:52 smithi037 bash[38667]: cluster 2024-01-23T23:27:51.142835+0000 mgr.y (mgr.14142) 288 : cluster [DBG] pgmap v274: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:54.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:54 smithi079 bash[35301]: cluster 2024-01-23T23:27:53.143584+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:54.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:54 smithi037 bash[35265]: cluster 2024-01-23T23:27:53.143584+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:54.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:54 smithi037 bash[38667]: cluster 2024-01-23T23:27:53.143584+0000 mgr.y (mgr.14142) 289 : cluster [DBG] pgmap v275: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:55.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:55 smithi079 bash[35301]: cluster 2024-01-23T23:27:55.144040+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:55.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:55 smithi037 bash[35265]: cluster 2024-01-23T23:27:55.144040+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:55.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:55 smithi037 bash[38667]: cluster 2024-01-23T23:27:55.144040+0000 mgr.y (mgr.14142) 290 : cluster [DBG] pgmap v276: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:58.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:27:58 smithi079 bash[35301]: cluster 2024-01-23T23:27:57.144703+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:58.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:27:58 smithi037 bash[35265]: cluster 2024-01-23T23:27:57.144703+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:27:58.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:27:58 smithi037 bash[38667]: cluster 2024-01-23T23:27:57.144703+0000 mgr.y (mgr.14142) 291 : cluster [DBG] pgmap v277: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:00.103 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:27:59 smithi079 podman[49780]: time="2024-01-23T23:27:59Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-01-23T23:28:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:00 smithi079 bash[35301]: cluster 2024-01-23T23:27:59.145390+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:00.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:00 smithi037 bash[35265]: cluster 2024-01-23T23:27:59.145390+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:00.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:00 smithi037 bash[38667]: cluster 2024-01-23T23:27:59.145390+0000 mgr.y (mgr.14142) 292 : cluster [DBG] pgmap v278: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:01.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:01 smithi079 podman[49780]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.x 2024-01-23T23:28:02.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:02 smithi079 bash[35301]: cluster 2024-01-23T23:28:01.145875+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:02.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:02 smithi037 bash[35265]: cluster 2024-01-23T23:28:01.145875+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:02.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:02 smithi037 bash[38667]: cluster 2024-01-23T23:28:01.145875+0000 mgr.y (mgr.14142) 293 : cluster [DBG] pgmap v279: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:02.736 INFO:teuthology.orchestra.run.smithi037.stdout:true 2024-01-23T23:28:02.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:02 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-01-23T23:28:02.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:02 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-01-23T23:28:02.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:02 smithi079 systemd[1]: Stopped Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:28:02.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:02 smithi079 systemd[1]: Starting Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:28:02.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:02 smithi079 podman[49856]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.x" found: no such container 2024-01-23T23:28:02.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:02 smithi079 systemd[1]: Started Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:28:03.290 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST STATUS REFRESHED AGE VERSION IMAGE NAME IMAGE ID CONTAINER ID 2024-01-23T23:28:03.290 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.a smithi037 running (3m) 3m ago 3m docker.io/prom/alertmanager:latest 9f27df16978d c8c69cb0ef9d 2024-01-23T23:28:03.290 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.a smithi079 running (3m) 3m ago 3m 6.6.2 docker.io/ceph/ceph-grafana:latest 87a51ecf0b1c 990883b140d1 2024-01-23T23:28:03.290 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.x smithi079 running - - 2024-01-23T23:28:03.290 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.y smithi037 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 79a7eda7b409 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:mon.a smithi037 running (7m) 3m ago 7m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 71534e380873 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:mon.b smithi079 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 aa000c6951b0 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:mon.c smithi037 running (6m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 d52c726076a7 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.a smithi037 running (3m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 c00c5f4edb14 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.b smithi079 running (3m) 3m ago 4m docker.io/prom/node-exporter:latest 72c9c2088986 19f462049936 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (5m) 3m ago 6m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 6727d9b671c8 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 5a2918d01f42 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 96b4312b842e 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (5m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 035730ebccbf 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi079 running (4m) 3m ago 5m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 48aff1b48047 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi079 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f7c27cf7b692 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi079 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 188ab6b29980 2024-01-23T23:28:03.291 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi079 running (4m) 3m ago 4m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 92bf85850c75 2024-01-23T23:28:03.292 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.a smithi079 running (3m) 3m ago 4m docker.io/prom/prometheus:latest 2a72b385beaf e4c08ba7737d 2024-01-23T23:28:03.292 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi037.rkvbso smithi037 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 8482607f0c04 2024-01-23T23:28:03.292 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi079.atwyor smithi079 running (3m) 3m ago 3m 15.2.0 docker.io/ceph/ceph:v15.2.0 204a01f9b0b6 f7c1aabeecfd 2024-01-23T23:28:03.389 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:03 smithi079 bash[35301]: audit 2024-01-23T23:28:02.685901+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:28:03.390 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:03 smithi079 bash[35301]: audit 2024-01-23T23:28:02.690934+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:28:03.390 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:03 smithi079 bash[35301]: audit 2024-01-23T23:28:02.691596+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:28:03.528 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:03 smithi037 bash[38667]: audit 2024-01-23T23:28:02.685901+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:28:03.529 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:03 smithi037 bash[35265]: audit 2024-01-23T23:28:02.685901+0000 mon.a (mon.0) 798 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:28:03.529 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:03 smithi037 bash[38667]: audit 2024-01-23T23:28:02.690934+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:28:03.529 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:03 smithi037 bash[38667]: audit 2024-01-23T23:28:02.691596+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:28:03.530 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:03 smithi037 bash[35265]: audit 2024-01-23T23:28:02.690934+0000 mon.a (mon.0) 799 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200824\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"status\": 1, \"status_desc\": \"starting\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200951\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.200985\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201019\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:24:59.201052\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201085\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201118\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201151\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:24:59.201184\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:28:03.530 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:03 smithi037 bash[35265]: audit 2024-01-23T23:28:02.691596+0000 mon.a (mon.0) 800 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "container_image"}]: dispatch 2024-01-23T23:28:03.597 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:28:03.597 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2024-01-23T23:28:03.598 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-23T23:28:03.598 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:28:03.598 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2024-01-23T23:28:03.598 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-23T23:28:03.598 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:28:03.598 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2024-01-23T23:28:03.599 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-23T23:28:03.599 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:28:03.599 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": {}, 2024-01-23T23:28:03.599 INFO:teuthology.orchestra.run.smithi037.stdout: "rgw": { 2024-01-23T23:28:03.599 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-23T23:28:03.599 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:28:03.599 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2024-01-23T23:28:03.600 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 15 2024-01-23T23:28:03.600 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:28:03.600 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:28:03.688 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:03 smithi079 bash[49873]: debug 2024-01-23T23:28:03.496+0000 7f6f5835a700 1 -- 172.21.15.79:0/4211969948 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56075cd0a4e0 con 0x56075cce1400 2024-01-23T23:28:03.688 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:03 smithi079 bash[49873]: debug 2024-01-23T23:28:03.623+0000 7f6f68952680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-23T23:28:03.884 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:28:03.884 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-23T23:28:03.884 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2024-01-23T23:28:03.884 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2024-01-23T23:28:03.884 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "" 2024-01-23T23:28:03.884 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:28:04.028 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:03 smithi079 bash[49873]: debug 2024-01-23T23:28:03.710+0000 7f6f68952680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-23T23:28:04.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:04 smithi079 bash[49873]: debug 2024-01-23T23:28:04.102+0000 7f6f68952680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-23T23:28:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:04 smithi079 bash[35301]: audit 2024-01-23T23:28:02.723902+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.14781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:04 smithi079 bash[35301]: audit 2024-01-23T23:28:03.007656+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:04 smithi079 bash[35301]: cluster 2024-01-23T23:28:03.146432+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:04 smithi079 bash[35301]: audit 2024-01-23T23:28:03.285886+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:04 smithi079 bash[35301]: audit 2024-01-23T23:28:03.596925+0000 mon.a (mon.0) 801 : audit [DBG] from='client.? 172.21.15.37:0/1684629530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:28:04.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:04 smithi079 bash[35301]: audit 2024-01-23T23:28:03.882792+0000 mgr.y (mgr.14142) 298 : audit [DBG] from='client.24730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[35265]: audit 2024-01-23T23:28:02.723902+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.14781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[35265]: audit 2024-01-23T23:28:03.007656+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[35265]: cluster 2024-01-23T23:28:03.146432+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[35265]: audit 2024-01-23T23:28:03.285886+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[35265]: audit 2024-01-23T23:28:03.596925+0000 mon.a (mon.0) 801 : audit [DBG] from='client.? 172.21.15.37:0/1684629530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:28:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[35265]: audit 2024-01-23T23:28:03.882792+0000 mgr.y (mgr.14142) 298 : audit [DBG] from='client.24730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[38667]: audit 2024-01-23T23:28:02.723902+0000 mgr.y (mgr.14142) 294 : audit [DBG] from='client.14781 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[38667]: audit 2024-01-23T23:28:03.007656+0000 mgr.y (mgr.14142) 295 : audit [DBG] from='client.24706 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[38667]: cluster 2024-01-23T23:28:03.146432+0000 mgr.y (mgr.14142) 296 : cluster [DBG] pgmap v280: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:04.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[38667]: audit 2024-01-23T23:28:03.285886+0000 mgr.y (mgr.14142) 297 : audit [DBG] from='client.14793 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:04.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[38667]: audit 2024-01-23T23:28:03.596925+0000 mon.a (mon.0) 801 : audit [DBG] from='client.? 172.21.15.37:0/1684629530' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:28:04.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:04 smithi037 bash[38667]: audit 2024-01-23T23:28:03.882792+0000 mgr.y (mgr.14142) 298 : audit [DBG] from='client.24730 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:05.103 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:04 smithi079 bash[49873]: debug 2024-01-23T23:28:04.933+0000 7f6f68952680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-23T23:28:05.103 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:05 smithi079 bash[49873]: debug 2024-01-23T23:28:05.021+0000 7f6f68952680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-23T23:28:05.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:05 smithi079 bash[35301]: cluster 2024-01-23T23:28:05.146992+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:05.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:05 smithi079 bash[49873]: debug 2024-01-23T23:28:05.251+0000 7f6f68952680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-23T23:28:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:05 smithi037 bash[35265]: cluster 2024-01-23T23:28:05.146992+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:05.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:05 smithi037 bash[38667]: cluster 2024-01-23T23:28:05.146992+0000 mgr.y (mgr.14142) 299 : cluster [DBG] pgmap v281: 129 pgs: 129 active+clean; 7.0 KiB data, 6.5 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:06.467 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35497]: debug 2024-01-23T23:28:06.462+0000 7fa85caf5700 -1 mgr handle_mgr_map I was active but no longer am 2024-01-23T23:28:06.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[38667]: audit 2024-01-23T23:28:05.459183+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.457873\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.457966\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:28:02.683995\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458004\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458036\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458067\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458099\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458130\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458162\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458193\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458224\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:28:05.458319\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:28:06.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[38667]: audit 2024-01-23T23:28:05.462786+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.457873\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.457966\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:28:02.683995\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458004\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458036\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458067\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458099\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458130\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458162\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458193\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458224\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:28:05.458319\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:28:06.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[38667]: cephadm 2024-01-23T23:28:05.465166+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-23T23:28:06.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[38667]: audit 2024-01-23T23:28:05.465455+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:06.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[38667]: cephadm 2024-01-23T23:28:05.466448+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-23T23:28:06.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[38667]: cephadm 2024-01-23T23:28:05.466601+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-23T23:28:06.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[38667]: cephadm 2024-01-23T23:28:05.468473+0000 mgr.y (mgr.14142) 303 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-23T23:28:06.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[38667]: audit 2024-01-23T23:28:05.469078+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-23T23:28:06.468 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[38667]: cluster 2024-01-23T23:28:05.473091+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-01-23T23:28:06.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35265]: audit 2024-01-23T23:28:05.459183+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.457873\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.457966\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:28:02.683995\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458004\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458036\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458067\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458099\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458130\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458162\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458193\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458224\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:28:05.458319\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:28:06.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35265]: audit 2024-01-23T23:28:05.462786+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.457873\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.457966\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:28:02.683995\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458004\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458036\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458067\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458099\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458130\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458162\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458193\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458224\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:28:05.458319\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:28:06.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35265]: cephadm 2024-01-23T23:28:05.465166+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-23T23:28:06.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35265]: audit 2024-01-23T23:28:05.465455+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:06.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35265]: cephadm 2024-01-23T23:28:05.466448+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-23T23:28:06.469 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35265]: cephadm 2024-01-23T23:28:05.466601+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-23T23:28:06.470 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35265]: cephadm 2024-01-23T23:28:05.468473+0000 mgr.y (mgr.14142) 303 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-23T23:28:06.470 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35265]: audit 2024-01-23T23:28:05.469078+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-23T23:28:06.470 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35265]: cluster 2024-01-23T23:28:05.473091+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-01-23T23:28:06.491 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[49873]: debug 2024-01-23T23:28:06.214+0000 7f6f68952680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-23T23:28:06.491 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[49873]: debug 2024-01-23T23:28:06.341+0000 7f6f68952680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:28:06.491 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[49873]: debug 2024-01-23T23:28:06.419+0000 7f6f68952680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-23T23:28:06.491 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[35301]: audit 2024-01-23T23:28:05.459183+0000 mon.a (mon.0) 802 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.457873\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.457966\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:28:02.683995\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458004\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458036\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458067\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458099\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458130\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458162\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458193\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458224\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:28:05.458319\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]: dispatch 2024-01-23T23:28:06.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[35301]: audit 2024-01-23T23:28:05.462786+0000 mon.a (mon.0) 803 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.457873\", \"created\": \"2024-01-23T23:21:30.132237\", \"started\": \"2024-01-23T23:21:30.164313\"}, \"mgr.x\": {\"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"daemon_id\": \"x\", \"daemon_type\": \"mgr\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.457966\", \"created\": \"2024-01-23T23:21:46.801841\", \"started\": \"2024-01-23T23:28:02.683995\"}, \"osd.4\": {\"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458004\", \"created\": \"2024-01-23T23:22:51.663301\", \"started\": \"2024-01-23T23:23:05.638869\"}, \"osd.5\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458036\", \"created\": \"2024-01-23T23:23:06.100958\", \"started\": \"2024-01-23T23:23:20.744560\"}, \"osd.6\": {\"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458067\", \"created\": \"2024-01-23T23:23:21.132601\", \"started\": \"2024-01-23T23:23:34.999243\"}, \"osd.7\": {\"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.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-23T23:28:05.458099\", \"created\": \"2024-01-23T23:23:35.227267\", \"started\": \"2024-01-23T23:23:36.728956\"}, \"prometheus.a\": {\"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"prometheus\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458130\", \"created\": \"2024-01-23T23:23:56.782756\", \"started\": \"2024-01-23T23:24:38.995122\"}, \"node-exporter.b\": {\"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"daemon_id\": \"b\", \"daemon_type\": \"node-exporter\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458162\", \"created\": \"2024-01-23T23:23:59.292696\", \"started\": \"2024-01-23T23:24:07.236720\"}, \"grafana.a\": {\"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"daemon_id\": \"a\", \"daemon_type\": \"grafana\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458193\", \"created\": \"2024-01-23T23:24:28.816996\", \"started\": \"2024-01-23T23:24:28.929644\"}, \"rgw.r.z.smithi079.atwyor\": {\"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_type\": \"rgw\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"last_refresh\": \"2024-01-23T23:28:05.458224\", \"created\": \"2024-01-23T23:24:53.007421\", \"started\": \"2024-01-23T23:24:53.038123\"}}, \"devices\": [{\"rejected_reasons\": [\"LVM detected\", \"Insufficient space (<5GB) on vgs\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"1023\", \"scheduler_mode\": \"none\", \"partitions\": {}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 400088457216.0, \"human_readable_size\": \"372.61 GB\", \"path\": \"/dev/nvme0n1\", \"locked\": 1}, \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\"}, {\"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\"}], \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324\"}}, \"last_daemon_update\": \"2024-01-23T23:28:05.458319\", \"last_device_update\": \"2024-01-23T23:23:38.799756\", \"networks\": {\"172.21.0.0/20\": [\"172.21.15.79\"]}, \"last_host_check\": \"2024-01-23T23:21:12.302465\"}"}]': finished 2024-01-23T23:28:06.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[35301]: cephadm 2024-01-23T23:28:05.465166+0000 mgr.y (mgr.14142) 300 : cephadm [INF] Upgrade: Target is quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f with id 377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718 2024-01-23T23:28:06.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[35301]: audit 2024-01-23T23:28:05.465455+0000 mon.a (mon.0) 804 : audit [DBG] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:06.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[35301]: cephadm 2024-01-23T23:28:05.466448+0000 mgr.y (mgr.14142) 301 : cephadm [INF] Upgrade: Checking mgr daemons... 2024-01-23T23:28:06.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[35301]: cephadm 2024-01-23T23:28:05.466601+0000 mgr.y (mgr.14142) 302 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.y) 2024-01-23T23:28:06.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[35301]: cephadm 2024-01-23T23:28:05.468473+0000 mgr.y (mgr.14142) 303 : cephadm [INF] Upgrade: there are 1 other already-upgraded standby mgrs, failing over 2024-01-23T23:28:06.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[35301]: audit 2024-01-23T23:28:05.469078+0000 mon.a (mon.0) 805 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd=[{"prefix": "mgr fail", "who": "y"}]: dispatch 2024-01-23T23:28:06.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[35301]: cluster 2024-01-23T23:28:05.473091+0000 mon.a (mon.0) 806 : cluster [DBG] osdmap e75: 8 total, 8 up, 8 in 2024-01-23T23:28:06.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[49873]: debug 2024-01-23T23:28:06.512+0000 7f6f68952680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-23T23:28:06.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[49873]: debug 2024-01-23T23:28:06.708+0000 7f6f68952680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-23T23:28:06.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35497]: ignoring --setuser ceph since I am not root 2024-01-23T23:28:06.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:06 smithi037 bash[35497]: ignoring --setgroup ceph since I am not root 2024-01-23T23:28:07.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:06 smithi079 bash[49873]: debug 2024-01-23T23:28:06.985+0000 7f6f68952680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-23T23:28:07.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:07 smithi079 bash[49873]: debug 2024-01-23T23:28:07.083+0000 7f6f68952680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-23T23:28:07.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:07 smithi079 bash[35301]: audit 2024-01-23T23:28:06.467039+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-23T23:28:07.806 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:07 smithi079 bash[35301]: cluster 2024-01-23T23:28:06.467085+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e15: x(active, starting, since 0.997494s) 2024-01-23T23:28:07.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:07 smithi037 bash[35265]: audit 2024-01-23T23:28:06.467039+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-23T23:28:07.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:07 smithi037 bash[35265]: cluster 2024-01-23T23:28:06.467085+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e15: x(active, starting, since 0.997494s) 2024-01-23T23:28:07.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:07 smithi037 bash[38667]: audit 2024-01-23T23:28:06.467039+0000 mon.a (mon.0) 807 : audit [INF] from='mgr.14142 172.21.15.37:0/1549996844' entity='mgr.y' cmd='[{"prefix": "mgr fail", "who": "y"}]': finished 2024-01-23T23:28:07.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:07 smithi037 bash[38667]: cluster 2024-01-23T23:28:06.467085+0000 mon.a (mon.0) 808 : cluster [DBG] mgrmap e15: x(active, starting, since 0.997494s) 2024-01-23T23:28:08.102 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:07 smithi079 bash[49873]: debug 2024-01-23T23:28:07.804+0000 7f6f68952680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-23T23:28:08.103 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:07 smithi079 bash[49873]: debug 2024-01-23T23:28:07.885+0000 7f6f68952680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-23T23:28:08.103 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:07 smithi079 bash[49873]: debug 2024-01-23T23:28:07.977+0000 7f6f68952680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-23T23:28:08.412 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:08 smithi079 bash[49873]: debug 2024-01-23T23:28:08.151+0000 7f6f68952680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-23T23:28:08.674 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:08 smithi079 bash[49873]: debug 2024-01-23T23:28:08.410+0000 7f6f68952680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-23T23:28:08.675 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:08 smithi079 bash[49873]: debug 2024-01-23T23:28:08.541+0000 7f6f68952680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-23T23:28:08.928 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:08 smithi079 bash[49873]: debug 2024-01-23T23:28:08.672+0000 7f6f68952680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:28:08.928 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:08 smithi079 bash[49873]: debug 2024-01-23T23:28:08.843+0000 7f6f68952680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-23T23:28:09.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:08 smithi079 bash[49873]: debug 2024-01-23T23:28:08.926+0000 7f6f68952680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-23T23:28:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:09 smithi079 bash[35301]: cluster 2024-01-23T23:28:08.941059+0000 mon.a (mon.0) 809 : cluster [INF] Active manager daemon x restarted 2024-01-23T23:28:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:09 smithi079 bash[35301]: audit 2024-01-23T23:28:08.941521+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-23T23:28:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:09 smithi079 bash[35301]: cluster 2024-01-23T23:28:08.941729+0000 mon.a (mon.0) 810 : cluster [INF] Activating manager daemon x 2024-01-23T23:28:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:09 smithi079 bash[35301]: audit 2024-01-23T23:28:08.942086+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:28:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:09 smithi079 bash[35301]: audit 2024-01-23T23:28:08.945095+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-23T23:28:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:09 smithi079 bash[35301]: audit 2024-01-23T23:28:08.945381+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:28:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:09 smithi079 bash[35301]: cluster 2024-01-23T23:28:08.947294+0000 mon.a (mon.0) 811 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-01-23T23:28:09.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[35265]: cluster 2024-01-23T23:28:08.941059+0000 mon.a (mon.0) 809 : cluster [INF] Active manager daemon x restarted 2024-01-23T23:28:09.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[35265]: audit 2024-01-23T23:28:08.941521+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-23T23:28:09.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[35265]: cluster 2024-01-23T23:28:08.941729+0000 mon.a (mon.0) 810 : cluster [INF] Activating manager daemon x 2024-01-23T23:28:09.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[35265]: audit 2024-01-23T23:28:08.942086+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:28:09.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[35265]: audit 2024-01-23T23:28:08.945095+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-23T23:28:09.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[35265]: audit 2024-01-23T23:28:08.945381+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:28:09.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[35265]: cluster 2024-01-23T23:28:08.947294+0000 mon.a (mon.0) 811 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-01-23T23:28:09.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[38667]: cluster 2024-01-23T23:28:08.941059+0000 mon.a (mon.0) 809 : cluster [INF] Active manager daemon x restarted 2024-01-23T23:28:09.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[38667]: audit 2024-01-23T23:28:08.941521+0000 mon.b (mon.2) 27 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-23T23:28:09.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[38667]: cluster 2024-01-23T23:28:08.941729+0000 mon.a (mon.0) 810 : cluster [INF] Activating manager daemon x 2024-01-23T23:28:09.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[38667]: audit 2024-01-23T23:28:08.942086+0000 mon.b (mon.2) 28 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:28:09.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[38667]: audit 2024-01-23T23:28:08.945095+0000 mon.b (mon.2) 29 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-23T23:28:09.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[38667]: audit 2024-01-23T23:28:08.945381+0000 mon.b (mon.2) 30 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:28:09.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:09 smithi037 bash[38667]: cluster 2024-01-23T23:28:08.947294+0000 mon.a (mon.0) 811 : cluster [DBG] osdmap e76: 8 total, 8 up, 8 in 2024-01-23T23:28:10.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:10 smithi079 bash[35301]: cluster 2024-01-23T23:28:08.999474+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0579406s) 2024-01-23T23:28:10.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:10 smithi037 bash[35265]: cluster 2024-01-23T23:28:08.999474+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0579406s) 2024-01-23T23:28:10.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:10 smithi037 bash[38667]: cluster 2024-01-23T23:28:08.999474+0000 mon.a (mon.0) 812 : cluster [DBG] mgrmap e16: x(active, starting, since 0.0579406s) 2024-01-23T23:28:11.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:11 smithi079 bash[35301]: cluster 2024-01-23T23:28:10.259352+0000 mon.a (mon.0) 813 : cluster [DBG] Standby manager daemon y started 2024-01-23T23:28:11.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:11 smithi079 bash[35301]: audit 2024-01-23T23:28:10.259659+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.37:0/578519561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:28:11.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:11 smithi079 bash[35301]: audit 2024-01-23T23:28:10.260949+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.37:0/578519561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:28:11.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:11 smithi037 bash[35265]: cluster 2024-01-23T23:28:10.259352+0000 mon.a (mon.0) 813 : cluster [DBG] Standby manager daemon y started 2024-01-23T23:28:11.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:11 smithi037 bash[35265]: audit 2024-01-23T23:28:10.259659+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.37:0/578519561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:28:11.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:11 smithi037 bash[35265]: audit 2024-01-23T23:28:10.260949+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.37:0/578519561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:28:11.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:11 smithi037 bash[38667]: cluster 2024-01-23T23:28:10.259352+0000 mon.a (mon.0) 813 : cluster [DBG] Standby manager daemon y started 2024-01-23T23:28:11.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:11 smithi037 bash[38667]: audit 2024-01-23T23:28:10.259659+0000 mon.b (mon.2) 31 : audit [DBG] from='mgr.? 172.21.15.37:0/578519561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:28:11.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:11 smithi037 bash[38667]: audit 2024-01-23T23:28:10.260949+0000 mon.b (mon.2) 32 : audit [DBG] from='mgr.? 172.21.15.37:0/578519561' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:28:12.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:12 smithi079 bash[35301]: cluster 2024-01-23T23:28:11.018494+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-01-23T23:28:12.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:12 smithi079 bash[35301]: audit 2024-01-23T23:28:11.019448+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:28:12.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:12 smithi079 bash[35301]: audit 2024-01-23T23:28:11.019644+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:28:12.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:12 smithi037 bash[38667]: cluster 2024-01-23T23:28:11.018494+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-01-23T23:28:12.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:12 smithi037 bash[38667]: audit 2024-01-23T23:28:11.019448+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:28:12.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:12 smithi037 bash[38667]: audit 2024-01-23T23:28:11.019644+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:28:12.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:12 smithi037 bash[35265]: cluster 2024-01-23T23:28:11.018494+0000 mon.a (mon.0) 814 : cluster [DBG] mgrmap e17: x(active, starting, since 2s), standbys: y 2024-01-23T23:28:12.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:12 smithi037 bash[35265]: audit 2024-01-23T23:28:11.019448+0000 mon.b (mon.2) 33 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:28:12.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:12 smithi037 bash[35265]: audit 2024-01-23T23:28:11.019644+0000 mon.b (mon.2) 34 : audit [DBG] from='mgr.? 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:28:15.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[49873]: Warning: Permanently added '172.21.15.37' (ECDSA) to the list of known hosts. 2024-01-23T23:28:15.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:14.999971+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.000226+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.000430+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.001731+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.002028+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.002248+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.002485+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.002699+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.002921+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.003130+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.003349+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.004463+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.004659+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.005128+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.005890+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:28:15.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.006705+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.007023+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.007317+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.007625+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.007924+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.008187+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.008468+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.008735+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.009044+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.009309+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.009600+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-23T23:28:15.355 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.009859+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.010140+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.010404+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.010676+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.010976+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.011282+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.011576+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.011878+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.012135+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.012402+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: cluster 2024-01-23T23:28:15.027703+0000 mon.a (mon.0) 815 : cluster [INF] Manager daemon x is now available 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.039476+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.039954+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.043328+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-23T23:28:15.356 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.047945+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-23T23:28:15.357 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.048588+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-23T23:28:15.357 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:15 smithi079 bash[35301]: audit 2024-01-23T23:28:15.052139+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-23T23:28:15.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:14.999971+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:28:15.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.000226+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:28:15.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.000430+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:28:15.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.001731+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:28:15.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.002028+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:28:15.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.002248+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:28:15.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.002485+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:28:15.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.002699+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:28:15.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.002921+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.003130+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.003349+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.004463+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.004659+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.005128+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.005890+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.006705+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.007023+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.007317+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.007625+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.007924+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.008187+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.008468+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.008735+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-23T23:28:15.378 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.009044+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.009309+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.009600+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.009859+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.010140+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.010404+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.010676+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.010976+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.011282+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.011576+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.011878+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-23T23:28:15.379 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.012135+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:14.999971+0000 mon.b (mon.2) 35 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.000226+0000 mon.b (mon.2) 36 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.000430+0000 mon.b (mon.2) 37 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.001731+0000 mon.b (mon.2) 38 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.002028+0000 mon.b (mon.2) 39 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.002248+0000 mon.b (mon.2) 40 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.002485+0000 mon.b (mon.2) 41 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.002699+0000 mon.b (mon.2) 42 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.002921+0000 mon.b (mon.2) 43 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.003130+0000 mon.b (mon.2) 44 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.003349+0000 mon.b (mon.2) 45 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.004463+0000 mon.b (mon.2) 46 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:28:15.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.004659+0000 mon.b (mon.2) 47 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:28:15.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.005128+0000 mon.b (mon.2) 48 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:28:15.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.005890+0000 mon.b (mon.2) 49 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:28:15.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.006705+0000 mon.b (mon.2) 50 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-23T23:28:15.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.007023+0000 mon.b (mon.2) 51 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-23T23:28:15.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.007317+0000 mon.b (mon.2) 52 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2024-01-23T23:28:15.382 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.012402+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:28:15.382 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: cluster 2024-01-23T23:28:15.027703+0000 mon.a (mon.0) 815 : cluster [INF] Manager daemon x is now available 2024-01-23T23:28:15.382 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.039476+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:28:15.382 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.039954+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:28:15.382 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.043328+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-23T23:28:15.382 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.047945+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-23T23:28:15.382 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.048588+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-23T23:28:15.382 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[35265]: audit 2024-01-23T23:28:15.052139+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.007625+0000 mon.b (mon.2) 53 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.007924+0000 mon.b (mon.2) 54 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.008187+0000 mon.b (mon.2) 55 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.008468+0000 mon.b (mon.2) 56 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.008735+0000 mon.b (mon.2) 57 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.009044+0000 mon.b (mon.2) 58 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.009309+0000 mon.b (mon.2) 59 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.009600+0000 mon.b (mon.2) 60 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.009859+0000 mon.b (mon.2) 61 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.010140+0000 mon.b (mon.2) 62 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-23T23:28:15.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.010404+0000 mon.b (mon.2) 63 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-23T23:28:15.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.010676+0000 mon.b (mon.2) 64 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.010976+0000 mon.b (mon.2) 65 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.011282+0000 mon.b (mon.2) 66 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.011576+0000 mon.b (mon.2) 67 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.011878+0000 mon.b (mon.2) 68 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.012135+0000 mon.b (mon.2) 69 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.012402+0000 mon.b (mon.2) 70 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: cluster 2024-01-23T23:28:15.027703+0000 mon.a (mon.0) 815 : cluster [INF] Manager daemon x is now available 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.039476+0000 mon.b (mon.2) 71 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.039954+0000 mon.a (mon.0) 816 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.043328+0000 mon.a (mon.0) 817 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"smithi079\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.047945+0000 mon.b (mon.2) 72 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.048588+0000 mon.a (mon.0) 818 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]: dispatch 2024-01-23T23:28:15.385 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:15 smithi037 bash[38667]: audit 2024-01-23T23:28:15.052139+0000 mon.a (mon.0) 819 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"5","who":"mgr","name":"mgr/cephadm/migration_current"}]': finished 2024-01-23T23:28:16.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: cephadm 2024-01-23T23:28:15.039009+0000 mgr.x (mgr.24683) 1 : cephadm [INF] inventory: adjusted host smithi037 addr 'smithi037' -> '172.21.15.37' 2024-01-23T23:28:16.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: cephadm 2024-01-23T23:28:15.047637+0000 mgr.x (mgr.24683) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-23T23:28:16.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: cluster 2024-01-23T23:28:15.087671+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-01-23T23:28:16.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: cluster 2024-01-23T23:28:15.091725+0000 mgr.x (mgr.24683) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:16.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: audit 2024-01-23T23:28:15.144968+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' 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-23T23:28:16.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: audit 2024-01-23T23:28:15.145432+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24683 ' 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-23T23:28:16.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: audit 2024-01-23T23:28:15.148695+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24683 ' 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-23T23:28:16.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: audit 2024-01-23T23:28:15.151993+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:16.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: audit 2024-01-23T23:28:15.153126+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:16.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: audit 2024-01-23T23:28:15.204548+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:28:16.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: audit 2024-01-23T23:28:15.205018+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:28:16.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: audit 2024-01-23T23:28:15.209007+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-23T23:28:16.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:16 smithi079 bash[35301]: audit 2024-01-23T23:28:15.209605+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-23T23:28:16.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: cephadm 2024-01-23T23:28:15.039009+0000 mgr.x (mgr.24683) 1 : cephadm [INF] inventory: adjusted host smithi037 addr 'smithi037' -> '172.21.15.37' 2024-01-23T23:28:16.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: cephadm 2024-01-23T23:28:15.047637+0000 mgr.x (mgr.24683) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-23T23:28:16.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: cluster 2024-01-23T23:28:15.087671+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-01-23T23:28:16.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: cluster 2024-01-23T23:28:15.091725+0000 mgr.x (mgr.24683) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:16.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: audit 2024-01-23T23:28:15.144968+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' 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-23T23:28:16.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: audit 2024-01-23T23:28:15.145432+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24683 ' 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-23T23:28:16.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: audit 2024-01-23T23:28:15.148695+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24683 ' 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-23T23:28:16.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: audit 2024-01-23T23:28:15.151993+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:16.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: audit 2024-01-23T23:28:15.153126+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:16.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: audit 2024-01-23T23:28:15.204548+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:28:16.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: audit 2024-01-23T23:28:15.205018+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:28:16.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: audit 2024-01-23T23:28:15.209007+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-23T23:28:16.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[35265]: audit 2024-01-23T23:28:15.209605+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-23T23:28:16.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: cephadm 2024-01-23T23:28:15.039009+0000 mgr.x (mgr.24683) 1 : cephadm [INF] inventory: adjusted host smithi037 addr 'smithi037' -> '172.21.15.37' 2024-01-23T23:28:16.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: cephadm 2024-01-23T23:28:15.047637+0000 mgr.x (mgr.24683) 2 : cephadm [INF] Found migration_current of "None". Setting to last migration. 2024-01-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: cluster 2024-01-23T23:28:15.087671+0000 mon.a (mon.0) 820 : cluster [DBG] mgrmap e18: x(active, since 6s), standbys: y 2024-01-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: cluster 2024-01-23T23:28:15.091725+0000 mgr.x (mgr.24683) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: audit 2024-01-23T23:28:15.144968+0000 mon.b (mon.2) 73 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' 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-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: audit 2024-01-23T23:28:15.145432+0000 mon.a (mon.0) 821 : audit [INF] from='mgr.24683 ' 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-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: audit 2024-01-23T23:28:15.148695+0000 mon.a (mon.0) 822 : audit [INF] from='mgr.24683 ' 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-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: audit 2024-01-23T23:28:15.151993+0000 mon.b (mon.2) 74 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: audit 2024-01-23T23:28:15.153126+0000 mon.b (mon.2) 75 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: audit 2024-01-23T23:28:15.204548+0000 mon.b (mon.2) 76 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: audit 2024-01-23T23:28:15.205018+0000 mon.a (mon.0) 823 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: audit 2024-01-23T23:28:15.209007+0000 mon.b (mon.2) 77 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-23T23:28:16.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:16 smithi037 bash[38667]: audit 2024-01-23T23:28:15.209605+0000 mon.a (mon.0) 824 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/x/trash_purge_schedule"}]: dispatch 2024-01-23T23:28:18.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:18 smithi079 bash[35301]: cluster 2024-01-23T23:28:17.004729+0000 mgr.x (mgr.24683) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:18.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:18 smithi079 bash[35301]: cluster 2024-01-23T23:28:17.094928+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-23T23:28:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:18 smithi037 bash[35265]: cluster 2024-01-23T23:28:17.004729+0000 mgr.x (mgr.24683) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:18.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:18 smithi037 bash[35265]: cluster 2024-01-23T23:28:17.094928+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-23T23:28:18.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:18 smithi037 bash[38667]: cluster 2024-01-23T23:28:17.004729+0000 mgr.x (mgr.24683) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:18.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:18 smithi037 bash[38667]: cluster 2024-01-23T23:28:17.094928+0000 mon.a (mon.0) 825 : cluster [DBG] mgrmap e19: x(active, since 8s), standbys: y 2024-01-23T23:28:20.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:20 smithi079 bash[35301]: cluster 2024-01-23T23:28:19.005261+0000 mgr.x (mgr.24683) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:20.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:20 smithi037 bash[35265]: cluster 2024-01-23T23:28:19.005261+0000 mgr.x (mgr.24683) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:20.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:20 smithi037 bash[38667]: cluster 2024-01-23T23:28:19.005261+0000 mgr.x (mgr.24683) 5 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:22.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:22 smithi037 bash[35265]: cluster 2024-01-23T23:28:21.006039+0000 mgr.x (mgr.24683) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:22.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:22 smithi037 bash[38667]: cluster 2024-01-23T23:28:21.006039+0000 mgr.x (mgr.24683) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:22.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:22 smithi079 bash[35301]: cluster 2024-01-23T23:28:21.006039+0000 mgr.x (mgr.24683) 6 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:24.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:24 smithi037 bash[35265]: cluster 2024-01-23T23:28:23.006483+0000 mgr.x (mgr.24683) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:24.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:24 smithi037 bash[38667]: cluster 2024-01-23T23:28:23.006483+0000 mgr.x (mgr.24683) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:24.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:24 smithi079 bash[35301]: cluster 2024-01-23T23:28:23.006483+0000 mgr.x (mgr.24683) 7 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:25.103 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:28:24 smithi079 bash[49873]: Warning: Permanently added 'smithi079,172.21.15.79' (ECDSA) to the list of known hosts. 2024-01-23T23:28:25.563 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[35265]: audit 2024-01-23T23:28:24.779660+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-23T23:28:25.563 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[35265]: audit 2024-01-23T23:28:24.780227+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-23T23:28:25.563 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[35265]: audit 2024-01-23T23:28:24.783832+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-23T23:28:25.563 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[35265]: audit 2024-01-23T23:28:24.786413+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-23T23:28:25.563 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[35265]: audit 2024-01-23T23:28:24.786702+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[35265]: audit 2024-01-23T23:28:24.790278+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]': finished 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[35265]: audit 2024-01-23T23:28:24.793578+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[35265]: audit 2024-01-23T23:28:25.057609+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[38667]: audit 2024-01-23T23:28:24.779660+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[38667]: audit 2024-01-23T23:28:24.780227+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[38667]: audit 2024-01-23T23:28:24.783832+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[38667]: audit 2024-01-23T23:28:24.786413+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[38667]: audit 2024-01-23T23:28:24.786702+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[38667]: audit 2024-01-23T23:28:24.790278+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]': finished 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[38667]: audit 2024-01-23T23:28:24.793578+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:25.564 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:25 smithi037 bash[38667]: audit 2024-01-23T23:28:25.057609+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:25.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:25 smithi079 bash[35301]: audit 2024-01-23T23:28:24.779660+0000 mon.b (mon.2) 78 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-23T23:28:25.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:25 smithi079 bash[35301]: audit 2024-01-23T23:28:24.780227+0000 mon.a (mon.0) 826 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]: dispatch 2024-01-23T23:28:25.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:25 smithi079 bash[35301]: audit 2024-01-23T23:28:24.783832+0000 mon.a (mon.0) 827 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992", "who": "global"}]': finished 2024-01-23T23:28:25.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:25 smithi079 bash[35301]: audit 2024-01-23T23:28:24.786413+0000 mon.b (mon.2) 79 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-23T23:28:25.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:25 smithi079 bash[35301]: audit 2024-01-23T23:28:24.786702+0000 mon.a (mon.0) 828 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]: dispatch 2024-01-23T23:28:25.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:25 smithi079 bash[35301]: audit 2024-01-23T23:28:24.790278+0000 mon.a (mon.0) 829 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.x"}]': finished 2024-01-23T23:28:25.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:25 smithi079 bash[35301]: audit 2024-01-23T23:28:24.793578+0000 mon.b (mon.2) 80 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:25.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:25 smithi079 bash[35301]: audit 2024-01-23T23:28:25.057609+0000 mon.b (mon.2) 81 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:26.482 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:26 smithi079 bash[35301]: cluster 2024-01-23T23:28:25.006844+0000 mgr.x (mgr.24683) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:26.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:26 smithi037 bash[35265]: cluster 2024-01-23T23:28:25.006844+0000 mgr.x (mgr.24683) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:26.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:26 smithi037 bash[38667]: cluster 2024-01-23T23:28:25.006844+0000 mgr.x (mgr.24683) 8 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:28.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: cluster 2024-01-23T23:28:27.007477+0000 mgr.x (mgr.24683) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.594227+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.595072+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.600720+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.914206+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.914560+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.914839+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.915095+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.915334+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.915574+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.915799+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.916127+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:28 smithi079 bash[35301]: audit 2024-01-23T23:28:27.916474+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: cluster 2024-01-23T23:28:27.007477+0000 mgr.x (mgr.24683) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:28.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: cluster 2024-01-23T23:28:27.007477+0000 mgr.x (mgr.24683) 9 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:28.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.594227+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:28.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.594227+0000 mon.b (mon.2) 82 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:28.632 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.595072+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:28.633 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.595072+0000 mon.a (mon.0) 830 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:28.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.600720+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:28.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.914206+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.914560+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.914839+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.915095+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.915334+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.915574+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.915799+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.916127+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[35265]: audit 2024-01-23T23:28:27.916474+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.600720+0000 mon.a (mon.0) 831 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.914206+0000 mon.b (mon.2) 83 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.914560+0000 mon.b (mon.2) 84 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.914839+0000 mon.b (mon.2) 85 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.915095+0000 mon.b (mon.2) 86 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.915334+0000 mon.b (mon.2) 87 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.915574+0000 mon.b (mon.2) 88 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.915799+0000 mon.b (mon.2) 89 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:28.634 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.916127+0000 mon.b (mon.2) 90 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:28.635 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:28 smithi037 bash[38667]: audit 2024-01-23T23:28:27.916474+0000 mon.b (mon.2) 91 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.441 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.488366+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:29.441 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.488987+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:29.442 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.488366+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:29.442 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.488987+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:29.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.492147+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:29.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.792913+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.793396+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.793637+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.793848+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.794060+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.794260+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.794473+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.794674+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.794896+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.796030+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.796494+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.802138+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.805450+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.805962+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.806418+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:29.443 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[35265]: audit 2024-01-23T23:28:28.807136+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.492147+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.792913+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.793396+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.793637+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.793848+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.794060+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.794260+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.794473+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.794674+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.794896+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.796030+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:28:29.444 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.796494+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:28:29.445 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.802138+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:28:29.445 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.805450+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:28:29.445 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.805962+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:28:29.445 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.806418+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:29.445 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:29 smithi037 bash[38667]: audit 2024-01-23T23:28:28.807136+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-23T23:28:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.488366+0000 mon.b (mon.2) 92 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.488987+0000 mon.a (mon.0) 832 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.492147+0000 mon.a (mon.0) 833 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:28.036314Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.792913+0000 mon.b (mon.2) 93 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.793396+0000 mon.b (mon.2) 94 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.793637+0000 mon.b (mon.2) 95 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.793848+0000 mon.b (mon.2) 96 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.794060+0000 mon.b (mon.2) 97 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.794260+0000 mon.b (mon.2) 98 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.794473+0000 mon.b (mon.2) 99 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.794674+0000 mon.b (mon.2) 100 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.794896+0000 mon.b (mon.2) 101 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.796030+0000 mon.b (mon.2) 102 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.796494+0000 mon.a (mon.0) 834 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.802138+0000 mon.a (mon.0) 835 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.805450+0000 mon.b (mon.2) 103 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.805962+0000 mon.b (mon.2) 104 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.806418+0000 mon.b (mon.2) 105 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:29.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:29 smithi079 bash[35301]: audit 2024-01-23T23:28:28.807136+0000 mon.b (mon.2) 106 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-23T23:28:30.192 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[35265]: cephadm 2024-01-23T23:28:28.805190+0000 mgr.x (mgr.24683) 10 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-23T23:28:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[35265]: cephadm 2024-01-23T23:28:28.806849+0000 mgr.x (mgr.24683) 11 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-01-23T23:28:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[35265]: cluster 2024-01-23T23:28:29.007989+0000 mgr.x (mgr.24683) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[35265]: audit 2024-01-23T23:28:29.623018+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[35265]: audit 2024-01-23T23:28:29.623792+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[35265]: audit 2024-01-23T23:28:29.626886+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[35265]: audit 2024-01-23T23:28:29.628637+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:28:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[35265]: audit 2024-01-23T23:28:29.629314+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:28:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[35265]: audit 2024-01-23T23:28:29.629914+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:30.193 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[35265]: audit 2024-01-23T23:28:29.630936+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-23T23:28:30.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:30 smithi079 bash[35301]: cephadm 2024-01-23T23:28:28.805190+0000 mgr.x (mgr.24683) 10 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-23T23:28:30.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:30 smithi079 bash[35301]: cephadm 2024-01-23T23:28:28.806849+0000 mgr.x (mgr.24683) 11 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-01-23T23:28:30.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:30 smithi079 bash[35301]: cluster 2024-01-23T23:28:29.007989+0000 mgr.x (mgr.24683) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:30.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:30 smithi079 bash[35301]: audit 2024-01-23T23:28:29.623018+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:30.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:30 smithi079 bash[35301]: audit 2024-01-23T23:28:29.623792+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:30.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:30 smithi079 bash[35301]: audit 2024-01-23T23:28:29.626886+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:30.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:30 smithi079 bash[35301]: audit 2024-01-23T23:28:29.628637+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:28:30.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:30 smithi079 bash[35301]: audit 2024-01-23T23:28:29.629314+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:28:30.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:30 smithi079 bash[35301]: audit 2024-01-23T23:28:29.629914+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:30.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:30 smithi079 bash[35301]: audit 2024-01-23T23:28:29.630936+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-23T23:28:30.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[38667]: cephadm 2024-01-23T23:28:28.805190+0000 mgr.x (mgr.24683) 10 : cephadm [INF] Reconfiguring mon.a (unknown last config time)... 2024-01-23T23:28:30.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[38667]: cephadm 2024-01-23T23:28:28.806849+0000 mgr.x (mgr.24683) 11 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-01-23T23:28:30.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[38667]: cluster 2024-01-23T23:28:29.007989+0000 mgr.x (mgr.24683) 12 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:30.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[38667]: audit 2024-01-23T23:28:29.623018+0000 mon.b (mon.2) 107 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:30.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[38667]: audit 2024-01-23T23:28:29.623792+0000 mon.a (mon.0) 836 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:30.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[38667]: audit 2024-01-23T23:28:29.626886+0000 mon.a (mon.0) 837 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:18.719741Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:30.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[38667]: audit 2024-01-23T23:28:29.628637+0000 mon.b (mon.2) 108 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:28:30.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[38667]: audit 2024-01-23T23:28:29.629314+0000 mon.b (mon.2) 109 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:28:30.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[38667]: audit 2024-01-23T23:28:29.629914+0000 mon.b (mon.2) 110 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:30.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:30 smithi037 bash[38667]: audit 2024-01-23T23:28:29.630936+0000 mon.b (mon.2) 111 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-23T23:28:31.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:31 smithi079 bash[35301]: cephadm 2024-01-23T23:28:29.628378+0000 mgr.x (mgr.24683) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-23T23:28:31.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:31 smithi079 bash[35301]: cephadm 2024-01-23T23:28:29.630503+0000 mgr.x (mgr.24683) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi037 2024-01-23T23:28:31.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:31 smithi079 bash[35301]: audit 2024-01-23T23:28:30.480954+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:31.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:31 smithi079 bash[35301]: audit 2024-01-23T23:28:30.481638+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:31.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:31 smithi079 bash[35301]: audit 2024-01-23T23:28:30.484750+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:31.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:31 smithi079 bash[35301]: cephadm 2024-01-23T23:28:30.486521+0000 mgr.x (mgr.24683) 15 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-23T23:28:31.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:31 smithi079 bash[35301]: cephadm 2024-01-23T23:28:30.497450+0000 mgr.x (mgr.24683) 16 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi037 2024-01-23T23:28:31.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[35265]: cephadm 2024-01-23T23:28:29.628378+0000 mgr.x (mgr.24683) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-23T23:28:31.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[35265]: cephadm 2024-01-23T23:28:29.630503+0000 mgr.x (mgr.24683) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi037 2024-01-23T23:28:31.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[35265]: audit 2024-01-23T23:28:30.480954+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:31.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[35265]: audit 2024-01-23T23:28:30.481638+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:31.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[35265]: audit 2024-01-23T23:28:30.484750+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:31.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[35265]: cephadm 2024-01-23T23:28:30.486521+0000 mgr.x (mgr.24683) 15 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-23T23:28:31.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[35265]: cephadm 2024-01-23T23:28:30.497450+0000 mgr.x (mgr.24683) 16 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi037 2024-01-23T23:28:31.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[38667]: cephadm 2024-01-23T23:28:29.628378+0000 mgr.x (mgr.24683) 13 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-23T23:28:31.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[38667]: cephadm 2024-01-23T23:28:29.630503+0000 mgr.x (mgr.24683) 14 : cephadm [INF] Reconfiguring daemon mon.c on smithi037 2024-01-23T23:28:31.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[38667]: audit 2024-01-23T23:28:30.480954+0000 mon.b (mon.2) 112 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:31.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[38667]: audit 2024-01-23T23:28:30.481638+0000 mon.a (mon.0) 838 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:31.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[38667]: audit 2024-01-23T23:28:30.484750+0000 mon.a (mon.0) 839 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"c8c69cb0ef9d\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18947768, \"cpu_percentage\": \"0.14%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592751Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:24:36.342542Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\"], \"last_config\": \"2024-01-23T23:24:33.124748Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:27.592982Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:31.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[38667]: cephadm 2024-01-23T23:28:30.486521+0000 mgr.x (mgr.24683) 15 : cephadm [INF] Reconfiguring alertmanager.a (dependencies changed)... 2024-01-23T23:28:31.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:31 smithi037 bash[38667]: cephadm 2024-01-23T23:28:30.497450+0000 mgr.x (mgr.24683) 16 : cephadm [INF] Reconfiguring daemon alertmanager.a on smithi037 2024-01-23T23:28:32.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:32 smithi079 bash[35301]: cluster 2024-01-23T23:28:31.008924+0000 mgr.x (mgr.24683) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:32.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:32 smithi037 bash[35265]: cluster 2024-01-23T23:28:31.008924+0000 mgr.x (mgr.24683) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:32.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:32 smithi037 bash[38667]: cluster 2024-01-23T23:28:31.008924+0000 mgr.x (mgr.24683) 17 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:34.225 INFO:teuthology.orchestra.run.smithi037.stdout:true 2024-01-23T23:28:34.573 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:34 smithi037 bash[35265]: cluster 2024-01-23T23:28:33.009535+0000 mgr.x (mgr.24683) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:34.574 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:34 smithi037 bash[38667]: cluster 2024-01-23T23:28:33.009535+0000 mgr.x (mgr.24683) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:34.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:34 smithi079 bash[35301]: cluster 2024-01-23T23:28:33.009535+0000 mgr.x (mgr.24683) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:34.859 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:34 smithi037 systemd[1]: Stopping Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:28:34.879 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-23T23:28:34.879 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.a smithi037 running (3m) 7s ago 4m 18.0M - 0.26.0 9f27df16978d c8c69cb0ef9d 2024-01-23T23:28:34.879 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.a smithi079 running (4m) 6s ago 4m 33.4M - 6.6.2 87a51ecf0b1c 990883b140d1 2024-01-23T23:28:34.879 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.x smithi079 running (32s) 6s ago 6m 424M - 16.2.14-449-ga70aebef 377ff36742d8 d549bfec9c3f 2024-01-23T23:28:34.879 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.y smithi037 running (8m) 7s ago 8m 307M - 15.2.0 204a01f9b0b6 79a7eda7b409 2024-01-23T23:28:34.879 INFO:teuthology.orchestra.run.smithi037.stdout:mon.a smithi037 running (8m) 7s ago 8m 194M 2048M 15.2.0 204a01f9b0b6 71534e380873 2024-01-23T23:28:34.880 INFO:teuthology.orchestra.run.smithi037.stdout:mon.b smithi079 running (7m) 6s ago 7m 185M 2048M 15.2.0 204a01f9b0b6 aa000c6951b0 2024-01-23T23:28:34.880 INFO:teuthology.orchestra.run.smithi037.stdout:mon.c smithi037 running (7m) 7s ago 7m 182M 2048M 15.2.0 204a01f9b0b6 d52c726076a7 2024-01-23T23:28:34.880 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.a smithi037 running (4m) 7s ago 4m 11.4M - 1.7.0 72c9c2088986 c00c5f4edb14 2024-01-23T23:28:34.880 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.b smithi079 running (4m) 6s ago 4m 11.6M - 1.7.0 72c9c2088986 19f462049936 2024-01-23T23:28:34.880 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (6m) 7s ago 6m 71.4M 4096M 15.2.0 204a01f9b0b6 6727d9b671c8 2024-01-23T23:28:34.880 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (6m) 7s ago 6m 72.4M 4096M 15.2.0 204a01f9b0b6 5a2918d01f42 2024-01-23T23:28:34.881 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (5m) 7s ago 6m 58.1M 4096M 15.2.0 204a01f9b0b6 96b4312b842e 2024-01-23T23:28:34.881 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (5m) 7s ago 5m 76.3M 4096M 15.2.0 204a01f9b0b6 035730ebccbf 2024-01-23T23:28:34.881 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi079 running (5m) 6s ago 5m 72.1M 4096M 15.2.0 204a01f9b0b6 48aff1b48047 2024-01-23T23:28:34.881 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi079 running (5m) 6s ago 5m 71.7M 4096M 15.2.0 204a01f9b0b6 f7c27cf7b692 2024-01-23T23:28:34.881 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi079 running (4m) 6s ago 5m 66.3M 4096M 15.2.0 204a01f9b0b6 188ab6b29980 2024-01-23T23:28:34.881 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi079 running (4m) 6s ago 4m 71.5M 4096M 15.2.0 204a01f9b0b6 92bf85850c75 2024-01-23T23:28:34.881 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.a smithi079 running (3m) 6s ago 4m 26.5M - 2.49.1 2a72b385beaf e4c08ba7737d 2024-01-23T23:28:34.882 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi037.rkvbso smithi037 running (3m) 7s ago 3m 54.8M - 15.2.0 204a01f9b0b6 8482607f0c04 2024-01-23T23:28:34.882 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi079.atwyor smithi079 running (3m) 6s ago 3m 52.6M - 15.2.0 204a01f9b0b6 f7c1aabeecfd 2024-01-23T23:28:35.126 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:34 smithi037 bash[54028]: ts=2024-01-23T23:28:34.858Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-23T23:28:35.271 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:28:35.271 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2024-01-23T23:28:35.271 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-23T23:28:35.271 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 1, 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": {}, 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "rgw": { 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 14, 2024-01-23T23:28:35.272 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 1 2024-01-23T23:28:35.273 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:28:35.273 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:28:35.498 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 podman[59590]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-alertmanager.a 2024-01-23T23:28:35.499 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-23T23:28:35.499 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 systemd[1]: Stopped Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:28:35.499 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 systemd[1]: Starting Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:28:35.499 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 podman[59657]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-alertmanager.a" found: no such container 2024-01-23T23:28:35.499 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 systemd[1]: Started Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:28:35.624 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:28:35.624 INFO:teuthology.orchestra.run.smithi037.stdout: "target_image": "quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f", 2024-01-23T23:28:35.625 INFO:teuthology.orchestra.run.smithi037.stdout: "in_progress": true, 2024-01-23T23:28:35.625 INFO:teuthology.orchestra.run.smithi037.stdout: "which": "Upgrading all daemon types on all hosts", 2024-01-23T23:28:35.625 INFO:teuthology.orchestra.run.smithi037.stdout: "services_complete": [], 2024-01-23T23:28:35.625 INFO:teuthology.orchestra.run.smithi037.stdout: "progress": "", 2024-01-23T23:28:35.625 INFO:teuthology.orchestra.run.smithi037.stdout: "message": "", 2024-01-23T23:28:35.625 INFO:teuthology.orchestra.run.smithi037.stdout: "is_paused": false 2024-01-23T23:28:35.625 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:28:35.755 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.212846+0000 mgr.x (mgr.24683) 19 : audit [DBG] from='client.24748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:35.755 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.867317+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-23T23:28:35.755 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.867864+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-23T23:28:35.755 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.868270+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.868693+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.869072+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.869442+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.871550+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.871927+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.872284+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.872665+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:34.873061+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:35.270095+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.37:0/3218564338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:35.326358+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:35.327038+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:35.756 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:35.330099+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:35.757 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:35.331790+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:28:35.757 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:35.332571+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:28:35.757 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:35.333260+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:35.757 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:35 smithi079 bash[35301]: audit 2024-01-23T23:28:35.334313+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-23T23:28:35.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[59676]: ts=2024-01-23T23:28:35.661Z caller=main.go:245 level=info msg="Starting Alertmanager" version="(version=0.26.0, branch=HEAD, revision=d7b4f0c7322e7151d6e3b1e31cbc15361e295d8d)" 2024-01-23T23:28:35.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[59676]: ts=2024-01-23T23:28:35.661Z 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-23T23:28:35.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[59676]: ts=2024-01-23T23:28:35.661Z caller=cluster.go:186 level=info component=cluster msg="setting advertise address explicitly" addr=172.21.15.37 port=9094 2024-01-23T23:28:35.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[59676]: ts=2024-01-23T23:28:35.663Z caller=cluster.go:683 level=info component=cluster msg="Waiting for gossip to settle..." interval=2s 2024-01-23T23:28:35.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[59676]: ts=2024-01-23T23:28:35.685Z caller=coordinator.go:113 level=info component=configuration msg="Loading configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-23T23:28:35.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[59676]: ts=2024-01-23T23:28:35.685Z caller=coordinator.go:126 level=info component=configuration msg="Completed loading of configuration file" file=/etc/alertmanager/alertmanager.yml 2024-01-23T23:28:35.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[59676]: ts=2024-01-23T23:28:35.688Z caller=tls_config.go:274 level=info msg="Listening on" address=[::]:9093 2024-01-23T23:28:35.877 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[59676]: ts=2024-01-23T23:28:35.688Z caller=tls_config.go:277 level=info msg="TLS is disabled." http2=false address=[::]:9093 2024-01-23T23:28:35.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.212846+0000 mgr.x (mgr.24683) 19 : audit [DBG] from='client.24748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:35.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.867317+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-23T23:28:35.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.867864+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-23T23:28:35.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.868270+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.868693+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.869072+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.869442+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.871550+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-23T23:28:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.871927+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.872284+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.872665+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:34.873061+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:35.270095+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.37:0/3218564338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:28:35.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.212846+0000 mgr.x (mgr.24683) 19 : audit [DBG] from='client.24748 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:35.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.867317+0000 mon.b (mon.2) 113 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.867864+0000 mon.b (mon.2) 114 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.868270+0000 mon.b (mon.2) 115 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.868693+0000 mon.b (mon.2) 116 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.869072+0000 mon.b (mon.2) 117 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.869442+0000 mon.b (mon.2) 118 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.871550+0000 mon.b (mon.2) 119 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.871927+0000 mon.b (mon.2) 120 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.872284+0000 mon.b (mon.2) 121 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.872665+0000 mon.b (mon.2) 122 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:34.873061+0000 mon.b (mon.2) 123 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:28:35.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:35.270095+0000 mon.c (mon.1) 26 : audit [DBG] from='client.? 172.21.15.37:0/3218564338' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:28:35.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:35.326358+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:35.880 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:35.326358+0000 mon.b (mon.2) 124 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:35.880 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:35.327038+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:35.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:35.327038+0000 mon.a (mon.0) 840 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:35.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:35.330099+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:35.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:35.331790+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:28:35.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:35.332571+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:28:35.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:35.333260+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:35.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[35265]: audit 2024-01-23T23:28:35.334313+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-23T23:28:35.881 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:35.330099+0000 mon.a (mon.0) 841 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"79a7eda7b409\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 322856550, \"cpu_percentage\": \"4.81%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592087Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:20:17.910796Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:21:47.554082Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:35.882 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:35.331790+0000 mon.b (mon.2) 125 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:28:35.882 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:35.332571+0000 mon.b (mon.2) 126 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:28:35.882 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:35.333260+0000 mon.b (mon.2) 127 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:35.882 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:35 smithi037 bash[38667]: audit 2024-01-23T23:28:35.334313+0000 mon.b (mon.2) 128 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-23T23:28:36.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:36 smithi079 bash[35301]: audit 2024-01-23T23:28:34.550249+0000 mgr.x (mgr.24683) 20 : audit [DBG] from='client.24754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:36.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:36 smithi079 bash[35301]: audit 2024-01-23T23:28:34.865102+0000 mgr.x (mgr.24683) 21 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:36.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:36 smithi079 bash[35301]: cluster 2024-01-23T23:28:35.010033+0000 mgr.x (mgr.24683) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:36.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:36 smithi079 bash[35301]: cephadm 2024-01-23T23:28:35.331497+0000 mgr.x (mgr.24683) 23 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-23T23:28:36.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:36 smithi079 bash[35301]: cephadm 2024-01-23T23:28:35.333895+0000 mgr.x (mgr.24683) 24 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2024-01-23T23:28:36.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:36 smithi079 bash[35301]: audit 2024-01-23T23:28:36.224423+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:36.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:36 smithi079 bash[35301]: audit 2024-01-23T23:28:36.225091+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:36.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:36 smithi079 bash[35301]: audit 2024-01-23T23:28:36.229678+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:36.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[38667]: audit 2024-01-23T23:28:34.550249+0000 mgr.x (mgr.24683) 20 : audit [DBG] from='client.24754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:36.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[38667]: audit 2024-01-23T23:28:34.865102+0000 mgr.x (mgr.24683) 21 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:36.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[38667]: cluster 2024-01-23T23:28:35.010033+0000 mgr.x (mgr.24683) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:36.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[38667]: cephadm 2024-01-23T23:28:35.331497+0000 mgr.x (mgr.24683) 23 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-23T23:28:36.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[38667]: cephadm 2024-01-23T23:28:35.333895+0000 mgr.x (mgr.24683) 24 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2024-01-23T23:28:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[35265]: audit 2024-01-23T23:28:34.550249+0000 mgr.x (mgr.24683) 20 : audit [DBG] from='client.24754 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[35265]: audit 2024-01-23T23:28:34.865102+0000 mgr.x (mgr.24683) 21 : audit [DBG] from='client.14841 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[35265]: cluster 2024-01-23T23:28:35.010033+0000 mgr.x (mgr.24683) 22 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[35265]: cephadm 2024-01-23T23:28:35.331497+0000 mgr.x (mgr.24683) 23 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-23T23:28:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[35265]: cephadm 2024-01-23T23:28:35.333895+0000 mgr.x (mgr.24683) 24 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2024-01-23T23:28:36.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[38667]: audit 2024-01-23T23:28:36.224423+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[35265]: audit 2024-01-23T23:28:36.224423+0000 mon.b (mon.2) 129 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:36.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[38667]: audit 2024-01-23T23:28:36.225091+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:36.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[38667]: audit 2024-01-23T23:28:36.229678+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[35265]: audit 2024-01-23T23:28:36.225091+0000 mon.a (mon.0) 842 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:28:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:36 smithi037 bash[35265]: audit 2024-01-23T23:28:36.229678+0000 mon.a (mon.0) 843 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"e4c08ba7737d\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 27871150, \"cpu_percentage\": \"0.25%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486951Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:24:38.995122Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:24:36.423200Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:28:28.487229Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:28:37.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:37 smithi079 bash[35301]: audit 2024-01-23T23:28:35.623188+0000 mgr.x (mgr.24683) 25 : audit [DBG] from='client.24772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:37.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:37 smithi079 bash[35301]: cephadm 2024-01-23T23:28:36.230949+0000 mgr.x (mgr.24683) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-23T23:28:37.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:37 smithi079 bash[35301]: cephadm 2024-01-23T23:28:36.238742+0000 mgr.x (mgr.24683) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2024-01-23T23:28:37.876 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:37 smithi037 bash[59676]: ts=2024-01-23T23:28:37.664Z caller=cluster.go:708 level=info component=cluster msg="gossip not settled" polls=0 before=0 now=1 elapsed=2.001064808s 2024-01-23T23:28:37.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:37 smithi037 bash[35265]: audit 2024-01-23T23:28:35.623188+0000 mgr.x (mgr.24683) 25 : audit [DBG] from='client.24772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:37.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:37 smithi037 bash[35265]: cephadm 2024-01-23T23:28:36.230949+0000 mgr.x (mgr.24683) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-23T23:28:37.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:37 smithi037 bash[35265]: cephadm 2024-01-23T23:28:36.238742+0000 mgr.x (mgr.24683) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2024-01-23T23:28:37.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:37 smithi037 bash[38667]: audit 2024-01-23T23:28:35.623188+0000 mgr.x (mgr.24683) 25 : audit [DBG] from='client.24772 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:28:37.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:37 smithi037 bash[38667]: cephadm 2024-01-23T23:28:36.230949+0000 mgr.x (mgr.24683) 26 : cephadm [INF] Reconfiguring prometheus.a (dependencies changed)... 2024-01-23T23:28:37.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:37 smithi037 bash[38667]: cephadm 2024-01-23T23:28:36.238742+0000 mgr.x (mgr.24683) 27 : cephadm [INF] Reconfiguring daemon prometheus.a on smithi079 2024-01-23T23:28:38.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:38 smithi079 bash[35301]: cluster 2024-01-23T23:28:37.010864+0000 mgr.x (mgr.24683) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:38.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:38 smithi037 bash[35265]: cluster 2024-01-23T23:28:37.010864+0000 mgr.x (mgr.24683) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:38.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:38 smithi037 bash[38667]: cluster 2024-01-23T23:28:37.010864+0000 mgr.x (mgr.24683) 28 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:39.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:39 smithi079 bash[35301]: cluster 2024-01-23T23:28:39.011180+0000 mgr.x (mgr.24683) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:39.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:39 smithi037 bash[35265]: cluster 2024-01-23T23:28:39.011180+0000 mgr.x (mgr.24683) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:39.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:39 smithi037 bash[38667]: cluster 2024-01-23T23:28:39.011180+0000 mgr.x (mgr.24683) 29 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:42.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:42 smithi079 bash[35301]: cluster 2024-01-23T23:28:41.011903+0000 mgr.x (mgr.24683) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:42.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:42 smithi037 bash[35265]: cluster 2024-01-23T23:28:41.011903+0000 mgr.x (mgr.24683) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:42.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:42 smithi037 bash[38667]: cluster 2024-01-23T23:28:41.011903+0000 mgr.x (mgr.24683) 30 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:43.053 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:42 smithi079 systemd[1]: Stopping Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.052Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.052Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.052Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.052Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.052Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.052Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.052Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.052Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.053Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.053Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.053Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-23T23:28:43.315 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[47306]: ts=2024-01-23T23:28:43.053Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-23T23:28:43.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 podman[51799]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-prometheus.a 2024-01-23T23:28:43.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@prometheus.a.service: Succeeded. 2024-01-23T23:28:43.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 systemd[1]: Stopped Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:28:43.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 systemd[1]: Starting Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:28:43.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 podman[51840]: Error: no container with ID or name "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-prometheus.a" found: no such container 2024-01-23T23:28:43.603 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 systemd[1]: Started Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:28:44.103 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.881Z caller=main.go:544 level=info msg="No time or size retention was set so using the default time retention" duration=15d 2024-01-23T23:28:44.103 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.881Z caller=main.go:588 level=info msg="Starting Prometheus Server" mode=server version="(version=2.49.1, branch=HEAD, revision=43e14844a33b65e2a396e3944272af8b3a494071)" 2024-01-23T23:28:44.103 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.881Z caller=main.go:593 level=info build_context="(go=go1.21.6, platform=linux/amd64, user=root@6d5f4c649d25, date=20240115-16:58:43, tags=netgo,builtinassets,stringlabels)" 2024-01-23T23:28:44.103 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.881Z caller=main.go:594 level=info host_details="(Linux 4.18.0-536.el8.x86_64 #1 SMP Thu Jan 18 15:15:29 UTC 2024 x86_64 smithi079 (none))" 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.881Z caller=main.go:595 level=info fd_limits="(soft=1048576, hard=1048576)" 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.881Z caller=main.go:596 level=info vm_limits="(soft=unlimited, hard=unlimited)" 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.883Z caller=web.go:565 level=info component=web msg="Start listening for connections" address=:9095 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.883Z caller=main.go:1039 level=info msg="Starting TSDB ..." 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.885Z caller=tls_config.go:274 level=info component=web msg="Listening on" address=[::]:9095 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.885Z caller=tls_config.go:277 level=info component=web msg="TLS is disabled." http2=false address=[::]:9095 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.887Z caller=head.go:606 level=info component=tsdb msg="Replaying on-disk memory mappable chunks if any" 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.887Z caller=head.go:687 level=info component=tsdb msg="On-disk memory mappable chunks replay completed" duration=1.499µs 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.887Z caller=head.go:695 level=info component=tsdb msg="Replaying WAL, this may take a while" 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.887Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=0 maxSegment=2 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.896Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=1 maxSegment=2 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.896Z caller=head.go:766 level=info component=tsdb msg="WAL segment loaded" segment=2 maxSegment=2 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.897Z caller=head.go:803 level=info component=tsdb msg="WAL replay completed" checkpoint_replay_duration=24.979µs wal_replay_duration=9.404978ms wbl_replay_duration=181ns total_replay_duration=9.450613ms 2024-01-23T23:28:44.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.898Z caller=main.go:1060 level=info fs_type=XFS_SUPER_MAGIC 2024-01-23T23:28:44.105 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.898Z caller=main.go:1063 level=info msg="TSDB started" 2024-01-23T23:28:44.105 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.898Z caller=main.go:1245 level=info msg="Loading configuration file" filename=/etc/prometheus/prometheus.yml 2024-01-23T23:28:44.105 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.910Z caller=main.go:1282 level=info msg="Completed loading of configuration file" filename=/etc/prometheus/prometheus.yml totalDuration=11.841954ms db_storage=710ns remote_storage=1.089µs web_handler=500ns query_engine=600ns scrape=388.955µs scrape_sd=23.329µs notify=28.222µs notify_sd=9.059µs rules=11.179244ms tracing=5.576µs 2024-01-23T23:28:44.105 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.910Z caller=main.go:1024 level=info msg="Server is ready to receive web requests." 2024-01-23T23:28:44.105 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:28:43 smithi079 bash[51856]: ts=2024-01-23T23:28:43.910Z caller=manager.go:146 level=info component="rule manager" msg="Starting rule manager..." 2024-01-23T23:28:44.566 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: cluster 2024-01-23T23:28:43.012255+0000 mgr.x (mgr.24683) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:44.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: cluster 2024-01-23T23:28:43.012255+0000 mgr.x (mgr.24683) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:44.567 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.553825+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:44.568 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.553825+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:44.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.554838+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:44.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.558103+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:44.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.562854+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-23T23:28:44.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.564000+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2024-01-23T23:28:44.568 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.564448+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi037.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-23T23:28:44.569 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.554838+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:44.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.564771+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi037.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-23T23:28:44.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.568420+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi037.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-23T23:28:44.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.576020+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-23T23:28:44.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.578719+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-01-23T23:28:44.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.579396+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-23T23:28:44.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.579707+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-23T23:28:44.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[35265]: audit 2024-01-23T23:28:43.583492+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.558103+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.562854+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.564000+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.564448+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi037.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.564771+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi037.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.568420+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi037.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.576020+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.578719+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.579396+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.579707+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-23T23:28:44.570 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:44 smithi037 bash[38667]: audit 2024-01-23T23:28:43.583492+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-23T23:28:44.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: cluster 2024-01-23T23:28:43.012255+0000 mgr.x (mgr.24683) 31 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.553825+0000 mon.b (mon.2) 130 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.554838+0000 mon.a (mon.0) 844 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.558103+0000 mon.a (mon.0) 845 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 194825420, \"cpu_percentage\": \"1.16%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486480Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 445120512, \"cpu_percentage\": \"31.33%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:28:28.486624Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75633786, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486713Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75182899, \"cpu_percentage\": \"0.59%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486774Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 69573017, \"cpu_percentage\": \"0.56%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486833Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75067555, \"cpu_percentage\": \"0.66%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.486892Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"service_name\": \"prometheus\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12194938, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487009Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35053895, \"cpu_percentage\": \"0.51%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487066Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55186554, \"cpu_percentage\": \"0.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:28.487123Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.562854+0000 mon.b (mon.2) 131 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.564000+0000 mon.b (mon.2) 132 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.564448+0000 mon.b (mon.2) 133 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi037.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.564771+0000 mon.a (mon.0) 846 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi037.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]: dispatch 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.568420+0000 mon.a (mon.0) 847 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi037.front.sepia.ceph.com:9093","who":"mgr","name":"mgr/dashboard/ALERTMANAGER_API_HOST"}]': finished 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.576020+0000 mon.b (mon.2) 134 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.578719+0000 mon.b (mon.2) 135 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.579396+0000 mon.b (mon.2) 136 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-23T23:28:44.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.579707+0000 mon.a (mon.0) 848 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]: dispatch 2024-01-23T23:28:44.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:44 smithi079 bash[35301]: audit 2024-01-23T23:28:43.583492+0000 mon.a (mon.0) 849 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config set","value":"http://smithi079.front.sepia.ceph.com:9095","who":"mgr","name":"mgr/dashboard/PROMETHEUS_API_HOST"}]': finished 2024-01-23T23:28:45.186 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:43.563196+0000 mgr.x (mgr.24683) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:43.564235+0000 mgr.x (mgr.24683) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2024-01-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:43.576415+0000 mgr.x (mgr.24683) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:43.579047+0000 mgr.x (mgr.24683) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-01-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: cephadm 2024-01-23T23:28:43.587435+0000 mgr.x (mgr.24683) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:44.933129+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"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-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:44.933684+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"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-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:44.936590+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"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-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:44.939037+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:44.940089+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:44.940665+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:28:45.187 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[35265]: audit 2024-01-23T23:28:44.946081+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-23T23:28:45.439 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:43.563196+0000 mgr.x (mgr.24683) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-23T23:28:45.439 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:43.564235+0000 mgr.x (mgr.24683) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2024-01-23T23:28:45.439 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:43.576415+0000 mgr.x (mgr.24683) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-23T23:28:45.439 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:43.579047+0000 mgr.x (mgr.24683) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-01-23T23:28:45.439 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: cephadm 2024-01-23T23:28:43.587435+0000 mgr.x (mgr.24683) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-23T23:28:45.439 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:44.933129+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"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-23T23:28:45.440 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:44.933684+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"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-23T23:28:45.440 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:44.936590+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"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-23T23:28:45.440 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:44.939037+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:45.440 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:44.940089+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:28:45.440 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:44.940665+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:28:45.440 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[38667]: audit 2024-01-23T23:28:44.946081+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-23T23:28:45.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:43.563196+0000 mgr.x (mgr.24683) 32 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-alertmanager-api-host"}]: dispatch 2024-01-23T23:28:45.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:43.564235+0000 mgr.x (mgr.24683) 33 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-alertmanager-api-host", "value": "http://smithi037.front.sepia.ceph.com:9093"}]: dispatch 2024-01-23T23:28:45.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:43.576415+0000 mgr.x (mgr.24683) 34 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard get-prometheus-api-host"}]: dispatch 2024-01-23T23:28:45.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:43.579047+0000 mgr.x (mgr.24683) 35 : audit [DBG] from='mon.? -' entity='mon.' cmd=[{"prefix": "dashboard set-prometheus-api-host", "value": "http://smithi079.front.sepia.ceph.com:9095"}]: dispatch 2024-01-23T23:28:45.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: cephadm 2024-01-23T23:28:43.587435+0000 mgr.x (mgr.24683) 36 : cephadm [INF] Upgrade: First pull of quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f 2024-01-23T23:28:45.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:44.933129+0000 mon.b (mon.2) 137 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"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-23T23:28:45.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:44.933684+0000 mon.a (mon.0) 850 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"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-23T23:28:45.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:44.936590+0000 mon.a (mon.0) 851 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/upgrade_state","val":"{\"target_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"progress_id\": \"7e3db9f0-871d-4abb-b70f-b73b769d0e8b\", \"target_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"target_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"target_version\": \"16.2.14-449-ga70aebef\", \"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-23T23:28:45.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:44.939037+0000 mon.b (mon.2) 138 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:45.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:44.940089+0000 mon.b (mon.2) 139 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:28:45.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:44.940665+0000 mon.a (mon.0) 852 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:28:45.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:45 smithi079 bash[35301]: audit 2024-01-23T23:28:44.946081+0000 mon.a (mon.0) 853 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]': finished 2024-01-23T23:28:45.804 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:28:45 smithi037 bash[59676]: ts=2024-01-23T23:28:45.666Z caller=cluster.go:700 level=info component=cluster msg="gossip settled; proceeding" elapsed=10.002757749s 2024-01-23T23:28:46.498 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: cephadm 2024-01-23T23:28:44.937935+0000 mgr.x (mgr.24683) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-449-ga70aebef (pacific) 2024-01-23T23:28:46.498 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: cephadm 2024-01-23T23:28:44.938017+0000 mgr.x (mgr.24683) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e'] 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: cephadm 2024-01-23T23:28:44.947526+0000 mgr.x (mgr.24683) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: cephadm 2024-01-23T23:28:44.948014+0000 mgr.x (mgr.24683) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: cluster 2024-01-23T23:28:45.012679+0000 mgr.x (mgr.24683) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: audit 2024-01-23T23:28:46.009063+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: audit 2024-01-23T23:28:46.009616+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: audit 2024-01-23T23:28:46.015674+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]': finished 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: audit 2024-01-23T23:28:46.017027+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: audit 2024-01-23T23:28:46.017346+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: audit 2024-01-23T23:28:46.018316+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: audit 2024-01-23T23:28:46.019182+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[38667]: audit 2024-01-23T23:28:46.020264+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-23T23:28:46.499 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: cephadm 2024-01-23T23:28:44.937935+0000 mgr.x (mgr.24683) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-449-ga70aebef (pacific) 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: cephadm 2024-01-23T23:28:44.938017+0000 mgr.x (mgr.24683) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e'] 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: cephadm 2024-01-23T23:28:44.947526+0000 mgr.x (mgr.24683) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: cephadm 2024-01-23T23:28:44.948014+0000 mgr.x (mgr.24683) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: cluster 2024-01-23T23:28:45.012679+0000 mgr.x (mgr.24683) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: audit 2024-01-23T23:28:46.009063+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: audit 2024-01-23T23:28:46.009616+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: audit 2024-01-23T23:28:46.015674+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]': finished 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: audit 2024-01-23T23:28:46.017027+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: audit 2024-01-23T23:28:46.017346+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: audit 2024-01-23T23:28:46.018316+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: audit 2024-01-23T23:28:46.019182+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:46.500 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:46 smithi037 bash[35265]: audit 2024-01-23T23:28:46.020264+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-23T23:28:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: cephadm 2024-01-23T23:28:44.937935+0000 mgr.x (mgr.24683) 37 : cephadm [INF] Upgrade: Target is version 16.2.14-449-ga70aebef (pacific) 2024-01-23T23:28:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: cephadm 2024-01-23T23:28:44.938017+0000 mgr.x (mgr.24683) 38 : cephadm [INF] Upgrade: Target container is quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e, digests ['quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e'] 2024-01-23T23:28:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: cephadm 2024-01-23T23:28:44.947526+0000 mgr.x (mgr.24683) 39 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:28:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: cephadm 2024-01-23T23:28:44.948014+0000 mgr.x (mgr.24683) 40 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:28:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: cluster 2024-01-23T23:28:45.012679+0000 mgr.x (mgr.24683) 41 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: audit 2024-01-23T23:28:46.009063+0000 mon.b (mon.2) 140 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-23T23:28:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: audit 2024-01-23T23:28:46.009616+0000 mon.a (mon.0) 854 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]: dispatch 2024-01-23T23:28:46.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: audit 2024-01-23T23:28:46.015674+0000 mon.a (mon.0) 855 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr.y"}]': finished 2024-01-23T23:28:46.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: audit 2024-01-23T23:28:46.017027+0000 mon.b (mon.2) 141 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:28:46.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: audit 2024-01-23T23:28:46.017346+0000 mon.a (mon.0) 856 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:28:46.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: audit 2024-01-23T23:28:46.018316+0000 mon.b (mon.2) 142 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:28:46.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: audit 2024-01-23T23:28:46.019182+0000 mon.b (mon.2) 143 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:28:46.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:46 smithi079 bash[35301]: audit 2024-01-23T23:28:46.020264+0000 mon.b (mon.2) 144 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-23T23:28:47.126 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:47 smithi037 systemd[1]: Stopping Ceph mgr.y for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:28:47.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:47 smithi079 bash[35301]: cephadm 2024-01-23T23:28:46.008611+0000 mgr.x (mgr.24683) 42 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-23T23:28:47.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:47 smithi079 bash[35301]: cephadm 2024-01-23T23:28:46.019861+0000 mgr.x (mgr.24683) 43 : cephadm [INF] Deploying daemon mgr.y on smithi037 2024-01-23T23:28:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:47 smithi037 bash[35265]: cephadm 2024-01-23T23:28:46.008611+0000 mgr.x (mgr.24683) 42 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-23T23:28:47.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:47 smithi037 bash[35265]: cephadm 2024-01-23T23:28:46.019861+0000 mgr.x (mgr.24683) 43 : cephadm [INF] Deploying daemon mgr.y on smithi037 2024-01-23T23:28:47.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:47 smithi037 bash[38667]: cephadm 2024-01-23T23:28:46.008611+0000 mgr.x (mgr.24683) 42 : cephadm [INF] Upgrade: Updating mgr.y 2024-01-23T23:28:47.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:47 smithi037 bash[38667]: cephadm 2024-01-23T23:28:46.019861+0000 mgr.x (mgr.24683) 43 : cephadm [INF] Deploying daemon mgr.y on smithi037 2024-01-23T23:28:48.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:48 smithi079 bash[35301]: cluster 2024-01-23T23:28:47.013374+0000 mgr.x (mgr.24683) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:48.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:48 smithi037 bash[35265]: cluster 2024-01-23T23:28:47.013374+0000 mgr.x (mgr.24683) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:48.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:48 smithi037 bash[38667]: cluster 2024-01-23T23:28:47.013374+0000 mgr.x (mgr.24683) 44 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:50 smithi079 bash[35301]: cluster 2024-01-23T23:28:49.013862+0000 mgr.x (mgr.24683) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:50.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:50 smithi037 bash[35265]: cluster 2024-01-23T23:28:49.013862+0000 mgr.x (mgr.24683) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:50 smithi037 bash[38667]: cluster 2024-01-23T23:28:49.013862+0000 mgr.x (mgr.24683) 45 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:52.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:52 smithi079 bash[35301]: cluster 2024-01-23T23:28:51.014702+0000 mgr.x (mgr.24683) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:52.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:52 smithi037 bash[35265]: cluster 2024-01-23T23:28:51.014702+0000 mgr.x (mgr.24683) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:52.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:52 smithi037 bash[38667]: cluster 2024-01-23T23:28:51.014702+0000 mgr.x (mgr.24683) 46 : cluster [DBG] pgmap v21: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:54.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:54 smithi079 bash[35301]: cluster 2024-01-23T23:28:53.015230+0000 mgr.x (mgr.24683) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:54.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:54 smithi037 bash[35265]: cluster 2024-01-23T23:28:53.015230+0000 mgr.x (mgr.24683) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:54.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:54 smithi037 bash[38667]: cluster 2024-01-23T23:28:53.015230+0000 mgr.x (mgr.24683) 47 : cluster [DBG] pgmap v22: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:56.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:56 smithi079 bash[35301]: cluster 2024-01-23T23:28:55.015825+0000 mgr.x (mgr.24683) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:56.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:56 smithi037 bash[35265]: cluster 2024-01-23T23:28:55.015825+0000 mgr.x (mgr.24683) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:56.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:56 smithi037 bash[38667]: cluster 2024-01-23T23:28:55.015825+0000 mgr.x (mgr.24683) 48 : cluster [DBG] pgmap v23: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:57.376 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:57 smithi037 bash[60069]: time="2024-01-23T23:28:57Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.y in 10 seconds, resorting to SIGKILL" 2024-01-23T23:28:57.710 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:57 smithi037 bash[60069]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.y 2024-01-23T23:28:57.710 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:57 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y.service: Main process exited, code=exited, status=137/n/a 2024-01-23T23:28:58.221 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:57 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y.service: Failed with result 'exit-code'. 2024-01-23T23:28:58.221 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:57 smithi037 systemd[1]: Stopped Ceph mgr.y for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:28:58.221 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:58 smithi037 systemd[1]: Starting Ceph mgr.y for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:28:58.568 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:58 smithi037 bash[38667]: cluster 2024-01-23T23:28:57.016545+0000 mgr.x (mgr.24683) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:58.569 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:58 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:28:58.434+0000 7fc4d4a60700 1 -- 172.21.15.37:0/3623797812 <== mon.0 v2:172.21.15.37:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56406662a4e0 con 0x5640665fec00 2024-01-23T23:28:58.569 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:58 smithi037 bash[60258]: 7703eedc4957da52191946531d5cfe6ceb3c1cfb6fd1a473b16b0bd89f8b4396 2024-01-23T23:28:58.569 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:58 smithi037 systemd[1]: Started Ceph mgr.y for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:28:58.569 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:58 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:28:58.567+0000 7fc4e5058680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-23T23:28:58.569 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:58 smithi037 bash[35265]: cluster 2024-01-23T23:28:57.016545+0000 mgr.x (mgr.24683) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:58.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:58 smithi079 bash[35301]: cluster 2024-01-23T23:28:57.016545+0000 mgr.x (mgr.24683) 49 : cluster [DBG] pgmap v24: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:28:58.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:58 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:28:58.654+0000 7fc4e5058680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-23T23:28:59.314 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:59 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:28:59.074+0000 7fc4e5058680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-23T23:28:59.315 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[35265]: audit 2024-01-23T23:28:58.512232+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:59.315 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[38667]: audit 2024-01-23T23:28:58.512232+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:59.315 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[38667]: audit 2024-01-23T23:28:58.512868+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:59.315 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[38667]: audit 2024-01-23T23:28:58.516840+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:59.316 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[38667]: audit 2024-01-23T23:28:58.517864+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:59.316 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[38667]: audit 2024-01-23T23:28:58.519511+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:59.316 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[38667]: audit 2024-01-23T23:28:58.519934+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:59.316 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[35265]: audit 2024-01-23T23:28:58.512868+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:59.316 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[35265]: audit 2024-01-23T23:28:58.516840+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:59.316 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[35265]: audit 2024-01-23T23:28:58.517864+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:59.316 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[35265]: audit 2024-01-23T23:28:58.519511+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:59.317 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:28:59 smithi037 bash[35265]: audit 2024-01-23T23:28:58.519934+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:59.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:59 smithi079 bash[35301]: audit 2024-01-23T23:28:58.512232+0000 mon.b (mon.2) 145 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:59.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:59 smithi079 bash[35301]: audit 2024-01-23T23:28:58.512868+0000 mon.a (mon.0) 857 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:28:59.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:59 smithi079 bash[35301]: audit 2024-01-23T23:28:58.516840+0000 mon.a (mon.0) 858 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 203528601, \"cpu_percentage\": \"2.42%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.591875Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 190945689, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592156Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 74962698, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592217Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 75990302, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592311Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 60943237, \"cpu_percentage\": \"0.46%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592430Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80027320, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592537Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11985223, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592642Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"service_name\": \"alertmanager\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": []}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57472450, \"cpu_percentage\": \"0.20%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:28:27.592850Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:28:59.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:59 smithi079 bash[35301]: audit 2024-01-23T23:28:58.517864+0000 mon.b (mon.2) 146 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:28:59.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:59 smithi079 bash[35301]: audit 2024-01-23T23:28:58.519511+0000 mon.b (mon.2) 147 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:28:59.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:28:59 smithi079 bash[35301]: audit 2024-01-23T23:28:58.519934+0000 mon.b (mon.2) 148 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:00.225 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:28:59 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:28:59.926+0000 7fc4e5058680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-23T23:29:00.225 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:00.013+0000 7fc4e5058680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-23T23:29:00.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:00 smithi079 bash[35301]: cluster 2024-01-23T23:28:59.017066+0000 mgr.x (mgr.24683) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:00.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:00 smithi037 bash[35265]: cluster 2024-01-23T23:28:59.017066+0000 mgr.x (mgr.24683) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:00.626 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:00.252+0000 7fc4e5058680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-23T23:29:00.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:00 smithi037 bash[38667]: cluster 2024-01-23T23:28:59.017066+0000 mgr.x (mgr.24683) 50 : cluster [DBG] pgmap v25: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:01.626 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:01.311+0000 7fc4e5058680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-23T23:29:01.626 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:01.453+0000 7fc4e5058680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:29:01.626 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:01.538+0000 7fc4e5058680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-23T23:29:02.126 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:01.660+0000 7fc4e5058680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-23T23:29:02.126 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:01.867+0000 7fc4e5058680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-23T23:29:02.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: cluster 2024-01-23T23:29:01.017740+0000 mgr.x (mgr.24683) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:02.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:01.742873+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 230267289, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740752Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 52816773, \"cpu_percentage\": \"109.23%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:01.740909Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205730611, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740997Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76692848, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741059Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77804339, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741120Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62065213, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741179Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82040586, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741238Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741298Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 18538823, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741357Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57598279, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741423Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:01.741533Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:01.743562+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 230267289, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740752Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 52816773, \"cpu_percentage\": \"109.23%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:01.740909Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205730611, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740997Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76692848, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741059Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77804339, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741120Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62065213, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741179Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82040586, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741238Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741298Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 18538823, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741357Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57598279, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741423Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:01.741533Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:01.746431+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 230267289, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740752Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 52816773, \"cpu_percentage\": \"109.23%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:01.740909Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205730611, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740997Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76692848, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741059Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77804339, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741120Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62065213, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741179Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82040586, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741238Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741298Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 18538823, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741357Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57598279, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741423Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:01.741533Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.022322+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 211392921, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020373Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 451831398, \"cpu_percentage\": \"13.81%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020533Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77814824, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020604Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76954992, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020669Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71124910, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020745Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76965478, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020804Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 35892756, \"cpu_percentage\": \"1.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020864Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11618222, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020923Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020981Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55301898, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.021039Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:02.021142Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.022975+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 211392921, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020373Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 451831398, \"cpu_percentage\": \"13.81%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020533Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77814824, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020604Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76954992, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020669Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71124910, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020745Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76965478, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020804Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 35892756, \"cpu_percentage\": \"1.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020864Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11618222, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020923Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020981Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55301898, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.021039Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:02.021142Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.026618+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 211392921, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020373Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 451831398, \"cpu_percentage\": \"13.81%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020533Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77814824, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020604Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76954992, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020669Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71124910, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020745Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76965478, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020804Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 35892756, \"cpu_percentage\": \"1.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020864Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11618222, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020923Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020981Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55301898, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.021039Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:02.021142Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.029359+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.029685+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.033008+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.038652+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.039437+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.039723+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:02.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.042454+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-23T23:29:02.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.042725+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-23T23:29:02.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: cluster 2024-01-23T23:29:02.047045+0000 mon.a (mon.0) 867 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-23T23:29:02.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.050997+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' 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-23T23:29:02.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.051278+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24683 ' 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-23T23:29:02.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.051874+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-23T23:29:02.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:02 smithi079 bash[35301]: audit 2024-01-23T23:29:02.052115+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-23T23:29:02.626 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:02 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:02.167+0000 7fc4e5058680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-23T23:29:02.626 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:02 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:02.275+0000 7fc4e5058680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-23T23:29:02.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: cluster 2024-01-23T23:29:01.017740+0000 mgr.x (mgr.24683) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:02.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: cluster 2024-01-23T23:29:01.017740+0000 mgr.x (mgr.24683) 51 : cluster [DBG] pgmap v26: 129 pgs: 129 active+clean; 7.0 KiB data, 6.6 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:02.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:01.742873+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 230267289, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740752Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 52816773, \"cpu_percentage\": \"109.23%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:01.740909Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205730611, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740997Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76692848, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741059Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77804339, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741120Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62065213, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741179Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82040586, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741238Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741298Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 18538823, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741357Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57598279, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741423Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:01.741533Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:01.742873+0000 mon.b (mon.2) 149 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 230267289, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740752Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 52816773, \"cpu_percentage\": \"109.23%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:01.740909Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205730611, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740997Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76692848, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741059Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77804339, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741120Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62065213, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741179Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82040586, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741238Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741298Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 18538823, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741357Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57598279, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741423Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:01.741533Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:01.743562+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 230267289, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740752Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 52816773, \"cpu_percentage\": \"109.23%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:01.740909Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205730611, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740997Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76692848, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741059Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77804339, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741120Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62065213, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741179Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82040586, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741238Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741298Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 18538823, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741357Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57598279, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741423Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:01.741533Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:01.746431+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 230267289, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740752Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 52816773, \"cpu_percentage\": \"109.23%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:01.740909Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205730611, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740997Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76692848, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741059Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77804339, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741120Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62065213, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741179Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82040586, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741238Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741298Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 18538823, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741357Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57598279, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741423Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:01.741533Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:29:02.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:01.743562+0000 mon.a (mon.0) 859 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 230267289, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740752Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 52816773, \"cpu_percentage\": \"109.23%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:01.740909Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205730611, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740997Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76692848, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741059Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77804339, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741120Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62065213, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741179Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82040586, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741238Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741298Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 18538823, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741357Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57598279, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741423Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:01.741533Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.629 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.022322+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 211392921, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020373Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 451831398, \"cpu_percentage\": \"13.81%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020533Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77814824, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020604Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76954992, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020669Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71124910, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020745Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76965478, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020804Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 35892756, \"cpu_percentage\": \"1.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020864Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11618222, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020923Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020981Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55301898, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.021039Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:02.021142Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:01.746431+0000 mon.a (mon.0) 860 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 230267289, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740752Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 52816773, \"cpu_percentage\": \"109.23%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:01.740909Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 205730611, \"cpu_percentage\": \"0.82%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.740997Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76692848, \"cpu_percentage\": \"0.57%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741059Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77804339, \"cpu_percentage\": \"0.61%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741120Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 62065213, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741179Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 82040586, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741238Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11429478, \"cpu_percentage\": \"0.38%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741298Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\", \"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\"], \"memory_usage\": 18538823, \"cpu_percentage\": \"0.44%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741357Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 57598279, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:01.741423Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:01.741533Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:29:02.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.022975+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 211392921, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020373Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 451831398, \"cpu_percentage\": \"13.81%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020533Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77814824, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020604Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76954992, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020669Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71124910, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020745Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76965478, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020804Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 35892756, \"cpu_percentage\": \"1.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020864Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11618222, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020923Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020981Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55301898, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.021039Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:02.021142Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.026618+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 211392921, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020373Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 451831398, \"cpu_percentage\": \"13.81%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020533Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77814824, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020604Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76954992, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020669Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71124910, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020745Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76965478, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020804Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 35892756, \"cpu_percentage\": \"1.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020864Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11618222, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020923Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020981Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55301898, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.021039Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:02.021142Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:29:02.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.029359+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:02.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.029685+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.033008+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.038652+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.039437+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.039723+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.042454+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.042725+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: cluster 2024-01-23T23:29:02.047045+0000 mon.a (mon.0) 867 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.050997+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' 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-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.051278+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24683 ' 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-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.051874+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-23T23:29:02.631 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[38667]: audit 2024-01-23T23:29:02.052115+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-23T23:29:02.632 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.022322+0000 mon.b (mon.2) 150 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 211392921, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020373Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 451831398, \"cpu_percentage\": \"13.81%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020533Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77814824, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020604Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76954992, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020669Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71124910, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020745Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76965478, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020804Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 35892756, \"cpu_percentage\": \"1.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020864Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11618222, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020923Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020981Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55301898, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.021039Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:02.021142Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.632 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.022975+0000 mon.a (mon.0) 861 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 211392921, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020373Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 451831398, \"cpu_percentage\": \"13.81%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020533Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77814824, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020604Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76954992, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020669Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71124910, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020745Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76965478, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020804Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 35892756, \"cpu_percentage\": \"1.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020864Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11618222, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020923Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020981Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55301898, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.021039Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:02.021142Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]: dispatch 2024-01-23T23:29:02.632 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.026618+0000 mon.a (mon.0) 862 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 211392921, \"cpu_percentage\": \"1.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020373Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 451831398, \"cpu_percentage\": \"13.81%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020533Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 77814824, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020604Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76954992, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020669Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 71124910, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020745Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 76965478, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020804Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\", \"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\"], \"memory_usage\": 35892756, \"cpu_percentage\": \"1.23%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020864Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11618222, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020923Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.020981Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 55301898, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:02.021039Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:02.021142Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}}"}]': finished 2024-01-23T23:29:02.632 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.029359+0000 mon.b (mon.2) 151 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:02.632 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.029685+0000 mon.a (mon.0) 863 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.033008+0000 mon.a (mon.0) 864 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.038652+0000 mon.b (mon.2) 152 : audit [DBG] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.039437+0000 mon.b (mon.2) 153 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.039723+0000 mon.a (mon.0) 865 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.042454+0000 mon.b (mon.2) 154 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.042725+0000 mon.a (mon.0) 866 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "mgr fail", "who": "x"}]: dispatch 2024-01-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: cluster 2024-01-23T23:29:02.047045+0000 mon.a (mon.0) 867 : cluster [DBG] osdmap e77: 8 total, 8 up, 8 in 2024-01-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.050997+0000 mon.b (mon.2) 155 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' 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-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.051278+0000 mon.a (mon.0) 868 : audit [INF] from='mgr.24683 ' 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-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.051874+0000 mon.b (mon.2) 156 : audit [INF] from='mgr.24683 172.21.15.79:0/2936729810' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-23T23:29:02.633 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:02 smithi037 bash[35265]: audit 2024-01-23T23:29:02.052115+0000 mon.a (mon.0) 869 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd=[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]: dispatch 2024-01-23T23:29:03.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[35301]: cephadm 2024-01-23T23:29:02.040353+0000 mgr.x (mgr.24683) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:29:03.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[35301]: cephadm 2024-01-23T23:29:02.040687+0000 mgr.x (mgr.24683) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:29:03.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[35301]: cephadm 2024-01-23T23:29:02.042231+0000 mgr.x (mgr.24683) 54 : cephadm [INF] Failing over to other MGR 2024-01-23T23:29:03.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[35301]: audit 2024-01-23T23:29:03.035514+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-23T23:29:03.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[35301]: cluster 2024-01-23T23:29:03.035582+0000 mon.a (mon.0) 871 : cluster [DBG] mgrmap e20: y(active, starting, since 0.992434s) 2024-01-23T23:29:03.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[35301]: audit 2024-01-23T23:29:03.047897+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-23T23:29:03.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[35301]: cluster 2024-01-23T23:29:03.047944+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-01-23T23:29:03.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[49873]: debug 2024-01-23T23:29:03.034+0000 7f6f55b55700 -1 mgr handle_mgr_map I was active but no longer am 2024-01-23T23:29:03.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[49873]: ignoring --setuser ceph since I am not root 2024-01-23T23:29:03.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[49873]: ignoring --setgroup ceph since I am not root 2024-01-23T23:29:03.354 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[49873]: debug 2024-01-23T23:29:03.076+0000 7fcbeddfa700 1 -- 172.21.15.79:0/3205210088 <== mon.1 v2:172.21.15.37:3301/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x55e10433c4e0 con 0x55e104312c00 2024-01-23T23:29:03.354 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[49873]: debug 2024-01-23T23:29:03.198+0000 7fcbfdfd4680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-23T23:29:03.354 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[49873]: debug 2024-01-23T23:29:03.280+0000 7fcbfdfd4680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-23T23:29:03.376 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:03.043+0000 7fc4e5058680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-23T23:29:03.376 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:03.134+0000 7fc4e5058680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-23T23:29:03.376 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:03.230+0000 7fc4e5058680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-23T23:29:03.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[35265]: cephadm 2024-01-23T23:29:02.040353+0000 mgr.x (mgr.24683) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:29:03.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[35265]: cephadm 2024-01-23T23:29:02.040687+0000 mgr.x (mgr.24683) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:29:03.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[35265]: cephadm 2024-01-23T23:29:02.042231+0000 mgr.x (mgr.24683) 54 : cephadm [INF] Failing over to other MGR 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[35265]: audit 2024-01-23T23:29:03.035514+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[35265]: cluster 2024-01-23T23:29:03.035582+0000 mon.a (mon.0) 871 : cluster [DBG] mgrmap e20: y(active, starting, since 0.992434s) 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[35265]: audit 2024-01-23T23:29:03.047897+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[35265]: cluster 2024-01-23T23:29:03.047944+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[38667]: cephadm 2024-01-23T23:29:02.040353+0000 mgr.x (mgr.24683) 52 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[38667]: cephadm 2024-01-23T23:29:02.040687+0000 mgr.x (mgr.24683) 53 : cephadm [INF] Upgrade: Need to upgrade myself (mgr.x) 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[38667]: cephadm 2024-01-23T23:29:02.042231+0000 mgr.x (mgr.24683) 54 : cephadm [INF] Failing over to other MGR 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[38667]: audit 2024-01-23T23:29:03.035514+0000 mon.a (mon.0) 870 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "mgr fail", "who": "x"}]': finished 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[38667]: cluster 2024-01-23T23:29:03.035582+0000 mon.a (mon.0) 871 : cluster [DBG] mgrmap e20: y(active, starting, since 0.992434s) 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[38667]: audit 2024-01-23T23:29:03.047897+0000 mon.a (mon.0) 872 : audit [INF] from='mgr.24683 ' entity='mgr.x' cmd='[{"prefix": "osd pool application enable", "format": "json", "pool": "device_health_metrics", "app": "mgr_devicehealth"}]': finished 2024-01-23T23:29:03.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:03 smithi037 bash[38667]: cluster 2024-01-23T23:29:03.047944+0000 mon.a (mon.0) 873 : cluster [DBG] osdmap e78: 8 total, 8 up, 8 in 2024-01-23T23:29:03.684 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:03.415+0000 7fc4e5058680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-23T23:29:03.965 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:03.683+0000 7fc4e5058680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-23T23:29:03.965 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:03.822+0000 7fc4e5058680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-23T23:29:04.102 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:03 smithi079 bash[49873]: debug 2024-01-23T23:29:03.640+0000 7fcbfdfd4680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-23T23:29:04.238 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:03.963+0000 7fc4e5058680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:29:04.238 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:04 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:04.146+0000 7fc4e5058680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-23T23:29:04.238 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:04 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:04.237+0000 7fc4e5058680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-23T23:29:04.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:04 smithi079 bash[49873]: debug 2024-01-23T23:29:04.380+0000 7fcbfdfd4680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-23T23:29:04.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:04 smithi079 bash[49873]: debug 2024-01-23T23:29:04.464+0000 7fcbfdfd4680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-23T23:29:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:04 smithi079 bash[35301]: cluster 2024-01-23T23:29:04.250454+0000 mon.a (mon.0) 874 : cluster [INF] Active manager daemon y restarted 2024-01-23T23:29:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:04 smithi079 bash[35301]: cluster 2024-01-23T23:29:04.251035+0000 mon.a (mon.0) 875 : cluster [INF] Activating manager daemon y 2024-01-23T23:29:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:04 smithi079 bash[35301]: cluster 2024-01-23T23:29:04.253816+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-23T23:29:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:04 smithi079 bash[35301]: audit 2024-01-23T23:29:04.253973+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-23T23:29:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:04 smithi079 bash[35301]: audit 2024-01-23T23:29:04.254315+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:04 smithi079 bash[35301]: audit 2024-01-23T23:29:04.255446+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-23T23:29:04.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:04 smithi079 bash[35301]: audit 2024-01-23T23:29:04.255814+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[35265]: cluster 2024-01-23T23:29:04.250454+0000 mon.a (mon.0) 874 : cluster [INF] Active manager daemon y restarted 2024-01-23T23:29:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[35265]: cluster 2024-01-23T23:29:04.251035+0000 mon.a (mon.0) 875 : cluster [INF] Activating manager daemon y 2024-01-23T23:29:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[35265]: cluster 2024-01-23T23:29:04.253816+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-23T23:29:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[35265]: audit 2024-01-23T23:29:04.253973+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-23T23:29:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[35265]: audit 2024-01-23T23:29:04.254315+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[35265]: audit 2024-01-23T23:29:04.255446+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-23T23:29:04.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[35265]: audit 2024-01-23T23:29:04.255814+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[38667]: cluster 2024-01-23T23:29:04.250454+0000 mon.a (mon.0) 874 : cluster [INF] Active manager daemon y restarted 2024-01-23T23:29:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[38667]: cluster 2024-01-23T23:29:04.251035+0000 mon.a (mon.0) 875 : cluster [INF] Activating manager daemon y 2024-01-23T23:29:04.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[38667]: cluster 2024-01-23T23:29:04.253816+0000 mon.a (mon.0) 876 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-23T23:29:04.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[38667]: audit 2024-01-23T23:29:04.253973+0000 mon.a (mon.0) 877 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/crt"}]: dispatch 2024-01-23T23:29:04.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[38667]: audit 2024-01-23T23:29:04.254315+0000 mon.a (mon.0) 878 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:04.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[38667]: audit 2024-01-23T23:29:04.255446+0000 mon.a (mon.0) 879 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/y/key"}]: dispatch 2024-01-23T23:29:04.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:04 smithi037 bash[38667]: audit 2024-01-23T23:29:04.255814+0000 mon.a (mon.0) 880 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:05.102 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:04 smithi079 bash[49873]: debug 2024-01-23T23:29:04.674+0000 7fcbfdfd4680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-23T23:29:05.602 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:05 smithi079 bash[35301]: cluster 2024-01-23T23:29:04.305693+0000 mon.a (mon.0) 881 : cluster [DBG] mgrmap e21: y(active, starting, since 0.0547946s) 2024-01-23T23:29:05.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:05 smithi037 bash[35265]: cluster 2024-01-23T23:29:04.305693+0000 mon.a (mon.0) 881 : cluster [DBG] mgrmap e21: y(active, starting, since 0.0547946s) 2024-01-23T23:29:05.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:05 smithi037 bash[38667]: cluster 2024-01-23T23:29:04.305693+0000 mon.a (mon.0) 881 : cluster [DBG] mgrmap e21: y(active, starting, since 0.0547946s) 2024-01-23T23:29:05.902 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:05 smithi079 bash[49873]: debug 2024-01-23T23:29:05.605+0000 7fcbfdfd4680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-23T23:29:05.903 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:05 smithi079 bash[49873]: debug 2024-01-23T23:29:05.734+0000 7fcbfdfd4680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:29:05.903 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:05 smithi079 bash[49873]: debug 2024-01-23T23:29:05.813+0000 7fcbfdfd4680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-23T23:29:06.352 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:05 smithi079 bash[49873]: debug 2024-01-23T23:29:05.901+0000 7fcbfdfd4680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-23T23:29:06.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:06 smithi079 bash[49873]: debug 2024-01-23T23:29:06.096+0000 7fcbfdfd4680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-23T23:29:06.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:06 smithi079 bash[49873]: debug 2024-01-23T23:29:06.373+0000 7fcbfdfd4680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-23T23:29:06.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:06 smithi079 bash[49873]: debug 2024-01-23T23:29:06.471+0000 7fcbfdfd4680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-23T23:29:07.540 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:07 smithi079 bash[49873]: debug 2024-01-23T23:29:07.189+0000 7fcbfdfd4680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-23T23:29:07.540 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:07 smithi079 bash[49873]: debug 2024-01-23T23:29:07.271+0000 7fcbfdfd4680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-23T23:29:07.540 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:07 smithi079 bash[49873]: debug 2024-01-23T23:29:07.363+0000 7fcbfdfd4680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-23T23:29:07.796 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:07 smithi079 bash[49873]: debug 2024-01-23T23:29:07.539+0000 7fcbfdfd4680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-23T23:29:08.059 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:07 smithi079 bash[49873]: debug 2024-01-23T23:29:07.795+0000 7fcbfdfd4680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-23T23:29:08.059 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:07 smithi079 bash[49873]: debug 2024-01-23T23:29:07.925+0000 7fcbfdfd4680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-23T23:29:08.317 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:08 smithi079 bash[49873]: debug 2024-01-23T23:29:08.058+0000 7fcbfdfd4680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:29:08.317 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:08 smithi079 bash[49873]: debug 2024-01-23T23:29:08.232+0000 7fcbfdfd4680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-23T23:29:08.317 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:08 smithi079 bash[49873]: debug 2024-01-23T23:29:08.316+0000 7fcbfdfd4680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-23T23:29:08.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:08 smithi079 bash[35301]: cluster 2024-01-23T23:29:08.317932+0000 mon.a (mon.0) 882 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:29:08.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:08 smithi079 bash[35301]: audit 2024-01-23T23:29:08.318493+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-23T23:29:08.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:08 smithi079 bash[35301]: audit 2024-01-23T23:29:08.318834+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:08.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:08 smithi079 bash[35301]: audit 2024-01-23T23:29:08.319813+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-23T23:29:08.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:08 smithi079 bash[35301]: audit 2024-01-23T23:29:08.320156+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:08.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:08 smithi037 bash[35265]: cluster 2024-01-23T23:29:08.317932+0000 mon.a (mon.0) 882 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:29:08.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:08 smithi037 bash[35265]: audit 2024-01-23T23:29:08.318493+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-23T23:29:08.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:08 smithi037 bash[35265]: audit 2024-01-23T23:29:08.318834+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:08.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:08 smithi037 bash[35265]: audit 2024-01-23T23:29:08.319813+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-23T23:29:08.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:08 smithi037 bash[35265]: audit 2024-01-23T23:29:08.320156+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:08.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:08 smithi037 bash[38667]: cluster 2024-01-23T23:29:08.317932+0000 mon.a (mon.0) 882 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:29:08.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:08 smithi037 bash[38667]: audit 2024-01-23T23:29:08.318493+0000 mon.a (mon.0) 883 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-23T23:29:08.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:08 smithi037 bash[38667]: audit 2024-01-23T23:29:08.318834+0000 mon.a (mon.0) 884 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:08.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:08 smithi037 bash[38667]: audit 2024-01-23T23:29:08.319813+0000 mon.a (mon.0) 885 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-23T23:29:08.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:08 smithi037 bash[38667]: audit 2024-01-23T23:29:08.320156+0000 mon.a (mon.0) 886 : audit [DBG] from='mgr.? 172.21.15.79:0/1433523285' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:09.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:09 smithi079 bash[35301]: cluster 2024-01-23T23:29:08.379744+0000 mon.a (mon.0) 887 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2024-01-23T23:29:09.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:09 smithi079 bash[35301]: audit 2024-01-23T23:29:08.380412+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:29:09.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:09 smithi079 bash[35301]: audit 2024-01-23T23:29:08.380681+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:29:09.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:09 smithi037 bash[35265]: cluster 2024-01-23T23:29:08.379744+0000 mon.a (mon.0) 887 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2024-01-23T23:29:09.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:09 smithi037 bash[35265]: audit 2024-01-23T23:29:08.380412+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:29:09.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:09 smithi037 bash[35265]: audit 2024-01-23T23:29:08.380681+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:29:09.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:09 smithi037 bash[38667]: cluster 2024-01-23T23:29:08.379744+0000 mon.a (mon.0) 887 : cluster [DBG] mgrmap e22: y(active, starting, since 4s), standbys: x 2024-01-23T23:29:09.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:09 smithi037 bash[38667]: audit 2024-01-23T23:29:08.380412+0000 mon.a (mon.0) 888 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:29:09.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:09 smithi037 bash[38667]: audit 2024-01-23T23:29:08.380681+0000 mon.a (mon.0) 889 : audit [DBG] from='mgr.? 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:29:10.412 INFO:teuthology.orchestra.run.smithi037.stderr:Error ENOTSUP: Warning: due to ceph-mgr restart, some PG states may not be up to date 2024-01-23T23:29:10.413 INFO:teuthology.orchestra.run.smithi037.stderr:Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-23T23:29:10.760 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:10 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:10.409+0000 7fc46f8a1700 -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-23T23:29:10.760 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:10 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: Module 'orchestrator' is not enabled/loaded (required by command 'orch upgrade status'): use `ceph mgr module enable orchestrator` to enable it 2024-01-23T23:29:10.760 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:10 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: [79B blob data] 2024-01-23T23:29:10.760 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:10 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: [79B blob data] 2024-01-23T23:29:10.760 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.306822+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.306984+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.307157+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.308902+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.309148+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.309354+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.309556+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.309745+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.309961+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.310231+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.310572+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.310940+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.311203+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.311707+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:29:10.761 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.312644+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:29:10.762 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.313666+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-23T23:29:10.762 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.313997+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-23T23:29:10.762 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.314344+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-23T23:29:10.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.306822+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:29:10.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.306984+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:29:10.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.307157+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:29:10.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.308902+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:29:10.762 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.309148+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.309354+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.309556+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.309745+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.309961+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.310231+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.310572+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.310940+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.311203+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.311707+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.312644+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.313666+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.313997+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-23T23:29:10.763 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.314344+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-23T23:29:10.764 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.314686+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2024-01-23T23:29:10.764 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.315026+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2024-01-23T23:29:10.764 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.315394+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-23T23:29:10.764 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.315742+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-23T23:29:10.764 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.316066+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-23T23:29:10.764 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.316399+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-23T23:29:10.764 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.316759+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-23T23:29:10.764 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.317094+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-23T23:29:10.764 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.317433+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.317771+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.318084+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.318404+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.318736+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.319046+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.319359+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.319674+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.319989+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.320300+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.320621+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.320939+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: cluster 2024-01-23T23:29:10.347169+0000 mon.a (mon.0) 928 : cluster [INF] Manager daemon y is now available 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.360896+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:29:10.765 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[38667]: audit 2024-01-23T23:29:10.364420+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-23T23:29:10.766 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.314686+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2024-01-23T23:29:10.766 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.315026+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2024-01-23T23:29:10.766 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.315394+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-23T23:29:10.766 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.315742+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-23T23:29:10.766 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.316066+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-23T23:29:10.766 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.316399+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-23T23:29:10.766 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.316759+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-23T23:29:10.766 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.317094+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-23T23:29:10.766 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.317433+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-23T23:29:10.766 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.317771+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.318084+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.318404+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.318736+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.319046+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.319359+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.319674+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.319989+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.320300+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.320621+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.320939+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: cluster 2024-01-23T23:29:10.347169+0000 mon.a (mon.0) 928 : cluster [INF] Manager daemon y is now available 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.360896+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:29:10.767 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:10 smithi037 bash[35265]: audit 2024-01-23T23:29:10.364420+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-23T23:29:10.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.306822+0000 mon.a (mon.0) 890 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:29:10.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.306984+0000 mon.a (mon.0) 891 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:29:10.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.307157+0000 mon.a (mon.0) 892 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:29:10.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.308902+0000 mon.a (mon.0) 893 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:29:10.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.309148+0000 mon.a (mon.0) 894 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:29:10.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.309354+0000 mon.a (mon.0) 895 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:29:10.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.309556+0000 mon.a (mon.0) 896 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:29:10.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.309745+0000 mon.a (mon.0) 897 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.309961+0000 mon.a (mon.0) 898 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.310231+0000 mon.a (mon.0) 899 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.310572+0000 mon.a (mon.0) 900 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.310940+0000 mon.a (mon.0) 901 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.311203+0000 mon.a (mon.0) 902 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.311707+0000 mon.a (mon.0) 903 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.312644+0000 mon.a (mon.0) 904 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.313666+0000 mon.a (mon.0) 905 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.313997+0000 mon.a (mon.0) 906 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.314344+0000 mon.a (mon.0) 907 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.314686+0000 mon.a (mon.0) 908 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.315026+0000 mon.a (mon.0) 909 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.315394+0000 mon.a (mon.0) 910 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.315742+0000 mon.a (mon.0) 911 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-23T23:29:10.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.316066+0000 mon.a (mon.0) 912 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.316399+0000 mon.a (mon.0) 913 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.316759+0000 mon.a (mon.0) 914 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.317094+0000 mon.a (mon.0) 915 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.317433+0000 mon.a (mon.0) 916 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.317771+0000 mon.a (mon.0) 917 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.318084+0000 mon.a (mon.0) 918 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.318404+0000 mon.a (mon.0) 919 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.318736+0000 mon.a (mon.0) 920 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.319046+0000 mon.a (mon.0) 921 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.319359+0000 mon.a (mon.0) 922 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.319674+0000 mon.a (mon.0) 923 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.319989+0000 mon.a (mon.0) 924 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.320300+0000 mon.a (mon.0) 925 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-23T23:29:10.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.320621+0000 mon.a (mon.0) 926 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:29:10.856 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.320939+0000 mon.a (mon.0) 927 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:29:10.856 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: cluster 2024-01-23T23:29:10.347169+0000 mon.a (mon.0) 928 : cluster [INF] Manager daemon y is now available 2024-01-23T23:29:10.856 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.360896+0000 mon.a (mon.0) 929 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]: dispatch 2024-01-23T23:29:10.856 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:10 smithi079 bash[35301]: audit 2024-01-23T23:29:10.364420+0000 mon.a (mon.0) 930 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/inventory","val":"{\"smithi037\": {\"hostname\": \"smithi037\", \"addr\": \"172.21.15.37\", \"labels\": [], \"status\": \"\"}, \"smithi079\": {\"hostname\": \"smithi079\", \"addr\": \"172.21.15.79\", \"labels\": [], \"status\": \"\"}}"}]': finished 2024-01-23T23:29:10.932 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch ps' 2024-01-23T23:29:11.452 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[35265]: cephadm 2024-01-23T23:29:10.360431+0000 mgr.y (mgr.14859) 1 : cephadm [INF] inventory: adjusted host smithi079 addr 'smithi079' -> '172.21.15.79' 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[35265]: cluster 2024-01-23T23:29:10.404799+0000 mon.a (mon.0) 931 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[35265]: audit 2024-01-23T23:29:10.409815+0000 mgr.y (mgr.14859) 2 : audit [DBG] from='client.14871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[35265]: cluster 2024-01-23T23:29:10.410757+0000 mgr.y (mgr.14859) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[35265]: audit 2024-01-23T23:29:10.476409+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[35265]: audit 2024-01-23T23:29:10.477868+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[35265]: audit 2024-01-23T23:29:10.520158+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[35265]: audit 2024-01-23T23:29:10.525537+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[35265]: audit 2024-01-23T23:29:10.695405+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[35265]: audit 2024-01-23T23:29:10.702946+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[38667]: cephadm 2024-01-23T23:29:10.360431+0000 mgr.y (mgr.14859) 1 : cephadm [INF] inventory: adjusted host smithi079 addr 'smithi079' -> '172.21.15.79' 2024-01-23T23:29:11.453 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[38667]: cluster 2024-01-23T23:29:10.404799+0000 mon.a (mon.0) 931 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2024-01-23T23:29:11.454 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[38667]: audit 2024-01-23T23:29:10.409815+0000 mgr.y (mgr.14859) 2 : audit [DBG] from='client.14871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:29:11.454 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[38667]: cluster 2024-01-23T23:29:10.410757+0000 mgr.y (mgr.14859) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:11.454 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[38667]: audit 2024-01-23T23:29:10.476409+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:11.454 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[38667]: audit 2024-01-23T23:29:10.477868+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:11.454 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[38667]: audit 2024-01-23T23:29:10.520158+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:29:11.454 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[38667]: audit 2024-01-23T23:29:10.525537+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-23T23:29:11.454 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[38667]: audit 2024-01-23T23:29:10.695405+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:11.454 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:11 smithi037 bash[38667]: audit 2024-01-23T23:29:10.702946+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:11 smithi079 bash[35301]: cephadm 2024-01-23T23:29:10.360431+0000 mgr.y (mgr.14859) 1 : cephadm [INF] inventory: adjusted host smithi079 addr 'smithi079' -> '172.21.15.79' 2024-01-23T23:29:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:11 smithi079 bash[35301]: cluster 2024-01-23T23:29:10.404799+0000 mon.a (mon.0) 931 : cluster [DBG] mgrmap e23: y(active, since 6s), standbys: x 2024-01-23T23:29:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:11 smithi079 bash[35301]: audit 2024-01-23T23:29:10.409815+0000 mgr.y (mgr.14859) 2 : audit [DBG] from='client.14871 -' entity='client.admin' cmd=[{"prefix": "orch upgrade status", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:29:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:11 smithi079 bash[35301]: cluster 2024-01-23T23:29:10.410757+0000 mgr.y (mgr.14859) 3 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:11 smithi079 bash[35301]: audit 2024-01-23T23:29:10.476409+0000 mon.a (mon.0) 932 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:11 smithi079 bash[35301]: audit 2024-01-23T23:29:10.477868+0000 mon.a (mon.0) 933 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:11 smithi079 bash[35301]: audit 2024-01-23T23:29:10.520158+0000 mon.a (mon.0) 934 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:29:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:11 smithi079 bash[35301]: audit 2024-01-23T23:29:10.525537+0000 mon.a (mon.0) 935 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-23T23:29:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:11 smithi079 bash[35301]: audit 2024-01-23T23:29:10.695405+0000 mon.a (mon.0) 936 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:11 smithi079 bash[35301]: audit 2024-01-23T23:29:10.702946+0000 mon.a (mon.0) 937 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:12.934 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-23T23:29:12.934 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.a smithi037 running (37s) 11s ago 5m 17.6M - 0.26.0 9f27df16978d 5794651c180b 2024-01-23T23:29:12.934 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.a smithi079 running (4m) 10s ago 4m 33.6M - 6.6.2 87a51ecf0b1c 990883b140d1 2024-01-23T23:29:12.934 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.x smithi079 running (70s) 10s ago 7m 430M - 16.2.14-449-ga70aebef 377ff36742d8 d549bfec9c3f 2024-01-23T23:29:12.934 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.y smithi037 *:8443 running (14s) 11s ago 8m 50.3M - 16.2.14-449-ga70aebef 377ff36742d8 7703eedc4957 2024-01-23T23:29:12.934 INFO:teuthology.orchestra.run.smithi037.stdout:mon.a smithi037 running (8m) 11s ago 8m 219M 2048M 15.2.0 204a01f9b0b6 71534e380873 2024-01-23T23:29:12.934 INFO:teuthology.orchestra.run.smithi037.stdout:mon.b smithi079 running (7m) 10s ago 7m 201M 2048M 15.2.0 204a01f9b0b6 aa000c6951b0 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:mon.c smithi037 running (7m) 11s ago 7m 196M 2048M 15.2.0 204a01f9b0b6 d52c726076a7 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.a smithi037 running (5m) 11s ago 5m 10.9M - 1.7.0 72c9c2088986 c00c5f4edb14 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.b smithi079 running (5m) 10s ago 5m 11.0M - 1.7.0 72c9c2088986 19f462049936 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (7m) 11s ago 7m 73.1M 4096M 15.2.0 204a01f9b0b6 6727d9b671c8 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (6m) 11s ago 7m 74.2M 4096M 15.2.0 204a01f9b0b6 5a2918d01f42 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (6m) 11s ago 6m 59.1M 4096M 15.2.0 204a01f9b0b6 96b4312b842e 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (6m) 11s ago 6m 78.2M 4096M 15.2.0 204a01f9b0b6 035730ebccbf 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi079 running (6m) 10s ago 6m 74.2M 4096M 15.2.0 204a01f9b0b6 48aff1b48047 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi079 running (5m) 10s ago 6m 73.3M 4096M 15.2.0 204a01f9b0b6 f7c27cf7b692 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi079 running (5m) 10s ago 5m 67.8M 4096M 15.2.0 204a01f9b0b6 188ab6b29980 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi079 running (5m) 10s ago 5m 73.4M 4096M 15.2.0 204a01f9b0b6 92bf85850c75 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.a smithi079 running (29s) 10s ago 5m 34.2M - 2.49.1 2a72b385beaf ca83f9279e07 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi037.rkvbso smithi037 running (4m) 11s ago 4m 54.9M - 15.2.0 204a01f9b0b6 8482607f0c04 2024-01-23T23:29:12.935 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi079.atwyor smithi079 running (4m) 10s ago 4m 52.7M - 15.2.0 204a01f9b0b6 f7c1aabeecfd 2024-01-23T23:29:13.246 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: cluster 2024-01-23T23:29:12.310603+0000 mgr.y (mgr.14859) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:13.246 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.923561+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-23T23:29:13.246 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.923946+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-23T23:29:13.246 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.924260+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.246 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.924584+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.246 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.924888+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.925185+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.926813+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.927122+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.927428+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.927740+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[38667]: audit 2024-01-23T23:29:12.928043+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: cluster 2024-01-23T23:29:12.310603+0000 mgr.y (mgr.14859) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.923561+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.923946+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.924260+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.924584+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.924888+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.247 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.925185+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.248 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.926813+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-23T23:29:13.248 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.927122+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.248 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.927428+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.248 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.927740+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.248 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:13 smithi037 bash[35265]: audit 2024-01-23T23:29:12.928043+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.325 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph versions' 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: cluster 2024-01-23T23:29:12.310603+0000 mgr.y (mgr.14859) 4 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.923561+0000 mon.a (mon.0) 938 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.923946+0000 mon.a (mon.0) 939 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.924260+0000 mon.a (mon.0) 940 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.924584+0000 mon.a (mon.0) 941 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.924888+0000 mon.a (mon.0) 942 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.925185+0000 mon.a (mon.0) 943 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.926813+0000 mon.a (mon.0) 944 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.927122+0000 mon.a (mon.0) 945 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.927428+0000 mon.a (mon.0) 946 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.927740+0000 mon.a (mon.0) 947 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:13.532 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:13 smithi079 bash[35301]: audit 2024-01-23T23:29:12.928043+0000 mon.a (mon.0) 948 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:14.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:14 smithi079 bash[35301]: audit 2024-01-23T23:29:12.921303+0000 mgr.y (mgr.14859) 5 : audit [DBG] from='client.24808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:29:14.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:14 smithi079 bash[35301]: cluster 2024-01-23T23:29:13.192250+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-23T23:29:14.484 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:14 smithi037 bash[38667]: audit 2024-01-23T23:29:12.921303+0000 mgr.y (mgr.14859) 5 : audit [DBG] from='client.24808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:29:14.485 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:14 smithi037 bash[38667]: cluster 2024-01-23T23:29:13.192250+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-23T23:29:14.485 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:14 smithi037 bash[35265]: audit 2024-01-23T23:29:12.921303+0000 mgr.y (mgr.14859) 5 : audit [DBG] from='client.24808 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:29:14.485 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:14 smithi037 bash[35265]: cluster 2024-01-23T23:29:13.192250+0000 mon.a (mon.0) 949 : cluster [DBG] mgrmap e24: y(active, since 8s), standbys: x 2024-01-23T23:29:14.964 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:29:14.964 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2024-01-23T23:29:14.964 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 3 2024-01-23T23:29:14.964 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 2 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": {}, 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: "rgw": { 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 13, 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 2 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:29:14.965 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:29:15.350 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'echo "wait for servicemap items w/ changing names to refresh"' 2024-01-23T23:29:15.600 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:15 smithi037 bash[35265]: cluster 2024-01-23T23:29:14.310919+0000 mgr.y (mgr.14859) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:15.600 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:15 smithi037 bash[35265]: audit 2024-01-23T23:29:14.946364+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 408944640, \"cpu_percentage\": \"20.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943094Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:14.944451Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:15.600 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:15 smithi037 bash[35265]: audit 2024-01-23T23:29:14.949882+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 408944640, \"cpu_percentage\": \"20.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943094Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:14.944451Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:15.601 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:15 smithi037 bash[35265]: audit 2024-01-23T23:29:14.963287+0000 mon.a (mon.0) 952 : audit [DBG] from='client.? 172.21.15.37:0/740265025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:29:15.601 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:15 smithi037 bash[38667]: cluster 2024-01-23T23:29:14.310919+0000 mgr.y (mgr.14859) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:15.601 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:15 smithi037 bash[38667]: audit 2024-01-23T23:29:14.946364+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 408944640, \"cpu_percentage\": \"20.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943094Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:14.944451Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:15.601 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:15 smithi037 bash[38667]: audit 2024-01-23T23:29:14.949882+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 408944640, \"cpu_percentage\": \"20.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943094Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:14.944451Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:15.601 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:15 smithi037 bash[38667]: audit 2024-01-23T23:29:14.963287+0000 mon.a (mon.0) 952 : audit [DBG] from='client.? 172.21.15.37:0/740265025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:29:15.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:15 smithi079 bash[35301]: cluster 2024-01-23T23:29:14.310919+0000 mgr.y (mgr.14859) 6 : cluster [DBG] pgmap v5: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:15.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:15 smithi079 bash[35301]: audit 2024-01-23T23:29:14.946364+0000 mon.a (mon.0) 950 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 408944640, \"cpu_percentage\": \"20.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943094Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:14.944451Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:15.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:15 smithi079 bash[35301]: audit 2024-01-23T23:29:14.949882+0000 mon.a (mon.0) 951 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"d549bfec9c3f\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph:a70aebef70df6ec2d957347ccbfc484e0573dd5f\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 408944640, \"cpu_percentage\": \"20.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943094Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:28:02.683995Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:27:48.712210Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:14.944451Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:15.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:15 smithi079 bash[35301]: audit 2024-01-23T23:29:14.963287+0000 mon.a (mon.0) 952 : audit [DBG] from='client.? 172.21.15.37:0/740265025' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:29:16.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.216609+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.216939+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.217218+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.217486+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.217761+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.218016+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.218268+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.201 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.218520+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.218787+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.374382+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 243584204, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372161Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"55.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:15.372302Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 217684377, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372377Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372454Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372525Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63543705, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372591Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372657Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372722Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18528337, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372787Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58384711, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372851Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:15.372962Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.377811+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 243584204, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372161Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"55.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:15.372302Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 217684377, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372377Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372454Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372525Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63543705, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372591Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372657Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372722Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18528337, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372787Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58384711, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372851Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:15.372962Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.726342+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.726884+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.727152+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.727381+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.727628+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.727849+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.728094+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.728315+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.728558+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.202 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.729679+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:16.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.732417+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:29:16.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.737555+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:16.203 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[35265]: audit 2024-01-23T23:29:15.738352+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:16.203 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.216609+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.216939+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.217218+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.217486+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.217761+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.218016+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.218268+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.218520+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.218787+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.374382+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 243584204, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372161Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"55.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:15.372302Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 217684377, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372377Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372454Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372525Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63543705, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372591Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372657Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372722Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18528337, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372787Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58384711, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372851Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:15.372962Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.377811+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 243584204, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372161Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"55.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:15.372302Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 217684377, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372377Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372454Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372525Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63543705, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372591Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372657Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372722Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18528337, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372787Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58384711, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372851Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:15.372962Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.726342+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.204 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.726884+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.727152+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.727381+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.727628+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.727849+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.728094+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.728315+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.728558+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.729679+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.732417+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.737555+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:16.205 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:16 smithi037 bash[38667]: audit 2024-01-23T23:29:15.738352+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:16.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.216609+0000 mon.a (mon.0) 953 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.216939+0000 mon.a (mon.0) 954 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.217218+0000 mon.a (mon.0) 955 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.217486+0000 mon.a (mon.0) 956 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.217761+0000 mon.a (mon.0) 957 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.218016+0000 mon.a (mon.0) 958 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.218268+0000 mon.a (mon.0) 959 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.218520+0000 mon.a (mon.0) 960 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.344 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.218787+0000 mon.a (mon.0) 961 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.374382+0000 mon.a (mon.0) 962 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 243584204, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372161Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"55.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:15.372302Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 217684377, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372377Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372454Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372525Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63543705, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372591Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372657Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372722Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18528337, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372787Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58384711, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372851Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:15.372962Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.377811+0000 mon.a (mon.0) 963 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"container_id\": \"71534e380873\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 243584204, \"cpu_percentage\": \"2.36%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372161Z\", \"created\": \"2024-01-23T23:20:13.541279Z\", \"started\": \"2024-01-23T23:20:16.788034Z\"}, \"mgr.y\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"y\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.y\", \"hostname\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"55.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:15.372302Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 217684377, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372377Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372454Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372525Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63543705, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372591Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372657Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372722Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18528337, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372787Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58384711, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372851Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:28.806781Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:15.372962Z\", \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.726342+0000 mon.a (mon.0) 964 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.726884+0000 mon.a (mon.0) 965 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.727152+0000 mon.a (mon.0) 966 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.727381+0000 mon.a (mon.0) 967 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.727628+0000 mon.a (mon.0) 968 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.727849+0000 mon.a (mon.0) 969 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.728094+0000 mon.a (mon.0) 970 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.728315+0000 mon.a (mon.0) 971 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.728558+0000 mon.a (mon.0) 972 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:29:16.345 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.729679+0000 mon.a (mon.0) 973 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:16.346 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.732417+0000 mon.a (mon.0) 974 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:29:16.346 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.737555+0000 mon.a (mon.0) 975 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:16.346 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:16 smithi079 bash[35301]: audit 2024-01-23T23:29:15.738352+0000 mon.a (mon.0) 976 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:16.480 INFO:teuthology.orchestra.run.smithi037.stdout:wait for servicemap items w/ changing names to refresh 2024-01-23T23:29:16.890 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'sleep 60' 2024-01-23T23:29:17.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:17 smithi079 bash[35301]: cluster 2024-01-23T23:29:16.311603+0000 mgr.y (mgr.14859) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:17.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:17 smithi079 bash[35301]: audit 2024-01-23T23:29:16.737645+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:29:17.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:17 smithi079 bash[35301]: audit 2024-01-23T23:29:16.738365+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:29:17.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:17 smithi079 bash[35301]: audit 2024-01-23T23:29:16.739010+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:29:17.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:17 smithi079 bash[35301]: audit 2024-01-23T23:29:16.739896+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-23T23:29:17.587 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:17 smithi037 bash[38667]: cluster 2024-01-23T23:29:16.311603+0000 mgr.y (mgr.14859) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:17.587 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:17 smithi037 bash[38667]: audit 2024-01-23T23:29:16.737645+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:29:17.587 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:17 smithi037 bash[38667]: audit 2024-01-23T23:29:16.738365+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:29:17.587 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:17 smithi037 bash[38667]: audit 2024-01-23T23:29:16.739010+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:29:17.588 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:17 smithi037 bash[38667]: audit 2024-01-23T23:29:16.739896+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-23T23:29:17.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:17 smithi037 bash[35265]: cluster 2024-01-23T23:29:16.311603+0000 mgr.y (mgr.14859) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:17.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:17 smithi037 bash[35265]: audit 2024-01-23T23:29:16.737645+0000 mon.a (mon.0) 977 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:29:17.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:17 smithi037 bash[35265]: audit 2024-01-23T23:29:16.738365+0000 mon.a (mon.0) 978 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:29:17.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:17 smithi037 bash[35265]: audit 2024-01-23T23:29:16.739010+0000 mon.a (mon.0) 979 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:29:17.588 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:17 smithi037 bash[35265]: audit 2024-01-23T23:29:16.739896+0000 mon.a (mon.0) 980 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-23T23:29:18.103 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:17 smithi079 systemd[1]: Stopping Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:29:18.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:18 smithi079 bash[35301]: cephadm 2024-01-23T23:29:16.737250+0000 mgr.y (mgr.14859) 8 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-23T23:29:18.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:18 smithi079 bash[35301]: cephadm 2024-01-23T23:29:16.739536+0000 mgr.y (mgr.14859) 9 : cephadm [INF] Deploying daemon mgr.x on smithi079 2024-01-23T23:29:18.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:18 smithi037 bash[35265]: cephadm 2024-01-23T23:29:16.737250+0000 mgr.y (mgr.14859) 8 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-23T23:29:18.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:18 smithi037 bash[35265]: cephadm 2024-01-23T23:29:16.739536+0000 mgr.y (mgr.14859) 9 : cephadm [INF] Deploying daemon mgr.x on smithi079 2024-01-23T23:29:18.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:18 smithi037 bash[38667]: cephadm 2024-01-23T23:29:16.737250+0000 mgr.y (mgr.14859) 8 : cephadm [INF] Upgrade: Updating mgr.x 2024-01-23T23:29:18.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:18 smithi037 bash[38667]: cephadm 2024-01-23T23:29:16.739536+0000 mgr.y (mgr.14859) 9 : cephadm [INF] Deploying daemon mgr.x on smithi079 2024-01-23T23:29:19.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:19 smithi079 bash[35301]: cluster 2024-01-23T23:29:18.311949+0000 mgr.y (mgr.14859) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:19.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:19 smithi037 bash[35265]: cluster 2024-01-23T23:29:18.311949+0000 mgr.y (mgr.14859) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:19.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:19 smithi037 bash[38667]: cluster 2024-01-23T23:29:18.311949+0000 mgr.y (mgr.14859) 10 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:21.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:21 smithi037 bash[35265]: cluster 2024-01-23T23:29:20.312528+0000 mgr.y (mgr.14859) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:21.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:21 smithi037 bash[38667]: cluster 2024-01-23T23:29:20.312528+0000 mgr.y (mgr.14859) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:21 smithi079 bash[35301]: cluster 2024-01-23T23:29:20.312528+0000 mgr.y (mgr.14859) 11 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:23.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:23 smithi079 bash[35301]: cluster 2024-01-23T23:29:22.313190+0000 mgr.y (mgr.14859) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:23.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:23 smithi037 bash[35265]: cluster 2024-01-23T23:29:22.313190+0000 mgr.y (mgr.14859) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:23.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:23 smithi037 bash[38667]: cluster 2024-01-23T23:29:22.313190+0000 mgr.y (mgr.14859) 12 : cluster [DBG] pgmap v9: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:25.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:25 smithi037 bash[35265]: cluster 2024-01-23T23:29:24.313740+0000 mgr.y (mgr.14859) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:25.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:25 smithi037 bash[38667]: cluster 2024-01-23T23:29:24.313740+0000 mgr.y (mgr.14859) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:25.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:25 smithi079 bash[35301]: cluster 2024-01-23T23:29:24.313740+0000 mgr.y (mgr.14859) 13 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:27.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:27 smithi037 bash[35265]: cluster 2024-01-23T23:29:26.314557+0000 mgr.y (mgr.14859) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:27.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:27 smithi037 bash[38667]: cluster 2024-01-23T23:29:26.314557+0000 mgr.y (mgr.14859) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:27.800 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:27 smithi079 bash[35301]: cluster 2024-01-23T23:29:26.314557+0000 mgr.y (mgr.14859) 14 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:28.103 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:27 smithi079 bash[53633]: time="2024-01-23T23:29:27Z" level=warning msg="StopSignal SIGTERM failed to stop container ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.x in 10 seconds, resorting to SIGKILL" 2024-01-23T23:29:28.373 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:28 smithi079 bash[53633]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.x 2024-01-23T23:29:28.716 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:28 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.x.service: Main process exited, code=exited, status=137/n/a 2024-01-23T23:29:28.716 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:28 smithi079 bash[53693]: Error: no container with name or ID "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.x" found: no such container 2024-01-23T23:29:29.075 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:28 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.x.service: Failed with result 'exit-code'. 2024-01-23T23:29:29.075 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:28 smithi079 systemd[1]: Stopped Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:29:29.075 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:28 smithi079 systemd[1]: Starting Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:29:29.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:29 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:29.178+0000 7fd491160700 1 -- 172.21.15.79:0/1671881804 <== mon.2 v2:172.21.15.79:3300/0 4 ==== auth_reply(proto 2 0 (0) Success) v1 ==== 194+0+0 (secure 0 0 0) 0x56218aeac4e0 con 0x56218ae81000 2024-01-23T23:29:29.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:29 smithi079 bash[53830]: e6eb56ffdac64ae4ac60c442aa03e7a179af4cdd7ca325ec17b659c89b90b512 2024-01-23T23:29:29.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:29 smithi079 systemd[1]: Started Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:29:29.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:29 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:29.307+0000 7fd4a1758680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-23T23:29:29.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:29 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:29.393+0000 7fd4a1758680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-23T23:29:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:29 smithi079 bash[35301]: cluster 2024-01-23T23:29:28.315007+0000 mgr.y (mgr.14859) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:29 smithi079 bash[35301]: audit 2024-01-23T23:29:29.246521+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:29 smithi079 bash[35301]: audit 2024-01-23T23:29:29.250311+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:29 smithi079 bash[35301]: audit 2024-01-23T23:29:29.251332+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:29.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:29 smithi079 bash[35301]: audit 2024-01-23T23:29:29.253139+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:29.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:29 smithi037 bash[35265]: cluster 2024-01-23T23:29:28.315007+0000 mgr.y (mgr.14859) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:29.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:29 smithi037 bash[38667]: cluster 2024-01-23T23:29:28.315007+0000 mgr.y (mgr.14859) 15 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:29.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:29 smithi037 bash[35265]: audit 2024-01-23T23:29:29.246521+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:29.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:29 smithi037 bash[38667]: audit 2024-01-23T23:29:29.246521+0000 mon.a (mon.0) 981 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:29.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:29 smithi037 bash[35265]: audit 2024-01-23T23:29:29.250311+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:29.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:29 smithi037 bash[35265]: audit 2024-01-23T23:29:29.251332+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:29.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:29 smithi037 bash[35265]: audit 2024-01-23T23:29:29.253139+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:29.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:29 smithi037 bash[38667]: audit 2024-01-23T23:29:29.250311+0000 mon.a (mon.0) 982 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 224395264, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.942859Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"status\": 2, \"status_desc\": \"starting\", \"is_active\": false, \"ports\": [8443]}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943246Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943389Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 72729231, \"cpu_percentage\": \"0.55%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943543Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 79136030, \"cpu_percentage\": \"0.64%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943682Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36008099, \"cpu_percentage\": \"1.02%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.943821Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\", \"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\"], \"memory_usage\": 11817451, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.943952Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35274096, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:14.944084Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\", \"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\"], \"memory_usage\": 56748933, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:14.944224Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:29.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:29 smithi037 bash[38667]: audit 2024-01-23T23:29:29.251332+0000 mon.a (mon.0) 983 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:29.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:29 smithi037 bash[38667]: audit 2024-01-23T23:29:29.253139+0000 mon.a (mon.0) 984 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:30.010 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:29 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:29.802+0000 7fd4a1758680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-23T23:29:30.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:30 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:30.594+0000 7fd4a1758680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-23T23:29:30.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:30 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:30.688+0000 7fd4a1758680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-23T23:29:31.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:30 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:30.921+0000 7fd4a1758680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-23T23:29:31.771 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:31 smithi079 bash[35301]: cluster 2024-01-23T23:29:30.315387+0000 mgr.y (mgr.14859) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:31.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:31 smithi037 bash[35265]: cluster 2024-01-23T23:29:30.315387+0000 mgr.y (mgr.14859) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:31.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:31 smithi037 bash[38667]: cluster 2024-01-23T23:29:30.315387+0000 mgr.y (mgr.14859) 16 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:32.026 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:31 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:31.973+0000 7fd4a1758680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-23T23:29:32.286 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:32 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:32.109+0000 7fd4a1758680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:29:32.286 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:32 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:32.192+0000 7fd4a1758680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-23T23:29:32.287 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:32 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:32.284+0000 7fd4a1758680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-23T23:29:32.561 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:32 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:32.497+0000 7fd4a1758680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-23T23:29:32.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:32 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:32.791+0000 7fd4a1758680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-23T23:29:33.191 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:32 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:32.897+0000 7fd4a1758680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-23T23:29:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: cluster 2024-01-23T23:29:32.316115+0000 mgr.y (mgr.14859) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:33.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.031552+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223136972, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029119Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"e6eb56ffdac6\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 42068869, \"cpu_percentage\": \"109.85%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:33.029311Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:29:28.962259Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80887152, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029410Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79660318, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029521Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73484206, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029607Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80205578, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029691Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36071014, \"cpu_percentage\": \"0.81%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029776Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029857Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35399925, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029937Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.030019Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:33.030172Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.035518+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223136972, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029119Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"e6eb56ffdac6\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 42068869, \"cpu_percentage\": \"109.85%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:33.029311Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:29:28.962259Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80887152, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029410Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79660318, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029521Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73484206, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029607Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80205578, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029691Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36071014, \"cpu_percentage\": \"0.81%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029776Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029857Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35399925, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029937Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.030019Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:33.030172Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.037450+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.042660+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.048773+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.049939+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.051493+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.052490+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]: dispatch 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.058988+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]': finished 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.059910+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.064046+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.064916+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.069187+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.070398+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-23T23:29:33.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:33 smithi079 bash[35301]: audit 2024-01-23T23:29:33.071152+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-23T23:29:33.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: cluster 2024-01-23T23:29:32.316115+0000 mgr.y (mgr.14859) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:33.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: cluster 2024-01-23T23:29:32.316115+0000 mgr.y (mgr.14859) 17 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:33.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.031552+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223136972, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029119Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"e6eb56ffdac6\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 42068869, \"cpu_percentage\": \"109.85%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:33.029311Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:29:28.962259Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80887152, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029410Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79660318, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029521Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73484206, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029607Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80205578, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029691Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36071014, \"cpu_percentage\": \"0.81%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029776Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029857Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35399925, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029937Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.030019Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:33.030172Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.031552+0000 mon.a (mon.0) 985 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223136972, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029119Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"e6eb56ffdac6\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 42068869, \"cpu_percentage\": \"109.85%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:33.029311Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:29:28.962259Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80887152, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029410Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79660318, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029521Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73484206, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029607Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80205578, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029691Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36071014, \"cpu_percentage\": \"0.81%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029776Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029857Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35399925, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029937Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.030019Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:33.030172Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.035518+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223136972, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029119Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"e6eb56ffdac6\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 42068869, \"cpu_percentage\": \"109.85%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:33.029311Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:29:28.962259Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80887152, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029410Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79660318, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029521Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73484206, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029607Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80205578, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029691Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36071014, \"cpu_percentage\": \"0.81%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029776Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029857Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35399925, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029937Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.030019Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:33.030172Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.037450+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.042660+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.048773+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.049939+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.051493+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.052490+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]: dispatch 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.058988+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]': finished 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.059910+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.064046+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.064916+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-23T23:29:33.628 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.069187+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.035518+0000 mon.a (mon.0) 986 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi079","val":"{\"daemons\": {\"mon.b\": {\"daemon_type\": \"mon\", \"daemon_id\": \"b\", \"daemon_name\": \"mon.b\", \"hostname\": \"smithi079\", \"container_id\": \"aa000c6951b0\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 223136972, \"cpu_percentage\": \"1.18%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029119Z\", \"created\": \"2024-01-23T23:21:30.132237Z\", \"started\": \"2024-01-23T23:21:30.164313Z\"}, \"mgr.x\": {\"daemon_type\": \"mgr\", \"daemon_id\": \"x\", \"service_name\": \"mgr\", \"daemon_name\": \"mgr.x\", \"hostname\": \"smithi079\", \"container_id\": \"e6eb56ffdac6\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 42068869, \"cpu_percentage\": \"109.85%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:33.029311Z\", \"created\": \"2024-01-23T23:21:46.801841Z\", \"started\": \"2024-01-23T23:29:28.962259Z\"}, \"osd.4\": {\"daemon_type\": \"osd\", \"daemon_id\": \"4\", \"daemon_name\": \"osd.4\", \"hostname\": \"smithi079\", \"container_id\": \"48aff1b48047\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80887152, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029410Z\", \"created\": \"2024-01-23T23:22:51.663301Z\", \"started\": \"2024-01-23T23:23:05.638869Z\"}, \"osd.5\": {\"daemon_type\": \"osd\", \"daemon_id\": \"5\", \"daemon_name\": \"osd.5\", \"hostname\": \"smithi079\", \"container_id\": \"f7c27cf7b692\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79660318, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029521Z\", \"created\": \"2024-01-23T23:23:06.100958Z\", \"started\": \"2024-01-23T23:23:20.744560Z\"}, \"osd.6\": {\"daemon_type\": \"osd\", \"daemon_id\": \"6\", \"daemon_name\": \"osd.6\", \"hostname\": \"smithi079\", \"container_id\": \"188ab6b29980\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 73484206, \"cpu_percentage\": \"0.54%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029607Z\", \"created\": \"2024-01-23T23:23:21.132601Z\", \"started\": \"2024-01-23T23:23:34.999243Z\"}, \"osd.7\": {\"daemon_type\": \"osd\", \"daemon_id\": \"7\", \"daemon_name\": \"osd.7\", \"hostname\": \"smithi079\", \"container_id\": \"92bf85850c75\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 80205578, \"cpu_percentage\": \"0.63%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029691Z\", \"created\": \"2024-01-23T23:23:35.227267Z\", \"started\": \"2024-01-23T23:23:36.728956Z\"}, \"prometheus.a\": {\"daemon_type\": \"prometheus\", \"daemon_id\": \"a\", \"daemon_name\": \"prometheus.a\", \"hostname\": \"smithi079\", \"container_id\": \"ca83f9279e07\", \"container_image_id\": \"2a72b385beafd2b3685ad337d14d23f6851f0ff335c5cd9a04c692b3eb846196\", \"container_image_name\": \"docker.io/prom/prometheus:latest\", \"container_image_digests\": [\"docker.io/prom/prometheus@sha256:beb5e30ffba08d9ae8a7961b9a2145fc8af6296ff2a4f463df7cd722fcbfc789\", \"docker.io/prom/prometheus@sha256:d55cb26ce61c789179cd50fba2f11085424c73cbbabed561a3c2248ca12eb6ec\"], \"memory_usage\": 36071014, \"cpu_percentage\": \"0.81%\", \"version\": \"2.49.1\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029776Z\", \"created\": \"2024-01-23T23:23:56.782756Z\", \"started\": \"2024-01-23T23:28:43.645975Z\"}, \"node-exporter.b\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"b\", \"daemon_name\": \"node-exporter.b\", \"hostname\": \"smithi079\", \"container_id\": \"19f462049936\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 12572426, \"cpu_percentage\": \"0.37%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029857Z\", \"created\": \"2024-01-23T23:23:59.292696Z\", \"started\": \"2024-01-23T23:24:07.236720Z\"}, \"grafana.a\": {\"daemon_type\": \"grafana\", \"daemon_id\": \"a\", \"daemon_name\": \"grafana.a\", \"hostname\": \"smithi079\", \"container_id\": \"990883b140d1\", \"container_image_id\": \"87a51ecf0b1c9a7b187b21c1b071425dafea0d765a96d5bc371c791169b3d7f4\", \"container_image_name\": \"docker.io/ceph/ceph-grafana:latest\", \"container_image_digests\": [\"docker.io/ceph/ceph-grafana@sha256:f5ec32c0cf2585fc34af7f6be4d829a1ba6fe9c8eac6f4593d62f258dd718a8a\"], \"memory_usage\": 35399925, \"cpu_percentage\": \"0.50%\", \"version\": \"6.6.2\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.029937Z\", \"created\": \"2024-01-23T23:24:28.816996Z\", \"started\": \"2024-01-23T23:24:28.929644Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi079.atwyor\", \"daemon_name\": \"rgw.r.z.smithi079.atwyor\", \"hostname\": \"smithi079\", \"container_id\": \"f7c1aabeecfd\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 56822333, \"cpu_percentage\": \"0.17%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:33.030019Z\", \"created\": \"2024-01-23T23:24:53.007421Z\", \"started\": \"2024-01-23T23:24:53.038123Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.045833Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"7\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d131b750-2960-4bd0-883b-b2961ff806ea\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"4jMvIS-4IkV-UIu4-l5B2-N7Jp-X63w-Ptfc7P\"}, {\"name\": \"lv_2\", \"osd_id\": \"6\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"d3025912-d048-4d48-8f70-76d716786093\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"cyqkey-1WP4-Wa8E-GN4R-epsw-zXC6-RlvkpI\"}, {\"name\": \"lv_3\", \"osd_id\": \"5\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"a807528c-75c0-4556-b899-f0f4f3bd03cc\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"fAFP71-la6W-qGQu-t3dG-CTXD-Tv2V-mDULPB\"}, {\"name\": \"lv_4\", \"osd_id\": \"4\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"89a61245-c89b-42df-9915-c7bedcea44a4\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"xafDRF-A4La-w8Cc-cHEU-tCEY-7kkt-hna6MK\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_PHFT6204013G400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN06\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.045841Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W5QDP6\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:35.333807Z\"}, \"mgr.x\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:16.739430Z\"}, \"osd.4\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:02.254938Z\"}, \"osd.5\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:17.127004Z\"}, \"osd.6\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:31.665425Z\"}, \"osd.7\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:33.887576Z\"}, \"prometheus.a\": {\"deps\": [\"9283\", \"alertmanager.a\", \"mgr.x\", \"mgr.y\", \"node-exporter.a\", \"node-exporter.b\"], \"last_config\": \"2024-01-23T23:28:36.238629Z\"}, \"node-exporter.b\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.844120Z\"}, \"grafana.a\": {\"deps\": [\"prometheus.a\"], \"last_config\": \"2024-01-23T23:24:11.226651Z\"}, \"rgw.r.z.smithi079.atwyor\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:51.890324Z\"}}, \"last_daemon_update\": \"2024-01-23T23:29:33.030172Z\", \"last_device_update\": \"2024-01-23T23:23:38.799756Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:21:12.302465Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]': finished 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.037450+0000 mon.a (mon.0) 987 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]: dispatch 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.042660+0000 mon.a (mon.0) 988 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix":"config-key set","key":"mgr/cephadm/osd_remove_queue","val":"[]"}]': finished 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.048773+0000 mon.a (mon.0) 989 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.049939+0000 mon.a (mon.0) 990 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "mon_mds_skip_sanity", "value": "1", "who": "mon"}]: dispatch 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.051493+0000 mon.a (mon.0) 991 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.052490+0000 mon.a (mon.0) 992 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]: dispatch 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.058988+0000 mon.a (mon.0) 993 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mgr"}]': finished 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.059910+0000 mon.a (mon.0) 994 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]: dispatch 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.064046+0000 mon.a (mon.0) 995 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.x"}]': finished 2024-01-23T23:29:33.629 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.064916+0000 mon.a (mon.0) 996 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]: dispatch 2024-01-23T23:29:33.630 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.069187+0000 mon.a (mon.0) 997 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config rm", "name": "container_image", "who": "mgr.y"}]': finished 2024-01-23T23:29:33.630 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.070398+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-23T23:29:33.630 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[35265]: audit 2024-01-23T23:29:33.071152+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-23T23:29:33.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.070398+0000 mon.a (mon.0) 998 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-23T23:29:33.630 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:33 smithi037 bash[38667]: audit 2024-01-23T23:29:33.071152+0000 mon.a (mon.0) 999 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["a"]}]: dispatch 2024-01-23T23:29:33.997 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:33 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:33.647+0000 7fd4a1758680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-23T23:29:33.997 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:33 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:33.728+0000 7fd4a1758680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-23T23:29:33.997 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:33 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:33.820+0000 7fd4a1758680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-23T23:29:33.997 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:33 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:33.994+0000 7fd4a1758680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-23T23:29:34.193 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[38667]: cephadm 2024-01-23T23:29:33.052222+0000 mgr.y (mgr.14859) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[38667]: cephadm 2024-01-23T23:29:33.071664+0000 mgr.y (mgr.14859) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[38667]: audit 2024-01-23T23:29:33.977689+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[38667]: audit 2024-01-23T23:29:33.981648+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]': finished 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[38667]: audit 2024-01-23T23:29:33.982391+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[38667]: audit 2024-01-23T23:29:33.982901+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[38667]: audit 2024-01-23T23:29:33.983373+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[38667]: audit 2024-01-23T23:29:33.984167+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[35265]: cephadm 2024-01-23T23:29:33.052222+0000 mgr.y (mgr.14859) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[35265]: cephadm 2024-01-23T23:29:33.071664+0000 mgr.y (mgr.14859) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[35265]: audit 2024-01-23T23:29:33.977689+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-23T23:29:34.194 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[35265]: audit 2024-01-23T23:29:33.981648+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]': finished 2024-01-23T23:29:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[35265]: audit 2024-01-23T23:29:33.982391+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:29:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[35265]: audit 2024-01-23T23:29:33.982901+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:29:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[35265]: audit 2024-01-23T23:29:33.983373+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:29:34.195 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[35265]: audit 2024-01-23T23:29:33.984167+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-23T23:29:34.255 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:34 smithi079 bash[35301]: cephadm 2024-01-23T23:29:33.052222+0000 mgr.y (mgr.14859) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-23T23:29:34.255 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:34 smithi079 bash[35301]: cephadm 2024-01-23T23:29:33.071664+0000 mgr.y (mgr.14859) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-23T23:29:34.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:34 smithi079 bash[35301]: audit 2024-01-23T23:29:33.977689+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-23T23:29:34.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:34 smithi079 bash[35301]: audit 2024-01-23T23:29:33.981648+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]': finished 2024-01-23T23:29:34.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:34 smithi079 bash[35301]: audit 2024-01-23T23:29:33.982391+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:29:34.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:34 smithi079 bash[35301]: audit 2024-01-23T23:29:33.982901+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:29:34.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:34 smithi079 bash[35301]: audit 2024-01-23T23:29:33.983373+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:29:34.256 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:34 smithi079 bash[35301]: audit 2024-01-23T23:29:33.984167+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-23T23:29:34.520 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:34 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:34.253+0000 7fd4a1758680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-23T23:29:34.521 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:34 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:34.384+0000 7fd4a1758680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-23T23:29:34.521 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:34 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:34.518+0000 7fd4a1758680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:29:34.775 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:34 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:34.689+0000 7fd4a1758680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-23T23:29:34.994 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 systemd[1]: Stopping Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:29:34.994 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[35265]: debug 2024-01-23T23:29:34.991+0000 7f106dd3c700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:29:34.994 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:34 smithi037 bash[35265]: debug 2024-01-23T23:29:34.991+0000 7f106dd3c700 -1 mon.a@0(leader) e3 *** Got Signal Terminated *** 2024-01-23T23:29:35.103 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:34 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:34.773+0000 7fd4a1758680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-23T23:29:35.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:35 smithi037 bash[62613]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon.a 2024-01-23T23:29:36.010 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:35 smithi037 bash[62666]: Error: no container with name or ID "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon.a" found: no such container 2024-01-23T23:29:36.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a.service: Succeeded. 2024-01-23T23:29:36.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 systemd[1]: Stopped Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:29:36.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 systemd[1]: Starting Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:29:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 bash[62805]: f3cb7569edb3bb9e16a8f285b044b50b9271697e3f7a00dfefeaac40c3f6344e 2024-01-23T23:29:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.444+0000 7fc5f0590880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-23T23:29:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.444+0000 7fc5f0590880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-23T23:29:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.444+0000 7fc5f0590880 0 pidfile_write: ignore empty --pid-file 2024-01-23T23:29:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 systemd[1]: Started Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:29:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.449+0000 7fc5f0590880 0 load: jerasure load: lrc load: isa 2024-01-23T23:29:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: RocksDB version: 6.8.1 2024-01-23T23:29:36.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Compile date Jan 11 2024 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: DB SUMMARY 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: CURRENT file: CURRENT 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: MANIFEST file: MANIFEST-000008 size: 501 Bytes 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-a/store.db dir, Total Num: 1, files: 000019.sst 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-a/store.db: 000016.log size: 22315237 ; 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.error_if_exists: 0 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.create_if_missing: 0 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.paranoid_checks: 1 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.env: 0x5567368c4080 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.fs: Posix File System 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.info_log: 0x556738179a20 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.statistics: (nil) 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.use_fsync: 0 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_log_file_size: 0 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.allow_fallocate: 1 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-23T23:29:36.879 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.use_direct_reads: 0 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.db_log_dir: 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-a/store.db 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_subcompactions: 1 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_background_flushes: -1 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-23T23:29:36.880 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.write_buffer_manager: 0x556738e76390 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.unordered_write: 0 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.row_cache: None 2024-01-23T23:29:36.881 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.wal_filter: None 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.preserve_deletes: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.two_write_queues: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.atomic_flush: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.log_readahead_size: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_background_jobs: 2 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_background_compactions: -1 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-23T23:29:36.882 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_open_files: -1 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Compression algorithms supported: 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: kZSTD supported: 0 2024-01-23T23:29:36.883 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: kXpressCompression supported: 0 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: kLZ4Compression supported: 1 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: kBZip2Compression supported: 0 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: kZlibCompression supported: 1 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: kSnappyCompression supported: 1 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-a/store.db/MANIFEST-000008 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.merge_operator: 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_filter: None 2024-01-23T23:29:36.884 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x556738129d28) 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cache_index_and_filter_blocks: 1 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: pin_top_level_index_and_filter: 1 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: index_type: 0 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: data_block_index_type: 0 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: index_shortening: 1 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: data_block_hash_table_util_ratio: 0.750000 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: hash_index_allow_collision: 1 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: checksum: 1 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: no_block_cache: 0 2024-01-23T23:29:36.885 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: block_cache: 0x55673815ef10 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: block_cache_name: BinnedLRUCache 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: block_cache_options: 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: capacity : 536870912 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: num_shard_bits : 4 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: strict_capacity_limit : 0 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: high_pri_pool_ratio: 0.000 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: block_cache_compressed: (nil) 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: persistent_cache: (nil) 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: block_size: 4096 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: block_size_deviation: 10 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: block_restart_interval: 16 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: index_block_restart_interval: 1 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: metadata_block_size: 4096 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: partition_filters: 0 2024-01-23T23:29:36.886 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: use_delta_encoding: 1 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: whole_key_filtering: 1 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: verify_compression: 0 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: read_amp_bytes_per_bit: 0 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: format_version: 2 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: enable_index_compression: 1 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: block_align: 0 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compression: NoCompression 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-23T23:29:36.887 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.num_levels: 7 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-23T23:29:36.888 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-23T23:29:36.889 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-23T23:29:36.890 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-23T23:29:36.890 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-23T23:29:36.890 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-23T23:29:36.890 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.table_properties_collectors: 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.inplace_update_support: 0 2024-01-23T23:29:36.891 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.bloom_locality: 0 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.max_successive_merges: 0 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.ttl: 2592000 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.450+0000 7fc5f0590880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.451+0000 7fc5f0590880 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 21, last_sequence is 6336, log_number is 16,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.451+0000 7fc5f0590880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 16 2024-01-23T23:29:36.892 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.451+0000 7fc5f0590880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052576452644, "job": 1, "event": "recovery_started", "log_files": [16]} 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.451+0000 7fc5f0590880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #16 mode 2 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.469+0000 7fc5f0590880 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-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.498+0000 7fc5f0590880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052576499856, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 21, "file_size": 22060438, "table_properties": {"data_size": 22047124, "index_size": 11146, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 1349, "raw_key_size": 11002, "raw_average_key_size": 20, "raw_value_size": 22031289, "raw_average_value_size": 41964, "num_data_blocks": 352, "num_entries": 525, "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": 1706052576, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.498+0000 7fc5f0590880 4 rocksdb: [version_set.cc:3826] Creating manifest 22 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.500+0000 7fc5f0590880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052576501520, "job": 1, "event": "recovery_finished"} 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.502+0000 7fc5f0590880 4 rocksdb: DB pointer 0x556738227800 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.502+0000 7fc5d7385700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.502+0000 7fc5d7385700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ** DB Stats ** 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Uptime(secs): 0.1 total, 0.1 interval 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-23T23:29:36.893 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ** Compaction Stats [default] ** 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: L0 1/0 21.04 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 716.5 0.03 0.00 1 0.029 0 0 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: L6 1/0 55.37 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-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Sum 2/0 76.41 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 716.5 0.03 0.00 1 0.029 0 0 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 716.5 0.03 0.00 1 0.029 0 0 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ** Compaction Stats [default] ** 2024-01-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.894 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 716.5 0.03 0.00 1 0.029 0 0 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Uptime(secs): 0.1 total, 0.1 interval 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Flush(GB): cumulative 0.021, interval 0.021 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: AddFile(Total Files): cumulative 0, interval 0 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: AddFile(Keys): cumulative 0, interval 0 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Cumulative compaction: 0.02 GB write, 404.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Interval compaction: 0.02 GB write, 404.14 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ** File Read Latency Histogram By Level [default] ** 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ** Compaction Stats [default] ** 2024-01-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.895 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: L0 1/0 21.04 MB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 716.5 0.03 0.00 1 0.029 0 0 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: L6 1/0 55.37 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-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Sum 2/0 76.41 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 716.5 0.03 0.00 1 0.029 0 0 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ** Compaction Stats [default] ** 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 716.5 0.03 0.00 1 0.029 0 0 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Uptime(secs): 0.1 total, 0.0 interval 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Flush(GB): cumulative 0.021, interval 0.000 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: AddFile(Total Files): cumulative 0, interval 0 2024-01-23T23:29:36.896 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: AddFile(Keys): cumulative 0, interval 0 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: Cumulative compaction: 0.02 GB write, 403.89 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: ** File Read Latency Histogram By Level [default] ** 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.502+0000 7fc5f0590880 0 starting mon.a rank 0 at public addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] at bind addrs [v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0] mon_data /var/lib/ceph/mon/ceph-a fsid e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.503+0000 7fc5f0590880 1 mon.a@-1(???) e3 preinit fsid e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.503+0000 7fc5f0590880 0 mon.a@-1(???).mds e1 new map 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.503+0000 7fc5f0590880 0 mon.a@-1(???).mds e1 print_map 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: e1 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 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-23T23:29:36.897 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: legacy client fscid: -1 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: No filesystems configured 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.504+0000 7fc5f0590880 0 mon.a@-1(???).osd e79 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.504+0000 7fc5f0590880 0 mon.a@-1(???).osd e79 crush map has features 288514051259236352, adjusting msgr requires 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.504+0000 7fc5f0590880 0 mon.a@-1(???).osd e79 crush map has features 288514051259236352, adjusting msgr requires 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.504+0000 7fc5f0590880 0 mon.a@-1(???).osd e79 crush map has features 288514051259236352, adjusting msgr requires 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:29:33.052222+0000 mgr.y (mgr.14859) 18 : cephadm [INF] Upgrade: Setting container_image for all mgr 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:29:33.071664+0000 mgr.y (mgr.14859) 19 : cephadm [INF] Upgrade: It appears safe to stop mon.a 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:33.977689+0000 mon.a (mon.0) 1000 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]: dispatch 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:33.981648+0000 mon.a (mon.0) 1001 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd='[{"prefix": "config set", "name": "container_image", "value": "quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e", "who": "mon.a"}]': finished 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:33.982391+0000 mon.a (mon.0) 1002 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:33.982901+0000 mon.a (mon.0) 1003 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:33.983373+0000 mon.a (mon.0) 1004 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:29:36.898 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:33.984167+0000 mon.a (mon.0) 1005 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-23T23:29:36.899 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:36 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:29:36.504+0000 7fc5f0590880 1 mon.a@-1(???).paxosservice(auth 1..19) refresh upgraded, format 0 -> 3 2024-01-23T23:29:44.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:44 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: ignoring --setuser ceph since I am not root 2024-01-23T23:29:44.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:44 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: ignoring --setgroup ceph since I am not root 2024-01-23T23:29:44.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:44 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:44.724+0000 7f6699c70680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-23T23:29:44.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:44 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:44.805+0000 7f6699c70680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: audit 2024-01-23T23:29:34.997285+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: audit 2024-01-23T23:29:34.997410+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: audit 2024-01-23T23:29:34.997511+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:36.317163+0000 mgr.y (mgr.14859) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: audit 2024-01-23T23:29:36.495744+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"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\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"55.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:15.372302Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 217684377, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372377Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372454Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372525Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63543705, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372591Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372657Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372722Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18528337, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:15.372787Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58384711, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372851Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \"/dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:33.983767Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:38.317717+0000 mgr.y (mgr.14859) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:39.517569+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:40.318133+0000 mgr.y (mgr.14859) 25 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:42.318872+0000 mgr.y (mgr.14859) 26 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.319304+0000 mgr.y (mgr.14859) 27 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.530801+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.535416+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:29:44.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.548235+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-23T23:29:44.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.548283+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-23T23:29:44.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.549334+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 40s), standbys: x 2024-01-23T23:29:44.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.549932+0000 mon.a (mon.0) 7 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-01-23T23:29:44.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.558819+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x restarted 2024-01-23T23:29:44.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.558869+0000 mon.a (mon.0) 9 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:29:44.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.559175+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e25: y(active, since 40s), standbys: x 2024-01-23T23:29:44.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.559851+0000 mon.a (mon.0) 11 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-01-23T23:29:44.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.559870+0000 mon.a (mon.0) 12 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-01-23T23:29:44.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.559890+0000 mon.a (mon.0) 13 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0] is down (out of quorum) 2024-01-23T23:29:44.855 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:44 smithi079 bash[35301]: audit 2024-01-23T23:29:44.567349+0000 mon.a (mon.0) 14 : audit [INF] from='mgr.14859 ' entity='' 2024-01-23T23:29:44.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: ignoring --setuser ceph since I am not root 2024-01-23T23:29:44.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: ignoring --setgroup ceph since I am not root 2024-01-23T23:29:44.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:44.736+0000 7f2d94dde680 -1 mgr[py] Module alerts has missing NOTIFY_TYPES member 2024-01-23T23:29:44.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:44.821+0000 7f2d94dde680 -1 mgr[py] Module balancer has missing NOTIFY_TYPES member 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:34.997285+0000 mon.b (mon.2) 161 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:34.997410+0000 mon.b (mon.2) 162 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:34.997511+0000 mon.b (mon.2) 163 : audit [DBG] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:36.317163+0000 mgr.y (mgr.14859) 23 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:36.495744+0000 mon.b (mon.2) 164 : audit [INF] from='mgr.14859 172.21.15.37:0/1658468364' entity='mgr.y' cmd=[{"prefix":"config-key set","key":"mgr/cephadm/host.smithi037","val":"{\"daemons\": {\"mon.a\": {\"daemon_type\": \"mon\", \"daemon_id\": \"a\", \"service_name\": \"mon\", \"daemon_name\": \"mon.a\", \"hostname\": \"smithi037\", \"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\": \"smithi037\", \"container_id\": \"7703eedc4957\", \"container_image_id\": \"377ff36742d84303ba11817f77efd84764a4cf512b1f6cd6c67b185537c86718\", \"container_image_name\": \"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\", \"container_image_digests\": [\"quay.ceph.io/ceph-ci/ceph@sha256:03cebbcb5093d723ae3c0cb1ed662305909bd21ed66495ca95a0fbb33e52a87e\"], \"memory_usage\": 442289356, \"cpu_percentage\": \"55.18%\", \"version\": \"16.2.14-449-ga70aebef\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"ports\": [8443], \"last_refresh\": \"2024-01-23T23:29:15.372302Z\", \"created\": \"2024-01-23T23:20:17.878220Z\", \"started\": \"2024-01-23T23:28:58.198276Z\"}, \"mon.c\": {\"daemon_type\": \"mon\", \"daemon_id\": \"c\", \"daemon_name\": \"mon.c\", \"hostname\": \"smithi037\", \"container_id\": \"d52c726076a7\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 217684377, \"cpu_percentage\": \"0.83%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372377Z\", \"created\": \"2024-01-23T23:21:20.355381Z\", \"started\": \"2024-01-23T23:21:20.390111Z\"}, \"osd.0\": {\"daemon_type\": \"osd\", \"daemon_id\": \"0\", \"daemon_name\": \"osd.0\", \"hostname\": \"smithi037\", \"container_id\": \"6727d9b671c8\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 78632714, \"cpu_percentage\": \"0.58%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372454Z\", \"created\": \"2024-01-23T23:21:57.972878Z\", \"started\": \"2024-01-23T23:22:11.881662Z\"}, \"osd.1\": {\"daemon_type\": \"osd\", \"daemon_id\": \"1\", \"daemon_name\": \"osd.1\", \"hostname\": \"smithi037\", \"container_id\": \"5a2918d01f42\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 79754690, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372525Z\", \"created\": \"2024-01-23T23:22:12.274687Z\", \"started\": \"2024-01-23T23:22:26.591352Z\"}, \"osd.2\": {\"daemon_type\": \"osd\", \"daemon_id\": \"2\", \"daemon_name\": \"osd.2\", \"hostname\": \"smithi037\", \"container_id\": \"96b4312b842e\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 63543705, \"cpu_percentage\": \"0.45%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372591Z\", \"created\": \"2024-01-23T23:22:26.938492Z\", \"started\": \"2024-01-23T23:22:41.019065Z\"}, \"osd.3\": {\"daemon_type\": \"osd\", \"daemon_id\": \"3\", \"daemon_name\": \"osd.3\", \"hostname\": \"smithi037\", \"container_id\": \"035730ebccbf\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 84211138, \"cpu_percentage\": \"0.62%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372657Z\", \"created\": \"2024-01-23T23:22:41.449299Z\", \"started\": \"2024-01-23T23:22:42.707879Z\"}, \"node-exporter.a\": {\"daemon_type\": \"node-exporter\", \"daemon_id\": \"a\", \"daemon_name\": \"node-exporter.a\", \"hostname\": \"smithi037\", \"container_id\": \"c00c5f4edb14\", \"container_image_id\": \"72c9c208898624938c9e4183d6686ea4a5fd3f912bc29bc3f00147924c521a3e\", \"container_image_name\": \"docker.io/prom/node-exporter:latest\", \"container_image_digests\": [\"docker.io/prom/node-exporter@sha256:52a6f10ff10238979c365c06dbed8ad5cd1645c41780dc08ff813adacfb2341e\", \"docker.io/prom/node-exporter@sha256:4cb2b9019f1757be8482419002cb7afe028fdba35d47958829e4cfeaf6246d80\"], \"memory_usage\": 11974737, \"cpu_percentage\": \"0.39%\", \"version\": \"1.7.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372722Z\", \"created\": \"2024-01-23T23:23:58.806270Z\", \"started\": \"2024-01-23T23:24:08.403086Z\"}, \"alertmanager.a\": {\"daemon_type\": \"alertmanager\", \"daemon_id\": \"a\", \"daemon_name\": \"alertmanager.a\", \"hostname\": \"smithi037\", \"container_id\": \"5794651c180b\", \"container_image_id\": \"9f27df16978d8a27fc102b72eae63c6e9cd6d4e1675c414ec79df7f280868098\", \"container_image_name\": \"docker.io/prom/alertmanager:latest\", \"container_image_digests\": [\"docker.io/prom/alertmanager@sha256:361db356b33041437517f1cd298462055580585f26555c317df1a3caf2868552\", \"docker.io/prom/alertmanager@sha256:b97390a5b2b52cf4dd66098a091ac0575d18fbf35acf2501fb0f180e3488ad15\"], \"memory_usage\": 18528337, \"cpu_percentage\": \"0.41%\", \"version\": \"0.26.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": true, \"last_refresh\": \"2024-01-23T23:29:15.372787Z\", \"created\": \"2024-01-23T23:24:11.192105Z\", \"started\": \"2024-01-23T23:28:35.421329Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"daemon_type\": \"rgw\", \"daemon_id\": \"r.z.smithi037.rkvbso\", \"daemon_name\": \"rgw.r.z.smithi037.rkvbso\", \"hostname\": \"smithi037\", \"container_id\": \"8482607f0c04\", \"container_image_id\": \"204a01f9b0b6710dd0c0af7f37ce7139c47ff0f0105d778d7104c69282dfbbf1\", \"container_image_name\": \"docker.io/ceph/ceph:v15.2.0\", \"container_image_digests\": [\"docker.io/ceph/ceph@sha256:54b064d6a616656497df507997f8cd47f96ec7cc137f18b69f74ea03a1467c60\", \"docker.io/ceph/ceph@sha256:1cc9b824e1b076cdff52a9aa3f0cc8557d879fb2fbbba0cafed970aca59a3992\"], \"memory_usage\": 58384711, \"cpu_percentage\": \"0.19%\", \"version\": \"15.2.0\", \"status\": 1, \"status_desc\": \"running\", \"is_active\": false, \"last_refresh\": \"2024-01-23T23:29:15.372851Z\", \"created\": \"2024-01-23T23:24:54.163531Z\", \"started\": \"2024-01-23T23:24:54.196375Z\"}}, \"devices\": [{\"ceph_device\": null, \"rejected_reasons\": [\"Insufficient space (<5GB) on vgs\", \"LVM detected\", \"locked\"], \"available\": false, \"path\": \" 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: /dev/nvme0n1\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"\", \"model\": \"INTEL SSDPEDMD400G4\", \"rev\": \"\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"512\", \"rotational\": \"0\", \"nr_requests\": \"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-23T23:28:15.044717Z\", \"lvs\": [{\"name\": \"lv_1\", \"osd_id\": \"3\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"f0f2db19-fe24-4023-a090-56e0c08c27f7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"pFiO0w-Uftk-yFwk-abRk-eaDF-vbo1-KrEN9f\"}, {\"name\": \"lv_2\", \"osd_id\": \"2\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"6e6b161b-8cd6-417a-be2e-65797ec15fd7\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"PuRdA8-3q0v-fPw1-A9Jn-yapN-8y6m-npUSuc\"}, {\"name\": \"lv_3\", \"osd_id\": \"1\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"004a905e-76dd-4a31-9549-892d1d95da03\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"s9PstM-4sk1-nAMz-oX0x-slMp-H1ej-DHTlS8\"}, {\"name\": \"lv_4\", \"osd_id\": \"0\", \"cluster_name\": \"ceph\", \"type\": \"block\", \"osd_fsid\": \"999b494c-09e5-46ad-8b39-a0bd831c2a90\", \"cluster_fsid\": \"e5313d84-ba45-11ee-95b1-87774f69a715\", \"block_uuid\": \"54UQzf-8sXi-MxUo-dYhO-Ra3K-uEix-gJkj06\"}, {\"name\": \"lv_5\", \"comment\": \"not used by ceph\"}], \"human_readable_type\": \"ssd\", \"device_id\": \"INTEL SSDPEDMD400G4_CVFT5331005T400BGN\", \"lsm_data\": {}}, {\"ceph_device\": null, \"rejected_reasons\": [\"locked\"], \"available\": false, \"path\": \"/dev/sda\", \"sys_api\": {\"removable\": \"0\", \"ro\": \"0\", \"vendor\": \"ATA\", \"model\": \"ST1000NM0033-9ZM\", \"rev\": \"SN04\", \"sas_address\": \"\", \"sas_device_handle\": \"\", \"support_discard\": \"0\", \"rotational\": \"1\", \"nr_requests\": \"64\", \"scheduler_mode\": \"mq-deadline\", \"partitions\": {\"sda1\": {\"start\": \"2048\", \"sectors\": \"1953522688\", \"sectorsize\": 512, \"size\": 1000203616256.0, \"human_readable_size\": \"931.51 GB\", \"holders\": []}}, \"sectors\": 0, \"sectorsize\": \"512\", \"size\": 1000204886016.0, \"human_readable_size\": \"931.51 GB\", \"path\": \"/dev/sda\", \"locked\": 1}, \"created\": \"2024-01-23T23:28:15.044729Z\", \"lvs\": [], \"human_readable_type\": \"hdd\", \"device_id\": \"ST1000NM0033-9ZM_Z1W4HRZS\", \"lsm_data\": {}}], \"osdspec_previews\": [], \"osdspec_last_applied\": {}, \"daemon_config_deps\": {\"mon.c\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:29.630417Z\"}, \"mgr.y\": {\"deps\": [], \"last_config\": \"2024-01-23T23:28:46.019744Z\"}, \"osd.0\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:08.450767Z\"}, \"osd.1\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:23.041401Z\"}, \"osd.2\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:37.548421Z\"}, \"osd.3\": {\"deps\": [], \"last_config\": \"2024-01-23T23:22:39.921521Z\"}, \"node-exporter.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:23:58.121159Z\"}, \"alertmanager.a\": {\"deps\": [\"alertmanager.a\", \"mgr.x\", \"mgr.y\"], \"last_config\": \"2024-01-23T23:28:30.497292Z\"}, \"rgw.r.z.smithi037.rkvbso\": {\"deps\": [], \"last_config\": \"2024-01-23T23:24:53.045235Z\"}, \"mon.a\": {\"deps\": [], \"last_config\": \"2024-01-23T23:29:33.983767Z\"}}, \"last_device_update\": \"2024-01-23T23:22:45.328065Z\", \"networks_and_interfaces\": {}, \"last_host_check\": \"2024-01-23T23:20:38.250371Z\", \"last_client_files\": {}, \"scheduled_daemon_actions\": {}}"}]: dispatch 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:38.317717+0000 mgr.y (mgr.14859) 24 : cluster [DBG] pgmap v17: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:39.517569+0000 mon.a (mon.0) 1 : cluster [INF] mon.a calling monitor election 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:40.318133+0000 mgr.y (mgr.14859) 25 : cluster [DBG] pgmap v18: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:42.318872+0000 mgr.y (mgr.14859) 26 : cluster [DBG] pgmap v19: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.319304+0000 mgr.y (mgr.14859) 27 : cluster [DBG] pgmap v20: 129 pgs: 129 active+clean; 7.0 KiB data, 6.9 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:44.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.530801+0000 mon.a (mon.0) 2 : cluster [INF] mon.a is new leader, mons a,b in quorum (ranks 0,2) 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.535416+0000 mon.a (mon.0) 3 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.548235+0000 mon.a (mon.0) 4 : cluster [DBG] fsmap 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.548283+0000 mon.a (mon.0) 5 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.549334+0000 mon.a (mon.0) 6 : cluster [DBG] mgrmap e24: y(active, since 40s), standbys: x 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.549932+0000 mon.a (mon.0) 7 : cluster [WRN] Health check failed: 1/3 mons down, quorum a,b (MON_DOWN) 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.558819+0000 mon.a (mon.0) 8 : cluster [DBG] Standby manager daemon x restarted 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.558869+0000 mon.a (mon.0) 9 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.559175+0000 mon.a (mon.0) 10 : cluster [DBG] mgrmap e25: y(active, since 40s), standbys: x 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.559851+0000 mon.a (mon.0) 11 : cluster [WRN] Health detail: HEALTH_WARN 1/3 mons down, quorum a,b 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.559870+0000 mon.a (mon.0) 12 : cluster [WRN] [WRN] MON_DOWN: 1/3 mons down, quorum a,b 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.559890+0000 mon.a (mon.0) 13 : cluster [WRN] mon.c (rank 1) addr [v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0] is down (out of quorum) 2024-01-23T23:29:44.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:44 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:44.567349+0000 mon.a (mon.0) 14 : audit [INF] from='mgr.14859 ' entity='' 2024-01-23T23:29:45.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:45 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:45.165+0000 7f6699c70680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-23T23:29:45.626 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:45 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:45.202+0000 7f2d94dde680 -1 mgr[py] Module crash has missing NOTIFY_TYPES member 2024-01-23T23:29:46.204 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:45 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:45.905+0000 7f6699c70680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-23T23:29:46.204 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:45 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:45.990+0000 7f6699c70680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-23T23:29:46.298 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:45 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:45.992+0000 7f2d94dde680 -1 mgr[py] Module diskprediction_local has missing NOTIFY_TYPES member 2024-01-23T23:29:46.299 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:46 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:46.075+0000 7f2d94dde680 -1 mgr[py] Module influx has missing NOTIFY_TYPES member 2024-01-23T23:29:46.560 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:46 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:46.296+0000 7f2d94dde680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-23T23:29:46.561 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:46 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:46.202+0000 7f6699c70680 -1 mgr[py] Module iostat has missing NOTIFY_TYPES member 2024-01-23T23:29:46.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:46 smithi079 bash[35301]: cluster 2024-01-23T23:29:45.560558+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e26: y(active, since 41s), standbys: x 2024-01-23T23:29:46.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:46 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:45.560558+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e26: y(active, since 41s), standbys: x 2024-01-23T23:29:47.441 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:47 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:47.140+0000 7f6699c70680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-23T23:29:47.441 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:47 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:47.266+0000 7f6699c70680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:29:47.441 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:47 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:47.345+0000 7f6699c70680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-23T23:29:47.441 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:47 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:47.439+0000 7f6699c70680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-23T23:29:47.592 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:47 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:47.278+0000 7f2d94dde680 -1 mgr[py] Module nfs has missing NOTIFY_TYPES member 2024-01-23T23:29:47.592 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:47 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:47.413+0000 7f2d94dde680 -1 mgr[py] Module orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:29:47.592 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:47 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:47.496+0000 7f2d94dde680 -1 mgr[py] Module osd_support has missing NOTIFY_TYPES member 2024-01-23T23:29:47.593 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:47 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:47.590+0000 7f2d94dde680 -1 mgr[py] Module pg_autoscaler has missing NOTIFY_TYPES member 2024-01-23T23:29:47.852 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:47 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:47.633+0000 7f6699c70680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-23T23:29:47.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:47 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:47.794+0000 7f2d94dde680 -1 mgr[py] Module progress has missing NOTIFY_TYPES member 2024-01-23T23:29:48.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:47 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:47.911+0000 7f6699c70680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-23T23:29:48.353 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:48 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:48.009+0000 7f6699c70680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-23T23:29:48.376 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:48 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:48.089+0000 7f2d94dde680 -1 mgr[py] Module prometheus has missing NOTIFY_TYPES member 2024-01-23T23:29:48.376 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:48 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:48.194+0000 7f2d94dde680 -1 mgr[py] Module rbd_support has missing NOTIFY_TYPES member 2024-01-23T23:29:49.078 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:48 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:48.730+0000 7f6699c70680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-23T23:29:49.079 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:48 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:48.812+0000 7f6699c70680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-23T23:29:49.079 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:48 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:48.903+0000 7f6699c70680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-23T23:29:49.079 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:49 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:49.077+0000 7f6699c70680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-23T23:29:49.333 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:48 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:48.955+0000 7f2d94dde680 -1 mgr[py] Module rook has missing NOTIFY_TYPES member 2024-01-23T23:29:49.334 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:49.042+0000 7f2d94dde680 -1 mgr[py] Module selftest has missing NOTIFY_TYPES member 2024-01-23T23:29:49.334 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:49.142+0000 7f2d94dde680 -1 mgr[py] Module snap_schedule has missing NOTIFY_TYPES member 2024-01-23T23:29:49.334 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:49.331+0000 7f2d94dde680 -1 mgr[py] Module status has missing NOTIFY_TYPES member 2024-01-23T23:29:49.334 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:45.560558+0000 mon.a (mon.0) 15 : cluster [DBG] mgrmap e26: y(active, since 41s), standbys: x 2024-01-23T23:29:49.334 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:44.195822+0000 mon.c (mon.1) 27 : cluster [INF] mon.c calling monitor election 2024-01-23T23:29:49.334 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.124186+0000 mon.a (mon.0) 16 : cluster [INF] mon.a calling monitor election 2024-01-23T23:29:49.334 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.137321+0000 mon.a (mon.0) 17 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:29:49.334 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.140149+0000 mon.a (mon.0) 18 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:29:49.334 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.151895+0000 mon.a (mon.0) 19 : cluster [DBG] fsmap 2024-01-23T23:29:49.334 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.151941+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.152365+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e26: y(active, since 44s), standbys: x 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.152572+0000 mon.a (mon.0) 22 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.152595+0000 mon.a (mon.0) 23 : cluster [INF] Cluster is now healthy 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:49 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.155466+0000 mon.a (mon.0) 24 : cluster [INF] overall HEALTH_OK 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:44.195822+0000 mon.c (mon.1) 27 : cluster [INF] mon.c calling monitor election 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.124186+0000 mon.a (mon.0) 16 : cluster [INF] mon.a calling monitor election 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.137321+0000 mon.a (mon.0) 17 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.140149+0000 mon.a (mon.0) 18 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.151895+0000 mon.a (mon.0) 19 : cluster [DBG] fsmap 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.151941+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.152365+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e26: y(active, since 44s), standbys: x 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.152572+0000 mon.a (mon.0) 22 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2024-01-23T23:29:49.335 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.152595+0000 mon.a (mon.0) 23 : cluster [INF] Cluster is now healthy 2024-01-23T23:29:49.336 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.155466+0000 mon.a (mon.0) 24 : cluster [INF] overall HEALTH_OK 2024-01-23T23:29:49.336 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:49 smithi079 bash[35301]: cluster 2024-01-23T23:29:44.195822+0000 mon.c (mon.1) 27 : cluster [INF] mon.c calling monitor election 2024-01-23T23:29:49.336 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:49 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.124186+0000 mon.a (mon.0) 16 : cluster [INF] mon.a calling monitor election 2024-01-23T23:29:49.336 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:49 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.137321+0000 mon.a (mon.0) 17 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:29:49.336 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:49 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.140149+0000 mon.a (mon.0) 18 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:29:49.336 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:49 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.151895+0000 mon.a (mon.0) 19 : cluster [DBG] fsmap 2024-01-23T23:29:49.336 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:49 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.151941+0000 mon.a (mon.0) 20 : cluster [DBG] osdmap e79: 8 total, 8 up, 8 in 2024-01-23T23:29:49.336 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:49 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.152365+0000 mon.a (mon.0) 21 : cluster [DBG] mgrmap e26: y(active, since 44s), standbys: x 2024-01-23T23:29:49.336 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:49 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.152572+0000 mon.a (mon.0) 22 : cluster [INF] Health check cleared: MON_DOWN (was: 1/3 mons down, quorum a,b) 2024-01-23T23:29:49.336 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:49 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.152595+0000 mon.a (mon.0) 23 : cluster [INF] Cluster is now healthy 2024-01-23T23:29:49.337 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:49 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.155466+0000 mon.a (mon.0) 24 : cluster [INF] overall HEALTH_OK 2024-01-23T23:29:49.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:49 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:49.335+0000 7f6699c70680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-23T23:29:49.603 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:49 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:49.465+0000 7f6699c70680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-23T23:29:49.859 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:49 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:49.602+0000 7f6699c70680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:29:49.859 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:49 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:49.774+0000 7f6699c70680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-23T23:29:49.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:49.602+0000 7f2d94dde680 -1 mgr[py] Module telegraf has missing NOTIFY_TYPES member 2024-01-23T23:29:49.876 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:49.742+0000 7f2d94dde680 -1 mgr[py] Module telemetry has missing NOTIFY_TYPES member 2024-01-23T23:29:50.158 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:49 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:49.884+0000 7f2d94dde680 -1 mgr[py] Module test_orchestrator has missing NOTIFY_TYPES member 2024-01-23T23:29:50.158 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:50.066+0000 7f2d94dde680 -1 mgr[py] Module volumes has missing NOTIFY_TYPES member 2024-01-23T23:29:50.210 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:29:49 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x[53844]: debug 2024-01-23T23:29:49.858+0000 7f6699c70680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-23T23:29:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:50 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.860287+0000 mon.a (mon.0) 25 : cluster [DBG] Standby manager daemon x restarted 2024-01-23T23:29:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:50 smithi079 bash[35301]: cluster 2024-01-23T23:29:49.860353+0000 mon.a (mon.0) 26 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:29:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:50 smithi079 bash[35301]: audit 2024-01-23T23:29:49.861285+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-23T23:29:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:50 smithi079 bash[35301]: audit 2024-01-23T23:29:49.862061+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:50 smithi079 bash[35301]: audit 2024-01-23T23:29:49.862983+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-23T23:29:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:50 smithi079 bash[35301]: audit 2024-01-23T23:29:49.863239+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:50 smithi079 bash[35301]: cluster 2024-01-23T23:29:50.170291+0000 mon.a (mon.0) 27 : cluster [INF] Active manager daemon y restarted 2024-01-23T23:29:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:50 smithi079 bash[35301]: cluster 2024-01-23T23:29:50.170693+0000 mon.a (mon.0) 28 : cluster [INF] Activating manager daemon y 2024-01-23T23:29:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:50 smithi079 bash[35301]: cluster 2024-01-23T23:29:50.176950+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-01-23T23:29:50.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:50 smithi079 bash[35301]: cluster 2024-01-23T23:29:50.178472+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00788105s), standbys: x 2024-01-23T23:29:50.626 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:50.156+0000 7f2d94dde680 -1 mgr[py] Module zabbix has missing NOTIFY_TYPES member 2024-01-23T23:29:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:50 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.860287+0000 mon.a (mon.0) 25 : cluster [DBG] Standby manager daemon x restarted 2024-01-23T23:29:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:50 smithi037 bash[38667]: cluster 2024-01-23T23:29:49.860353+0000 mon.a (mon.0) 26 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:29:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:50 smithi037 bash[38667]: audit 2024-01-23T23:29:49.861285+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-23T23:29:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:50 smithi037 bash[38667]: audit 2024-01-23T23:29:49.862061+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:50 smithi037 bash[38667]: audit 2024-01-23T23:29:49.862983+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-23T23:29:50.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:50 smithi037 bash[38667]: audit 2024-01-23T23:29:49.863239+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:50 smithi037 bash[38667]: cluster 2024-01-23T23:29:50.170291+0000 mon.a (mon.0) 27 : cluster [INF] Active manager daemon y restarted 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:50 smithi037 bash[38667]: cluster 2024-01-23T23:29:50.170693+0000 mon.a (mon.0) 28 : cluster [INF] Activating manager daemon y 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:50 smithi037 bash[38667]: cluster 2024-01-23T23:29:50.176950+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:50 smithi037 bash[38667]: cluster 2024-01-23T23:29:50.178472+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00788105s), standbys: x 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.860287+0000 mon.a (mon.0) 25 : cluster [DBG] Standby manager daemon x restarted 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:49.860353+0000 mon.a (mon.0) 26 : cluster [DBG] Standby manager daemon x started 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:49.861285+0000 mon.b (mon.2) 165 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/crt"}]: dispatch 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:49.862061+0000 mon.b (mon.2) 166 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:49.862983+0000 mon.b (mon.2) 167 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/x/key"}]: dispatch 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:49.863239+0000 mon.b (mon.2) 168 : audit [DBG] from='mgr.? 172.21.15.79:0/692431683' entity='mgr.x' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:50.170291+0000 mon.a (mon.0) 27 : cluster [INF] Active manager daemon y restarted 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:50.170693+0000 mon.a (mon.0) 28 : cluster [INF] Activating manager daemon y 2024-01-23T23:29:50.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:50.176950+0000 mon.a (mon.0) 29 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-01-23T23:29:50.628 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:50 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:50.178472+0000 mon.a (mon.0) 30 : cluster [DBG] mgrmap e27: y(active, starting, since 0.00788105s), standbys: x 2024-01-23T23:29:56.491 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.183303+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:29:56.491 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.183504+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.183635+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.184813+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.185024+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.185222+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.185497+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.185731+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.185976+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.186274+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.186562+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.186907+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.187196+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.187449+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:29:56.492 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.187636+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.188128+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.188929+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.189853+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.190199+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.190564+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.190951+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.191377+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.191762+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.192144+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.192572+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.192941+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.193300+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.193638+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.193998+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-23T23:29:56.493 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.194338+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.194672+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.195024+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.195401+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.195753+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.196059+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.196373+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.196711+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.197022+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.197323+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: audit 2024-01-23T23:29:56.197641+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:29:56.494 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:56 smithi079 bash[35301]: cluster 2024-01-23T23:29:56.219143+0000 mon.a (mon.0) 71 : cluster [INF] Manager daemon y is now available 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.183303+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.183504+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.183635+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.184813+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.185024+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.185222+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.185497+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.185731+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.185976+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.186274+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.186562+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.186907+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:29:56.520 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.187196+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.187449+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.187636+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.188128+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.188929+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.189853+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.190199+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.190564+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.190951+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.191377+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.191762+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.192144+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.192572+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.192941+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.193300+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-23T23:29:56.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.193638+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.193998+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.194338+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.194672+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.195024+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.195401+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.195753+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.196059+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.196373+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.196711+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.197022+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.197323+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.197641+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:29:56.522 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:56.219143+0000 mon.a (mon.0) 71 : cluster [INF] Manager daemon y is now available 2024-01-23T23:29:56.523 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.183303+0000 mon.a (mon.0) 31 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:29:56.523 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.183504+0000 mon.a (mon.0) 32 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:29:56.523 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.183635+0000 mon.a (mon.0) 33 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:29:56.523 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.184813+0000 mon.a (mon.0) 34 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "y", "id": "y"}]: dispatch 2024-01-23T23:29:56.523 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.185024+0000 mon.a (mon.0) 35 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr metadata", "who": "x", "id": "x"}]: dispatch 2024-01-23T23:29:56.523 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.185222+0000 mon.a (mon.0) 36 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 0}]: dispatch 2024-01-23T23:29:56.523 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.185497+0000 mon.a (mon.0) 37 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 1}]: dispatch 2024-01-23T23:29:56.523 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.185731+0000 mon.a (mon.0) 38 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 2}]: dispatch 2024-01-23T23:29:56.523 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.185976+0000 mon.a (mon.0) 39 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 3}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.186274+0000 mon.a (mon.0) 40 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 4}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.186562+0000 mon.a (mon.0) 41 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 5}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.186907+0000 mon.a (mon.0) 42 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 6}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.187196+0000 mon.a (mon.0) 43 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata", "id": 7}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.187449+0000 mon.a (mon.0) 44 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mds metadata"}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.187636+0000 mon.a (mon.0) 45 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "osd metadata"}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.188128+0000 mon.a (mon.0) 46 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata"}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.188929+0000 mon.a (mon.0) 47 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key ls"}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.189853+0000 mon.a (mon.0) 48 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/config_checks"}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.190199+0000 mon.a (mon.0) 49 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_crt"}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.190564+0000 mon.a (mon.0) 50 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/grafana_key"}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.190951+0000 mon.a (mon.0) 51 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi037"}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.191377+0000 mon.a (mon.0) 52 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/host.smithi079"}]: dispatch 2024-01-23T23:29:56.524 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.191762+0000 mon.a (mon.0) 53 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/inventory"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.192144+0000 mon.a (mon.0) 54 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/osd_remove_queue"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.192572+0000 mon.a (mon.0) 55 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.alertmanager"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.192941+0000 mon.a (mon.0) 56 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.grafana"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.193300+0000 mon.a (mon.0) 57 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.mgr"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.193638+0000 mon.a (mon.0) 58 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.node-exporter"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.193998+0000 mon.a (mon.0) 59 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.prometheus"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.194338+0000 mon.a (mon.0) 60 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/spec.rgw.r.z"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.194672+0000 mon.a (mon.0) 61 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_key"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.195024+0000 mon.a (mon.0) 62 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/ssh_identity_pub"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.195401+0000 mon.a (mon.0) 63 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/cephadm/upgrade_state"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.195753+0000 mon.a (mon.0) 64 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/accessdb_v2"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.196059+0000 mon.a (mon.0) 65 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/crt"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.196373+0000 mon.a (mon.0) 66 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/dashboard/key"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.196711+0000 mon.a (mon.0) 67 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/devicehealth/last_scrape"}]: dispatch 2024-01-23T23:29:56.525 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.197022+0000 mon.a (mon.0) 68 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/progress/completed"}]: dispatch 2024-01-23T23:29:56.526 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.197323+0000 mon.a (mon.0) 69 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/report_id"}]: dispatch 2024-01-23T23:29:56.526 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: audit 2024-01-23T23:29:56.197641+0000 mon.a (mon.0) 70 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config-key get", "key": "mgr/telemetry/salt"}]: dispatch 2024-01-23T23:29:56.526 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[38667]: cluster 2024-01-23T23:29:56.219143+0000 mon.a (mon.0) 71 : cluster [INF] Manager daemon y is now available 2024-01-23T23:29:56.526 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:29:56.283+0000 7f2d485ce700 -1 mgr.server handle_report got status from non-daemon mon.a 2024-01-23T23:29:56.526 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: [79B blob data] 2024-01-23T23:29:56.526 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:29:56 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: [79B blob data] 2024-01-23T23:29:57.280 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:29:56 smithi037 bash[59676]: ts=2024-01-23T23:29:56.953Z 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-23T23:29:57.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:57 smithi079 bash[35301]: cluster 2024-01-23T23:29:56.278397+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2024-01-23T23:29:57.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:57 smithi079 bash[35301]: cluster 2024-01-23T23:29:56.285166+0000 mgr.y (mgr.34107) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:57.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:57 smithi079 bash[35301]: audit 2024-01-23T23:29:56.339324+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:57.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:57 smithi079 bash[35301]: audit 2024-01-23T23:29:56.340756+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:57.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:57 smithi079 bash[35301]: audit 2024-01-23T23:29:56.380705+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:29:57.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:57 smithi079 bash[35301]: audit 2024-01-23T23:29:56.386141+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-23T23:29:57.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:57 smithi079 bash[35301]: audit 2024-01-23T23:29:56.618426+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:57.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:57 smithi079 bash[35301]: audit 2024-01-23T23:29:56.636262+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:57.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:57 smithi037 bash[38667]: cluster 2024-01-23T23:29:56.278397+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2024-01-23T23:29:57.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:57 smithi037 bash[38667]: cluster 2024-01-23T23:29:56.285166+0000 mgr.y (mgr.34107) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:57.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:57 smithi037 bash[38667]: audit 2024-01-23T23:29:56.339324+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:57.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:57 smithi037 bash[38667]: audit 2024-01-23T23:29:56.340756+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:57.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:57 smithi037 bash[38667]: audit 2024-01-23T23:29:56.380705+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:29:57.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:57 smithi037 bash[38667]: audit 2024-01-23T23:29:56.386141+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-23T23:29:57.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:57 smithi037 bash[38667]: audit 2024-01-23T23:29:56.618426+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:57.626 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:57 smithi037 bash[38667]: audit 2024-01-23T23:29:56.636262+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:57.626 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:57 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:56.278397+0000 mon.a (mon.0) 72 : cluster [DBG] mgrmap e28: y(active, since 6s), standbys: x 2024-01-23T23:29:57.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:57 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:56.285166+0000 mgr.y (mgr.34107) 1 : cluster [DBG] pgmap v3: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:57.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:57 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.339324+0000 mon.a (mon.0) 73 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:57.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:57 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.340756+0000 mon.a (mon.0) 74 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:29:57.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:57 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.380705+0000 mon.a (mon.0) 75 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/mirror_snapshot_schedule"}]: dispatch 2024-01-23T23:29:57.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:57 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.386141+0000 mon.a (mon.0) 76 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix":"config rm","who":"mgr","name":"mgr/rbd_support/y/trash_purge_schedule"}]: dispatch 2024-01-23T23:29:57.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:57 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.618426+0000 mon.a (mon.0) 77 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:57.627 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:57 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:56.636262+0000 mon.a (mon.0) 78 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:29:59.442 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:59 smithi037 bash[38667]: cluster 2024-01-23T23:29:58.186742+0000 mgr.y (mgr.34107) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:59.442 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:29:59 smithi037 bash[38667]: cluster 2024-01-23T23:29:58.288204+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2024-01-23T23:29:59.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:59 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:58.186742+0000 mgr.y (mgr.34107) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:59.442 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:29:59 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:29:58.288204+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2024-01-23T23:29:59.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:59 smithi079 bash[35301]: cluster 2024-01-23T23:29:58.186742+0000 mgr.y (mgr.34107) 2 : cluster [DBG] pgmap v4: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:29:59.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:29:59 smithi079 bash[35301]: cluster 2024-01-23T23:29:58.288204+0000 mon.a (mon.0) 79 : cluster [DBG] mgrmap e29: y(active, since 8s), standbys: x 2024-01-23T23:30:00.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:29:59.596007+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:00.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:29:59.887793+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:29:59.888165+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:29:59.888479+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:29:59.888755+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:29:59.889032+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:29:59.889319+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:29:59.889605+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:29:59.889902+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:29:59.890200+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: cluster 2024-01-23T23:30:00.000166+0000 mon.a (mon.0) 90 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.191873+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.470655+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.471187+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.471651+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.472106+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.472556+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.472990+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.473432+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.473869+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.474291+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.479283+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.485962+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.488649+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.489990+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-23T23:30:00.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:00 smithi079 bash[35301]: audit 2024-01-23T23:30:00.490862+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-23T23:30:00.874 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:59.596007+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:00.874 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:59.887793+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.874 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:59.888165+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:59.888479+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:59.888755+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:59.889032+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:59.889319+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:59.889605+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:59.889902+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:29:59.890200+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:00.000166+0000 mon.a (mon.0) 90 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.191873+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.470655+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.875 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.471187+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:29:59.596007+0000 mon.a (mon.0) 80 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:29:59.887793+0000 mon.a (mon.0) 81 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:29:59.888165+0000 mon.a (mon.0) 82 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:29:59.888479+0000 mon.a (mon.0) 83 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:29:59.888755+0000 mon.a (mon.0) 84 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:29:59.889032+0000 mon.a (mon.0) 85 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:29:59.889319+0000 mon.a (mon.0) 86 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:29:59.889605+0000 mon.a (mon.0) 87 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:29:59.889902+0000 mon.a (mon.0) 88 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:29:59.890200+0000 mon.a (mon.0) 89 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: cluster 2024-01-23T23:30:00.000166+0000 mon.a (mon.0) 90 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.191873+0000 mon.a (mon.0) 91 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.470655+0000 mon.a (mon.0) 92 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.471187+0000 mon.a (mon.0) 93 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.471651+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.472106+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.472556+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.472990+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.473432+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.473869+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.474291+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.479283+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.485962+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.488649+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.489990+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:00 smithi037 bash[38667]: audit 2024-01-23T23:30:00.490862+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.471651+0000 mon.a (mon.0) 94 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.472106+0000 mon.a (mon.0) 95 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.472556+0000 mon.a (mon.0) 96 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.472990+0000 mon.a (mon.0) 97 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.473432+0000 mon.a (mon.0) 98 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.473869+0000 mon.a (mon.0) 99 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:00.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.474291+0000 mon.a (mon.0) 100 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd","key": "osd_memory_target_autotune"}]: dispatch 2024-01-23T23:30:00.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.479283+0000 mon.a (mon.0) 101 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:00.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.485962+0000 mon.a (mon.0) 102 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:00.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.488649+0000 mon.a (mon.0) 103 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:00.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.489990+0000 mon.a (mon.0) 104 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-23T23:30:00.878 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:00 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:00.490862+0000 mon.a (mon.0) 105 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["c"]}]: dispatch 2024-01-23T23:30:01.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:01 smithi079 bash[35301]: cephadm 2024-01-23T23:30:00.491479+0000 mgr.y (mgr.34107) 4 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-23T23:30:01.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:01 smithi079 bash[35301]: audit 2024-01-23T23:30:01.402203+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:01.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:01 smithi079 bash[35301]: audit 2024-01-23T23:30:01.402888+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:01.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:01 smithi079 bash[35301]: audit 2024-01-23T23:30:01.403464+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:01.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:01 smithi079 bash[35301]: audit 2024-01-23T23:30:01.403990+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:01.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:01 smithi079 bash[35301]: audit 2024-01-23T23:30:01.404837+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-23T23:30:01.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:00.491479+0000 mgr.y (mgr.34107) 4 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-23T23:30:01.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:01.402203+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:01.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:01.402888+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:01.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:01.403464+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:01.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:01.403990+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:01.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:01 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:01.404837+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-23T23:30:01.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:01 smithi037 bash[38667]: cephadm 2024-01-23T23:30:00.491479+0000 mgr.y (mgr.34107) 4 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-23T23:30:01.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:01 smithi037 bash[38667]: audit 2024-01-23T23:30:01.402203+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:01.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:01 smithi037 bash[38667]: audit 2024-01-23T23:30:01.402888+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:01.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:01 smithi037 bash[38667]: audit 2024-01-23T23:30:01.403464+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:01.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:01 smithi037 bash[38667]: audit 2024-01-23T23:30:01.403990+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:01.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:01 smithi037 bash[38667]: audit 2024-01-23T23:30:01.404837+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-23T23:30:02.491 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:02 smithi037 systemd[1]: Stopping Ceph mon.c for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:02.491 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:02 smithi037 bash[38667]: debug 2024-01-23T23:30:02.489+0000 7fe831dde700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:30:02.491 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:02 smithi037 bash[38667]: debug 2024-01-23T23:30:02.489+0000 7fe831dde700 -1 mon.c@1(peon) e3 *** Got Signal Terminated *** 2024-01-23T23:30:03.112 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:02 smithi037 bash[63970]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon.c 2024-01-23T23:30:03.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.c.service: Succeeded. 2024-01-23T23:30:03.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 systemd[1]: Stopped Ceph mon.c for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:30:03.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 systemd[1]: Starting Ceph mon.c for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:04.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.943+0000 7f27dea80880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-23T23:30:04.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.943+0000 7f27dea80880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-23T23:30:04.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.943+0000 7f27dea80880 0 pidfile_write: ignore empty --pid-file 2024-01-23T23:30:04.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.947+0000 7f27dea80880 0 load: jerasure load: lrc load: isa 2024-01-23T23:30:04.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: RocksDB version: 6.8.1 2024-01-23T23:30:04.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-23T23:30:04.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Compile date Jan 11 2024 2024-01-23T23:30:04.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: DB SUMMARY 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: CURRENT file: CURRENT 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 463 Bytes 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-c/store.db dir, Total Num: 2, files: 000015.sst 000017.sst 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-c/store.db: 000016.log size: 5105394 ; 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.error_if_exists: 0 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.create_if_missing: 0 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.paranoid_checks: 1 2024-01-23T23:30:04.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.env: 0x55882e513080 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.fs: Posix File System 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.info_log: 0x55882ff0ba20 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.statistics: (nil) 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.use_fsync: 0 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_log_file_size: 0 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.allow_fallocate: 1 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.use_direct_reads: 0 2024-01-23T23:30:04.379 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.db_log_dir: 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-c/store.db 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_subcompactions: 1 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_background_flushes: -1 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-23T23:30:04.380 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.write_buffer_manager: 0x558830c08390 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 bash[64152]: c16078857e50dd678db77677cc847b94d52792b31a92bbeb841e7c74a15e1413 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.unordered_write: 0 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-23T23:30:04.381 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.row_cache: None 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.wal_filter: None 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.preserve_deletes: 0 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.two_write_queues: 0 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.atomic_flush: 0 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.log_readahead_size: 0 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-23T23:30:04.382 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_background_jobs: 2 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_background_compactions: -1 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_open_files: -1 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Compression algorithms supported: 2024-01-23T23:30:04.383 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: kZSTD supported: 0 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: kXpressCompression supported: 0 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: kLZ4Compression supported: 1 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: kBZip2Compression supported: 0 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: kZlibCompression supported: 1 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: kSnappyCompression supported: 1 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-c/store.db/MANIFEST-000005 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.384 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.merge_operator: 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_filter: None 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55882febbd28) 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cache_index_and_filter_blocks: 1 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: pin_top_level_index_and_filter: 1 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: index_type: 0 2024-01-23T23:30:04.386 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: data_block_index_type: 0 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: index_shortening: 1 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: data_block_hash_table_util_ratio: 0.750000 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: hash_index_allow_collision: 1 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: checksum: 1 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: no_block_cache: 0 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: block_cache: 0x55882fef0f10 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: block_cache_name: BinnedLRUCache 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: block_cache_options: 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: capacity : 536870912 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: num_shard_bits : 4 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: strict_capacity_limit : 0 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: high_pri_pool_ratio: 0.000 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: block_cache_compressed: (nil) 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: persistent_cache: (nil) 2024-01-23T23:30:04.387 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: block_size: 4096 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: block_size_deviation: 10 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: block_restart_interval: 16 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: index_block_restart_interval: 1 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: metadata_block_size: 4096 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: partition_filters: 0 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: use_delta_encoding: 1 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: whole_key_filtering: 1 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: verify_compression: 0 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: read_amp_bytes_per_bit: 0 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: format_version: 2 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: enable_index_compression: 1 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: block_align: 0 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.388 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compression: NoCompression 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.num_levels: 7 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-23T23:30:04.389 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-23T23:30:04.390 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-23T23:30:04.391 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.table_properties_collectors: 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.inplace_update_support: 0 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-23T23:30:04.392 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.bloom_locality: 0 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.max_successive_merges: 0 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.ttl: 2592000 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.948+0000 7f27dea80880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.949+0000 7f27dea80880 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 19, last_sequence is 8403, log_number is 16,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.949+0000 7f27dea80880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 16 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.949+0000 7f27dea80880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052603949697, "job": 1, "event": "recovery_started", "log_files": [16]} 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.949+0000 7f27dea80880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #16 mode 2 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 systemd[1]: Started Ceph mon.c for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:30:04.393 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.955+0000 7f27dea80880 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-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.958+0000 7f27dea80880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052603959288, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 19, "file_size": 3649704, "table_properties": {"data_size": 3646286, "index_size": 2147, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 453, "raw_key_size": 3264, "raw_average_key_size": 23, "raw_value_size": 3642296, "raw_average_value_size": 26016, "num_data_blocks": 69, "num_entries": 140, "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": 1706052603, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.958+0000 7f27dea80880 4 rocksdb: [version_set.cc:3826] Creating manifest 20 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.961+0000 7f27dea80880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052603961688, "job": 1, "event": "recovery_finished"} 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.962+0000 7f27dea80880 4 rocksdb: DB pointer 0x55882ffb9800 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.963+0000 7f27c5875700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.963+0000 7f27c5875700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ** DB Stats ** 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.394 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ** Compaction Stats [default] ** 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: L0 2/0 23.53 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 882.7 0.00 0.00 1 0.004 0 0 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: L6 1/0 55.37 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-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Sum 3/0 78.90 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 882.7 0.00 0.00 1 0.004 0 0 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 882.7 0.00 0.00 1 0.004 0 0 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ** Compaction Stats [default] ** 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 882.7 0.00 0.00 1 0.004 0 0 2024-01-23T23:30:04.395 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Flush(GB): cumulative 0.003, interval 0.003 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: AddFile(Total Files): cumulative 0, interval 0 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: AddFile(Keys): cumulative 0, interval 0 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Cumulative compaction: 0.00 GB write, 238.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Interval compaction: 0.00 GB write, 238.92 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ** File Read Latency Histogram By Level [default] ** 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ** Compaction Stats [default] ** 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:30:04.396 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: L0 2/0 23.53 MB 0.5 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 882.7 0.00 0.00 1 0.004 0 0 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: L6 1/0 55.37 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-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Sum 3/0 78.90 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 882.7 0.00 0.00 1 0.004 0 0 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ** Compaction Stats [default] ** 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 882.7 0.00 0.00 1 0.004 0 0 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Flush(GB): cumulative 0.003, interval 0.000 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: AddFile(Total Files): cumulative 0, interval 0 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: AddFile(Keys): cumulative 0, interval 0 2024-01-23T23:30:04.397 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: Cumulative compaction: 0.00 GB write, 238.04 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: ** File Read Latency Histogram By Level [default] ** 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.963+0000 7f27dea80880 0 starting mon.c rank 1 at public addrs [v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0] at bind addrs [v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0] mon_data /var/lib/ceph/mon/ceph-c fsid e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.965+0000 7f27dea80880 1 mon.c@-1(???) e3 preinit fsid e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.965+0000 7f27dea80880 0 mon.c@-1(???).mds e1 new map 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.965+0000 7f27dea80880 0 mon.c@-1(???).mds e1 print_map 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: e1 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 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-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: legacy client fscid: -1 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: No filesystems configured 2024-01-23T23:30:04.398 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.965+0000 7f27dea80880 0 mon.c@-1(???).osd e80 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.965+0000 7f27dea80880 0 mon.c@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.965+0000 7f27dea80880 0 mon.c@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.965+0000 7f27dea80880 0 mon.c@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:00.491479+0000 mgr.y (mgr.34107) 4 : cephadm [INF] Upgrade: It appears safe to stop mon.c 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:01.402203+0000 mon.a (mon.0) 106 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:01.402888+0000 mon.a (mon.0) 107 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:01.403464+0000 mon.a (mon.0) 108 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:01.403990+0000 mon.a (mon.0) 109 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:01.404837+0000 mon.a (mon.0) 110 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-23T23:30:04.399 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:03 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:03.966+0000 7f27dea80880 1 mon.c@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2024-01-23T23:30:05.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: cluster 2024-01-23T23:30:02.187959+0000 mgr.y (mgr.34107) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:05.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: cluster 2024-01-23T23:30:04.005163+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-23T23:30:05.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: cluster 2024-01-23T23:30:04.005961+0000 mon.a (mon.0) 111 : cluster [INF] mon.a calling monitor election 2024-01-23T23:30:05.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: cluster 2024-01-23T23:30:04.022871+0000 mon.a (mon.0) 112 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:30:05.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: cluster 2024-01-23T23:30:04.033799+0000 mon.a (mon.0) 113 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:30:05.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: cluster 2024-01-23T23:30:04.045946+0000 mon.a (mon.0) 114 : cluster [DBG] fsmap 2024-01-23T23:30:05.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: cluster 2024-01-23T23:30:04.045985+0000 mon.a (mon.0) 115 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-01-23T23:30:05.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: cluster 2024-01-23T23:30:04.046290+0000 mon.a (mon.0) 116 : cluster [DBG] mgrmap e29: y(active, since 13s), standbys: x 2024-01-23T23:30:05.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: cluster 2024-01-23T23:30:04.050939+0000 mon.a (mon.0) 117 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:05.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: audit 2024-01-23T23:30:04.056388+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: audit 2024-01-23T23:30:04.057281+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: audit 2024-01-23T23:30:04.058509+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:30:05.354 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:05 smithi079 bash[35301]: cluster 2024-01-23T23:30:04.188287+0000 mgr.y (mgr.34107) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:05.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:02.187959+0000 mgr.y (mgr.34107) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:05.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:04.005163+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-23T23:30:05.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:04.005961+0000 mon.a (mon.0) 111 : cluster [INF] mon.a calling monitor election 2024-01-23T23:30:05.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:04.022871+0000 mon.a (mon.0) 112 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:30:05.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:04.033799+0000 mon.a (mon.0) 113 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:30:05.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:04.045946+0000 mon.a (mon.0) 114 : cluster [DBG] fsmap 2024-01-23T23:30:05.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:04.045985+0000 mon.a (mon.0) 115 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:04.046290+0000 mon.a (mon.0) 116 : cluster [DBG] mgrmap e29: y(active, since 13s), standbys: x 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:04.050939+0000 mon.a (mon.0) 117 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:04.056388+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:04.057281+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:04.058509+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:04.188287+0000 mgr.y (mgr.34107) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:02.187959+0000 mgr.y (mgr.34107) 7 : cluster [DBG] pgmap v6: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:04.005163+0000 mon.c (mon.1) 1 : cluster [INF] mon.c calling monitor election 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:04.005961+0000 mon.a (mon.0) 111 : cluster [INF] mon.a calling monitor election 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:04.022871+0000 mon.a (mon.0) 112 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:04.033799+0000 mon.a (mon.0) 113 : cluster [DBG] monmap e3: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:30:05.377 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:04.045946+0000 mon.a (mon.0) 114 : cluster [DBG] fsmap 2024-01-23T23:30:05.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:04.045985+0000 mon.a (mon.0) 115 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-01-23T23:30:05.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:04.046290+0000 mon.a (mon.0) 116 : cluster [DBG] mgrmap e29: y(active, since 13s), standbys: x 2024-01-23T23:30:05.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:04.050939+0000 mon.a (mon.0) 117 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:05.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:04.056388+0000 mon.a (mon.0) 118 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:05.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:04.057281+0000 mon.a (mon.0) 119 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:05.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:04.058509+0000 mon.a (mon.0) 120 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:30:05.378 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:05 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:04.188287+0000 mgr.y (mgr.34107) 8 : cluster [DBG] pgmap v7: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:07.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:07 smithi079 bash[35301]: cluster 2024-01-23T23:30:06.188620+0000 mgr.y (mgr.34107) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:07.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:07 smithi079 bash[35301]: audit 2024-01-23T23:30:06.737048+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:07.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:07 smithi079 bash[35301]: audit 2024-01-23T23:30:06.740761+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:07.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:07 smithi079 bash[35301]: audit 2024-01-23T23:30:06.745555+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:07.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:07 smithi079 bash[35301]: audit 2024-01-23T23:30:06.747432+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:07.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:07 smithi079 bash[35301]: audit 2024-01-23T23:30:06.748406+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-23T23:30:07.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:07 smithi079 bash[35301]: audit 2024-01-23T23:30:06.748964+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-23T23:30:07.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:06.188620+0000 mgr.y (mgr.34107) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:07.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:06.737048+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:07.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:06.740761+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:07.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:06.745555+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:07.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:06.747432+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:07.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:06.748406+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-23T23:30:07.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:06.748964+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-23T23:30:07.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:06.188620+0000 mgr.y (mgr.34107) 9 : cluster [DBG] pgmap v8: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:07.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:06.737048+0000 mon.a (mon.0) 121 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:07.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:06.740761+0000 mon.a (mon.0) 122 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:07.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:06.745555+0000 mon.a (mon.0) 123 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:07.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:06.747432+0000 mon.a (mon.0) 124 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:07.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:06.748406+0000 mon.a (mon.0) 125 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "quorum_status"}]: dispatch 2024-01-23T23:30:07.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:07 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:06.748964+0000 mon.a (mon.0) 126 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon ok-to-stop", "ids": ["b"]}]: dispatch 2024-01-23T23:30:08.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:06.749383+0000 mgr.y (mgr.34107) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-23T23:30:08.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:07.688796+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:08.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:07.689735+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:08.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:07.690384+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:08.521 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:07.691039+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:08.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:08 smithi079 bash[35301]: cephadm 2024-01-23T23:30:06.749383+0000 mgr.y (mgr.34107) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-23T23:30:08.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:08 smithi079 bash[35301]: audit 2024-01-23T23:30:07.688796+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:08.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:08 smithi079 bash[35301]: audit 2024-01-23T23:30:07.689735+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:08.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:08 smithi079 bash[35301]: audit 2024-01-23T23:30:07.690384+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:08.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:08 smithi079 bash[35301]: audit 2024-01-23T23:30:07.691039+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:08.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:08 smithi079 bash[35301]: audit 2024-01-23T23:30:07.692082+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-23T23:30:08.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:07.692082+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-23T23:30:08.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:06.749383+0000 mgr.y (mgr.34107) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-23T23:30:08.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:07.688796+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:08.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:07.689735+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:08.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:07.690384+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:08.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:07.691039+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:08.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:07.692082+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-23T23:30:08.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:08 smithi079 systemd[1]: Stopping Ceph mon.b for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:08.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:08 smithi079 bash[35301]: debug 2024-01-23T23:30:08.699+0000 7f760d703700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:30:08.955 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:08 smithi079 bash[35301]: debug 2024-01-23T23:30:08.699+0000 7f760d703700 -1 mon.b@2(peon) e3 *** Got Signal Terminated *** 2024-01-23T23:30:09.353 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:09 smithi079 bash[55696]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon.b 2024-01-23T23:30:09.376 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:30:08 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:30:08.971+0000 7f2d485ce700 -1 mgr.server handle_report got status from non-daemon mon.c 2024-01-23T23:30:10.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:09 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.b.service: Succeeded. 2024-01-23T23:30:10.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:09 smithi079 systemd[1]: Stopped Ceph mon.b for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:30:10.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:09 smithi079 systemd[1]: Starting Ceph mon.b for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:10.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.185+0000 7f90374d3880 0 set uid:gid to 167:167 (ceph:ceph) 2024-01-23T23:30:10.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.185+0000 7f90374d3880 0 ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable), process ceph-mon, pid 7 2024-01-23T23:30:10.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.185+0000 7f90374d3880 0 pidfile_write: ignore empty --pid-file 2024-01-23T23:30:10.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.189+0000 7f90374d3880 0 load: jerasure load: lrc load: isa 2024-01-23T23:30:10.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: RocksDB version: 6.8.1 2024-01-23T23:30:10.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Git sha rocksdb_build_git_sha:@0@ 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Compile date Jan 11 2024 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: DB SUMMARY 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: CURRENT file: CURRENT 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: IDENTITY file: IDENTITY 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: MANIFEST file: MANIFEST-000005 size: 646 Bytes 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: SST files in /var/lib/ceph/mon/ceph-b/store.db dir, Total Num: 2, files: 000020.sst 000021.sst 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Write Ahead Log file in /var/lib/ceph/mon/ceph-b/store.db: 000018.log size: 294591 ; 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.error_if_exists: 0 2024-01-23T23:30:10.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.create_if_missing: 0 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.paranoid_checks: 1 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.env: 0x55d68c109080 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.fs: Posix File System 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.info_log: 0x55d68ccbda20 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_file_opening_threads: 16 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.statistics: (nil) 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.use_fsync: 0 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_log_file_size: 0 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_manifest_file_size: 1073741824 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.log_file_time_to_roll: 0 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.keep_log_file_num: 1000 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.recycle_log_file_num: 0 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.allow_fallocate: 1 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.allow_mmap_reads: 0 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.allow_mmap_writes: 0 2024-01-23T23:30:10.605 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.use_direct_reads: 0 2024-01-23T23:30:10.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.use_direct_io_for_flush_and_compaction: 0 2024-01-23T23:30:10.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.create_missing_column_families: 0 2024-01-23T23:30:10.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.db_log_dir: 2024-01-23T23:30:10.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.wal_dir: /var/lib/ceph/mon/ceph-b/store.db 2024-01-23T23:30:10.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.table_cache_numshardbits: 6 2024-01-23T23:30:10.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_subcompactions: 1 2024-01-23T23:30:10.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_background_flushes: -1 2024-01-23T23:30:10.606 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.WAL_ttl_seconds: 0 2024-01-23T23:30:10.607 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.WAL_size_limit_MB: 0 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_write_batch_group_size_bytes: 1048576 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.manifest_preallocation_size: 4194304 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.is_fd_close_on_exec: 1 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.advise_random_on_open: 1 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.db_write_buffer_size: 0 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.write_buffer_manager: 0x55d68d9ba390 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.access_hint_on_compaction_start: 1 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.new_table_reader_for_compaction_inputs: 0 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.random_access_max_buffer_size: 1048576 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.use_adaptive_mutex: 0 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.rate_limiter: (nil) 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.sst_file_manager.rate_bytes_per_sec: 0 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.wal_recovery_mode: 2 2024-01-23T23:30:10.608 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.enable_thread_tracking: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.enable_pipelined_write: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.unordered_write: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.allow_concurrent_memtable_write: 1 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.enable_write_thread_adaptive_yield: 1 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.write_thread_max_yield_usec: 100 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.write_thread_slow_yield_usec: 3 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.row_cache: None 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.wal_filter: None 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.avoid_flush_during_recovery: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.allow_ingest_behind: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.preserve_deletes: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.two_write_queues: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.manual_wal_flush: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.atomic_flush: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.avoid_unnecessary_blocking_io: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.persist_stats_to_disk: 0 2024-01-23T23:30:10.609 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.write_dbid_to_manifest: 0 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.log_readahead_size: 0 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.sst_file_checksum_func: Unknown 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_background_jobs: 2 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_background_compactions: -1 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.avoid_flush_during_shutdown: 0 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.writable_file_max_buffer_size: 1048576 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.delayed_write_rate : 16777216 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_total_wal_size: 0 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.delete_obsolete_files_period_micros: 21600000000 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.stats_dump_period_sec: 600 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.stats_persist_period_sec: 600 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.stats_history_buffer_size: 1048576 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_open_files: -1 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.bytes_per_sync: 0 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.wal_bytes_per_sync: 0 2024-01-23T23:30:10.610 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.strict_bytes_per_sync: 0 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_readahead_size: 0 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Compression algorithms supported: 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: kZSTDNotFinalCompression supported: 0 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: kZSTD supported: 0 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: kXpressCompression supported: 0 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: kLZ4HCCompression supported: 1 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: kLZ4Compression supported: 1 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: kBZip2Compression supported: 0 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: kZlibCompression supported: 1 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: kSnappyCompression supported: 1 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Fast CRC32 supported: Supported on x86 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: [version_set.cc:4413] Recovering from manifest file: /var/lib/ceph/mon/ceph-b/store.db/MANIFEST-000005 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: [column_family.cc:552] --------------- Options for column family [default]: 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.611 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.comparator: leveldb.BytewiseComparator 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.merge_operator: 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_filter: None 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_filter_factory: None 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.memtable_factory: SkipListFactory 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.table_factory: BlockBasedTable 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: table_factory options: flush_block_policy_factory: FlushBlockBySizePolicyFactory (0x55d68cc6dd28) 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cache_index_and_filter_blocks: 1 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cache_index_and_filter_blocks_with_high_priority: 0 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: pin_l0_filter_and_index_blocks_in_cache: 0 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: pin_top_level_index_and_filter: 1 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: index_type: 0 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: data_block_index_type: 0 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: index_shortening: 1 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: data_block_hash_table_util_ratio: 0.750000 2024-01-23T23:30:10.612 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: hash_index_allow_collision: 1 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: checksum: 1 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: no_block_cache: 0 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: block_cache: 0x55d68cca2f10 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: block_cache_name: BinnedLRUCache 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: block_cache_options: 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: capacity : 536870912 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: num_shard_bits : 4 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: strict_capacity_limit : 0 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: high_pri_pool_ratio: 0.000 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: block_cache_compressed: (nil) 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: persistent_cache: (nil) 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: block_size: 4096 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: block_size_deviation: 10 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: block_restart_interval: 16 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: index_block_restart_interval: 1 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: metadata_block_size: 4096 2024-01-23T23:30:10.613 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: partition_filters: 0 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: use_delta_encoding: 1 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: filter_policy: rocksdb.BuiltinBloomFilter 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: whole_key_filtering: 1 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: verify_compression: 0 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: read_amp_bytes_per_bit: 0 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: format_version: 2 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: enable_index_compression: 1 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: block_align: 0 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.write_buffer_size: 33554432 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_write_buffer_number: 2 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compression: NoCompression 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.bottommost_compression: Disabled 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.prefix_extractor: nullptr 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.memtable_insert_with_hint_prefix_extractor: nullptr 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.num_levels: 7 2024-01-23T23:30:10.614 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.min_write_buffer_number_to_merge: 1 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_write_buffer_number_to_maintain: 0 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_write_buffer_size_to_maintain: 0 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.bottommost_compression_opts.window_bits: -14 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.bottommost_compression_opts.level: 32767 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.bottommost_compression_opts.strategy: 0 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.bottommost_compression_opts.max_dict_bytes: 0 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.bottommost_compression_opts.zstd_max_train_bytes: 0 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.bottommost_compression_opts.enabled: false 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compression_opts.window_bits: -14 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compression_opts.level: 32767 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compression_opts.strategy: 0 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compression_opts.max_dict_bytes: 0 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compression_opts.zstd_max_train_bytes: 0 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compression_opts.enabled: false 2024-01-23T23:30:10.615 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.level0_file_num_compaction_trigger: 4 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.level0_slowdown_writes_trigger: 20 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.level0_stop_writes_trigger: 36 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.target_file_size_base: 67108864 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.target_file_size_multiplier: 1 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_bytes_for_level_base: 268435456 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.level_compaction_dynamic_level_bytes: 1 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_bytes_for_level_multiplier: 10.000000 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[0]: 1 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[1]: 1 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[2]: 1 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[3]: 1 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[4]: 1 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[5]: 1 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_bytes_for_level_multiplier_addtl[6]: 1 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_sequential_skip_in_iterations: 8 2024-01-23T23:30:10.616 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_compaction_bytes: 1677721600 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.arena_block_size: 4194304 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.soft_pending_compaction_bytes_limit: 68719476736 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.hard_pending_compaction_bytes_limit: 274877906944 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.rate_limit_delay_max_milliseconds: 100 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.disable_auto_compactions: 0 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_style: kCompactionStyleLevel 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_pri: kMinOverlappingRatio 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_options_universal.size_ratio: 1 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_options_universal.min_merge_width: 2 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_options_universal.max_merge_width: 4294967295 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_options_universal.max_size_amplification_percent: 200 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_options_universal.compression_size_percent: -1 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_options_universal.stop_style: kCompactionStopStyleTotalSize 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_options_fifo.max_table_files_size: 1073741824 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.compaction_options_fifo.allow_compaction: 0 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.table_properties_collectors: 2024-01-23T23:30:10.617 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.inplace_update_support: 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.inplace_update_num_locks: 10000 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.memtable_prefix_bloom_size_ratio: 0.000000 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.memtable_whole_key_filtering: 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.memtable_huge_page_size: 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.bloom_locality: 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.max_successive_merges: 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.optimize_filters_for_hits: 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.paranoid_file_checks: 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.force_consistency_checks: 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.report_bg_io_stats: 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.ttl: 2592000 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.190+0000 7f90374d3880 4 rocksdb: Options.periodic_compaction_seconds: 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.191+0000 7f90374d3880 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 23, last_sequence is 9063, log_number is 18,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.618 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.191+0000 7f90374d3880 4 rocksdb: [version_set.cc:4577] Column family [default] (ID 0), log number is 18 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.191+0000 7f90374d3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052610193028, "job": 1, "event": "recovery_started", "log_files": [18]} 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.191+0000 7f90374d3880 4 rocksdb: [db_impl/db_impl_open.cc:760] Recovering log #18 mode 2 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.192+0000 7f90374d3880 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-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.192+0000 7f90374d3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052610194122, "cf_name": "default", "job": 1, "event": "table_file_creation", "file_number": 23, "file_size": 197053, "table_properties": {"data_size": 195716, "index_size": 327, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 197, "raw_key_size": 855, "raw_average_key_size": 25, "raw_value_size": 194785, "raw_average_value_size": 5728, "num_data_blocks": 10, "num_entries": 34, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "filter_policy": "rocksdb.BuiltinBloomFilter", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "", "prefix_extractor_name": "nullptr", "property_collectors": "[]", "compression": "NoCompression", "compression_options": "window_bits=-14; level=32767; strategy=0; max_dict_bytes=0; zstd_max_train_bytes=0; enabled=0; ", "creation_time": 1706052610, "oldest_key_time": 3, "file_creation_time": 0}} 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.192+0000 7f90374d3880 4 rocksdb: [version_set.cc:3826] Creating manifest 24 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.193+0000 7f90374d3880 4 rocksdb: EVENT_LOG_v1 {"time_micros": 1706052610194523, "job": 1, "event": "recovery_finished"} 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.193+0000 7f90374d3880 4 rocksdb: DB pointer 0x55d68cd6b800 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.193+0000 7f901e2c8700 4 rocksdb: [db_impl/db_impl.cc:850] ------- DUMPING STATS ------- 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.193+0000 7f901e2c8700 4 rocksdb: [db_impl/db_impl.cc:851] 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ** DB Stats ** 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Cumulative WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 GB, 0.00 MB/s 2024-01-23T23:30:10.619 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Cumulative stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Interval WAL: 0 writes, 0 syncs, 0.00 writes per sync, written: 0.00 MB, 0.00 MB/s 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Interval stall: 00:00:0.000 H:M:S, 0.0 percent 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ** Compaction Stats [default] ** 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: L0 1/0 192.43 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 272.7 0.00 0.00 1 0.001 0 0 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: L6 2/0 69.57 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-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Sum 3/0 69.76 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 272.7 0.00 0.00 1 0.001 0 0 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Int 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 272.7 0.00 0.00 1 0.001 0 0 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ** Compaction Stats [default] ** 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:30:10.620 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 272.7 0.00 0.00 1 0.001 0 0 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: AddFile(Total Files): cumulative 0, interval 0 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: AddFile(Keys): cumulative 0, interval 0 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Cumulative compaction: 0.00 GB write, 61.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Interval compaction: 0.00 GB write, 61.51 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ** File Read Latency Histogram By Level [default] ** 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ** Compaction Stats [default] ** 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:30:10.621 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: L0 1/0 192.43 KB 0.2 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 272.7 0.00 0.00 1 0.001 0 0 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: L6 2/0 69.57 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-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Sum 3/0 69.76 MB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 1.0 0.0 272.7 0.00 0.00 1 0.001 0 0 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ** Compaction Stats [default] ** 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: User 0/0 0.00 KB 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 272.7 0.00 0.00 1 0.001 0 0 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Uptime(secs): 0.0 total, 0.0 interval 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Flush(GB): cumulative 0.000, interval 0.000 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: AddFile(GB): cumulative 0.000, interval 0.000 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: AddFile(Total Files): cumulative 0, interval 0 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: AddFile(L0 Files): cumulative 0, interval 0 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: AddFile(Keys): cumulative 0, interval 0 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: Cumulative compaction: 0.00 GB write, 60.88 MB/s write, 0.00 GB read, 0.00 MB/s read, 0.0 seconds 2024-01-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.622 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: ** File Read Latency Histogram By Level [default] ** 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.194+0000 7f90374d3880 0 starting mon.b rank 2 at public addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] at bind addrs [v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0] mon_data /var/lib/ceph/mon/ceph-b fsid e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.195+0000 7f90374d3880 1 mon.b@-1(???) e3 preinit fsid e5313d84-ba45-11ee-95b1-87774f69a715 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.195+0000 7f90374d3880 0 mon.b@-1(???).mds e1 new map 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.195+0000 7f90374d3880 0 mon.b@-1(???).mds e1 print_map 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: e1 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: enable_multiple, ever_enabled_multiple: 0,0 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 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-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: legacy client fscid: -1 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: No filesystems configured 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.195+0000 7f90374d3880 0 mon.b@-1(???).osd e80 crush map has features 3314933000852226048, adjusting msgr requires 2024-01-23T23:30:10.623 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.195+0000 7f90374d3880 0 mon.b@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.195+0000 7f90374d3880 0 mon.b@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.195+0000 7f90374d3880 0 mon.b@-1(???).osd e80 crush map has features 288514051259236352, adjusting msgr requires 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:06.749383+0000 mgr.y (mgr.34107) 10 : cephadm [INF] Upgrade: It appears safe to stop mon.b 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:07.688796+0000 mon.a (mon.0) 127 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:07.689735+0000 mon.a (mon.0) 128 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:07.690384+0000 mon.a (mon.0) 129 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:07.691039+0000 mon.a (mon.0) 130 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:07.692082+0000 mon.a (mon.0) 131 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:10.196+0000 7f90374d3880 1 mon.b@-1(???).paxosservice(auth 1..20) refresh upgraded, format 0 -> 3 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 bash[55877]: bca27cfd1c42a7db39913cb20beece348804296ed5c4dbd8e9b5f67636a9ac39 2024-01-23T23:30:10.624 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:10 smithi079 systemd[1]: Started Ceph mon.b for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:30:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.189791+0000 mgr.y (mgr.34107) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.416521+0000 mon.a (mon.0) 138 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:10.417202+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:30:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.417571+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-23T23:30:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.417629+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-23T23:30:11.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.417659+0000 mon.a (mon.0) 140 : cluster [INF] mon.a calling monitor election 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.430509+0000 mon.a (mon.0) 141 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:10.431219+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:10.431520+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.434468+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.434910+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.434940+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.435321+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e29: y(active, since 20s), standbys: x 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:10.438657+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:10.441151+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:10.442208+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:11.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:11 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:10.443825+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:30:11.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.189791+0000 mgr.y (mgr.34107) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:11.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.416521+0000 mon.a (mon.0) 138 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:11.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:10.417202+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:30:11.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.417571+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.417629+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.417659+0000 mon.a (mon.0) 140 : cluster [INF] mon.a calling monitor election 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.430509+0000 mon.a (mon.0) 141 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:10.431219+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:10.431520+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.434468+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.434910+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.434940+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.435321+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e29: y(active, since 20s), standbys: x 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:10.438657+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:10.441151+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:10.442208+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:11.877 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:10.443825+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.189791+0000 mgr.y (mgr.34107) 14 : cluster [DBG] pgmap v10: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.416521+0000 mon.a (mon.0) 138 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:10.417202+0000 mon.a (mon.0) 139 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "a"}]: dispatch 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.417571+0000 mon.c (mon.1) 2 : cluster [INF] mon.c calling monitor election 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.417629+0000 mon.b (mon.2) 2 : cluster [INF] mon.b calling monitor election 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.417659+0000 mon.a (mon.0) 140 : cluster [INF] mon.a calling monitor election 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.430509+0000 mon.a (mon.0) 141 : cluster [INF] mon.a is new leader, mons a,c,b in quorum (ranks 0,1,2) 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:10.431219+0000 mon.a (mon.0) 142 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "b"}]: dispatch 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:10.431520+0000 mon.a (mon.0) 143 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mon metadata", "id": "c"}]: dispatch 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.434468+0000 mon.a (mon.0) 144 : cluster [DBG] monmap e4: 3 mons at {a=[v2:172.21.15.37:3300/0,v1:172.21.15.37:6789/0],b=[v2:172.21.15.79:3300/0,v1:172.21.15.79:6789/0],c=[v2:172.21.15.37:3301/0,v1:172.21.15.37:6790/0]} removed_ranks: {} 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.434910+0000 mon.a (mon.0) 145 : cluster [DBG] fsmap 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.434940+0000 mon.a (mon.0) 146 : cluster [DBG] osdmap e80: 8 total, 8 up, 8 in 2024-01-23T23:30:11.878 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.435321+0000 mon.a (mon.0) 147 : cluster [DBG] mgrmap e29: y(active, since 20s), standbys: x 2024-01-23T23:30:11.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:10.438657+0000 mon.a (mon.0) 148 : cluster [INF] overall HEALTH_OK 2024-01-23T23:30:11.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:10.441151+0000 mon.a (mon.0) 149 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:11.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:10.442208+0000 mon.a (mon.0) 150 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config dump", "format": "json"}]: dispatch 2024-01-23T23:30:11.879 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:11 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:10.443825+0000 mon.a (mon.0) 151 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon","key": "container_image"}]: dispatch 2024-01-23T23:30:13.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:13 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:12.190504+0000 mgr.y (mgr.34107) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:13.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:13 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:12.190504+0000 mgr.y (mgr.34107) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:13.876 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:13 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:12.190504+0000 mgr.y (mgr.34107) 15 : cluster [DBG] pgmap v11: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:13.637410+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:13.641875+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:13.645170+0000 mgr.y (mgr.34107) 16 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:13.645477+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:13.646259+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:13.646997+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:13.647646+0000 mgr.y (mgr.34107) 17 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:13.648071+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:14.191098+0000 mgr.y (mgr.34107) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:14.472182+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:14.923 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:14.472896+0000 mgr.y (mgr.34107) 19 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:14.473137+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:14.473805+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:14.474423+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:14.474924+0000 mgr.y (mgr.34107) 20 : cephadm [INF] Reconfiguring daemon mgr.y on smithi037 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:14.475254+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:13.637410+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:13.641875+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:13.645170+0000 mgr.y (mgr.34107) 16 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:13.645477+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:13.646259+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:13.646997+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:14.924 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:13.647646+0000 mgr.y (mgr.34107) 17 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-01-23T23:30:14.925 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:13.648071+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-23T23:30:14.925 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:14.191098+0000 mgr.y (mgr.34107) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:14.925 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:14.472182+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:14.925 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:14.472896+0000 mgr.y (mgr.34107) 19 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-23T23:30:14.925 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:14.473137+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:30:14.925 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:14.473805+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:30:14.925 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:14.474423+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:14.925 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:14.474924+0000 mgr.y (mgr.34107) 20 : cephadm [INF] Reconfiguring daemon mgr.y on smithi037 2024-01-23T23:30:14.925 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:14 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:14.475254+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-23T23:30:15.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:13.637410+0000 mon.a (mon.0) 152 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:15.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:13.641875+0000 mon.a (mon.0) 153 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:15.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:13.645170+0000 mgr.y (mgr.34107) 16 : cephadm [INF] Reconfiguring mon.a (monmap changed)... 2024-01-23T23:30:15.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:13.645477+0000 mon.a (mon.0) 154 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:15.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:13.646259+0000 mon.a (mon.0) 155 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:15.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:13.646997+0000 mon.a (mon.0) 156 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:15.103 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:13.647646+0000 mgr.y (mgr.34107) 17 : cephadm [INF] Reconfiguring daemon mon.a on smithi037 2024-01-23T23:30:15.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:13.648071+0000 mon.a (mon.0) 157 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "container_image"}]: dispatch 2024-01-23T23:30:15.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:14.191098+0000 mgr.y (mgr.34107) 18 : cluster [DBG] pgmap v12: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:15.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:14.472182+0000 mon.a (mon.0) 158 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:15.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:14.472896+0000 mgr.y (mgr.34107) 19 : cephadm [INF] Reconfiguring mgr.y (monmap changed)... 2024-01-23T23:30:15.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:14.473137+0000 mon.a (mon.0) 159 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.y", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:30:15.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:14.473805+0000 mon.a (mon.0) 160 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:30:15.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:14.474423+0000 mon.a (mon.0) 161 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:15.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:14.474924+0000 mgr.y (mgr.34107) 20 : cephadm [INF] Reconfiguring daemon mgr.y on smithi037 2024-01-23T23:30:15.104 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:14 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:14.475254+0000 mon.a (mon.0) 162 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.y","key": "container_image"}]: dispatch 2024-01-23T23:30:15.616 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:30:15 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y[60272]: debug 2024-01-23T23:30:15.203+0000 7f2d485ce700 -1 mgr.server handle_report got status from non-daemon mon.b 2024-01-23T23:30:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:15.319410+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:15.320122+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-23T23:30:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:15.320347+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:15.320897+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:15.321379+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:15.321845+0000 mgr.y (mgr.34107) 22 : cephadm [INF] Reconfiguring daemon mon.c on smithi037 2024-01-23T23:30:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:15.322167+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-23T23:30:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:16.154807+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:16.603 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:16.155706+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-23T23:30:16.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:16.156284+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:16.604 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:16 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:16.157577+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-23T23:30:16.624 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:15.319410+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:16.624 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:15.320122+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-23T23:30:16.624 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:15.320347+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:16.624 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:15.320897+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:16.624 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:15.321379+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:16.624 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:15.321845+0000 mgr.y (mgr.34107) 22 : cephadm [INF] Reconfiguring daemon mon.c on smithi037 2024-01-23T23:30:16.624 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:15.322167+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-23T23:30:16.624 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:16.154807+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:16.624 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:16.155706+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-23T23:30:16.624 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:16.156284+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:16.157577+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:15.319410+0000 mon.a (mon.0) 163 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:15.320122+0000 mgr.y (mgr.34107) 21 : cephadm [INF] Reconfiguring mon.c (monmap changed)... 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:15.320347+0000 mon.a (mon.0) 164 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:15.320897+0000 mon.a (mon.0) 165 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:15.321379+0000 mon.a (mon.0) 166 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:15.321845+0000 mgr.y (mgr.34107) 22 : cephadm [INF] Reconfiguring daemon mon.c on smithi037 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:15.322167+0000 mon.a (mon.0) 167 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "container_image"}]: dispatch 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:16.154807+0000 mon.a (mon.0) 168 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:16.155706+0000 mon.a (mon.0) 169 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.0"}]: dispatch 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:16.156284+0000 mon.a (mon.0) 170 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:16.625 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:16 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:16.157577+0000 mon.a (mon.0) 171 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "container_image"}]: dispatch 2024-01-23T23:30:17.609 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:16.155492+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-23T23:30:17.609 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:16.157256+0000 mgr.y (mgr.34107) 24 : cephadm [INF] Reconfiguring daemon osd.0 on smithi037 2024-01-23T23:30:17.610 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:16.191486+0000 mgr.y (mgr.34107) 25 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:17.610 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:17.008809+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:17.610 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:17.009764+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-23T23:30:17.610 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:17.010286+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:17.610 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:17.011702+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-23T23:30:17.610 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:16.155492+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-23T23:30:17.610 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:16.157256+0000 mgr.y (mgr.34107) 24 : cephadm [INF] Reconfiguring daemon osd.0 on smithi037 2024-01-23T23:30:17.610 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:16.191486+0000 mgr.y (mgr.34107) 25 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:17.610 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:17.008809+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:17.610 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:17.009764+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-23T23:30:17.611 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:17.010286+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:17.611 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:17 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:17.011702+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-23T23:30:17.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:17 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:16.155492+0000 mgr.y (mgr.34107) 23 : cephadm [INF] Reconfiguring osd.0 (monmap changed)... 2024-01-23T23:30:17.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:17 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:16.157256+0000 mgr.y (mgr.34107) 24 : cephadm [INF] Reconfiguring daemon osd.0 on smithi037 2024-01-23T23:30:17.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:17 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:16.191486+0000 mgr.y (mgr.34107) 25 : cluster [DBG] pgmap v13: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:17.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:17 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:17.008809+0000 mon.a (mon.0) 172 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:17.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:17 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:17.009764+0000 mon.a (mon.0) 173 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.1"}]: dispatch 2024-01-23T23:30:17.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:17 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:17.010286+0000 mon.a (mon.0) 174 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:17.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:17 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:17.011702+0000 mon.a (mon.0) 175 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "container_image"}]: dispatch 2024-01-23T23:30:18.151 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph orch ps' 2024-01-23T23:30:18.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:18 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:17.009525+0000 mgr.y (mgr.34107) 26 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-23T23:30:18.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:18 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:17.011257+0000 mgr.y (mgr.34107) 27 : cephadm [INF] Reconfiguring daemon osd.1 on smithi037 2024-01-23T23:30:18.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:18 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:17.864788+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:18.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:18 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:17.865830+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-23T23:30:18.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:18 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:17.866409+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:18.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:18 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:17.867777+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-23T23:30:18.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:17.009525+0000 mgr.y (mgr.34107) 26 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-23T23:30:18.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:17.011257+0000 mgr.y (mgr.34107) 27 : cephadm [INF] Reconfiguring daemon osd.1 on smithi037 2024-01-23T23:30:18.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:17.864788+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:18.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:17.865830+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-23T23:30:18.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:17.866409+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:18.876 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:17.867777+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-23T23:30:18.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:17.009525+0000 mgr.y (mgr.34107) 26 : cephadm [INF] Reconfiguring osd.1 (monmap changed)... 2024-01-23T23:30:18.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:17.011257+0000 mgr.y (mgr.34107) 27 : cephadm [INF] Reconfiguring daemon osd.1 on smithi037 2024-01-23T23:30:18.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:17.864788+0000 mon.a (mon.0) 176 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:18.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:17.865830+0000 mon.a (mon.0) 177 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.2"}]: dispatch 2024-01-23T23:30:18.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:17.866409+0000 mon.a (mon.0) 178 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:18.877 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:18 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:17.867777+0000 mon.a (mon.0) 179 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "container_image"}]: dispatch 2024-01-23T23:30:19.534 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:17.865586+0000 mgr.y (mgr.34107) 28 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:17.867420+0000 mgr.y (mgr.34107) 29 : cephadm [INF] Reconfiguring daemon osd.2 on smithi037 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:18.192041+0000 mgr.y (mgr.34107) 30 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:18.853668+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:18.854618+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:18.855122+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:18.856381+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:17.865586+0000 mgr.y (mgr.34107) 28 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:17.867420+0000 mgr.y (mgr.34107) 29 : cephadm [INF] Reconfiguring daemon osd.2 on smithi037 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:18.192041+0000 mgr.y (mgr.34107) 30 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:18.853668+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:19.535 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:18.854618+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-23T23:30:19.536 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:18.855122+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:19.536 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:19 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:18.856381+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-23T23:30:19.571 INFO:teuthology.orchestra.run.smithi037.stdout:NAME HOST PORTS STATUS REFRESHED AGE MEM USE MEM LIM VERSION IMAGE ID CONTAINER ID 2024-01-23T23:30:19.571 INFO:teuthology.orchestra.run.smithi037.stdout:alertmanager.a smithi037 running (104s) 12s ago 6m 17.8M - 0.26.0 9f27df16978d 5794651c180b 2024-01-23T23:30:19.571 INFO:teuthology.orchestra.run.smithi037.stdout:grafana.a smithi079 running (5m) 5s ago 5m 33.7M - 6.6.2 87a51ecf0b1c 990883b140d1 2024-01-23T23:30:19.571 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.x smithi079 *:8443 running (50s) 5s ago 8m 389M - 16.2.14-449-ga70aebef 377ff36742d8 e6eb56ffdac6 2024-01-23T23:30:19.571 INFO:teuthology.orchestra.run.smithi037.stdout:mgr.y smithi037 *:8443 running (81s) 12s ago 10m 423M - 16.2.14-449-ga70aebef 377ff36742d8 7703eedc4957 2024-01-23T23:30:19.571 INFO:teuthology.orchestra.run.smithi037.stdout:mon.a smithi037 running (43s) 12s ago 10m 67.1M 2048M 16.2.14-449-ga70aebef 377ff36742d8 f3cb7569edb3 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:mon.b smithi079 running (9s) 5s ago 8m 19.7M 2048M 16.2.14-449-ga70aebef 377ff36742d8 bca27cfd1c42 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:mon.c smithi037 running (15s) 12s ago 8m 28.0M 2048M 16.2.14-449-ga70aebef 377ff36742d8 c16078857e50 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.a smithi037 running (6m) 12s ago 6m 10.9M - 1.7.0 72c9c2088986 c00c5f4edb14 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:node-exporter.b smithi079 running (6m) 5s ago 6m 11.6M - 1.7.0 72c9c2088986 19f462049936 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:osd.0 smithi037 running (8m) 12s ago 8m 78.0M 4096M 15.2.0 204a01f9b0b6 6727d9b671c8 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:osd.1 smithi037 running (7m) 12s ago 8m 79.1M 4096M 15.2.0 204a01f9b0b6 5a2918d01f42 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:osd.2 smithi037 running (7m) 12s ago 7m 62.7M 4096M 15.2.0 204a01f9b0b6 96b4312b842e 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:osd.3 smithi037 running (7m) 12s ago 7m 83.9M 4096M 15.2.0 204a01f9b0b6 035730ebccbf 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:osd.4 smithi079 running (7m) 5s ago 7m 81.1M 4096M 15.2.0 204a01f9b0b6 48aff1b48047 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:osd.5 smithi079 running (6m) 5s ago 7m 78.8M 4096M 15.2.0 204a01f9b0b6 f7c27cf7b692 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:osd.6 smithi079 running (6m) 5s ago 6m 72.3M 4096M 15.2.0 204a01f9b0b6 188ab6b29980 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:osd.7 smithi079 running (6m) 5s ago 6m 79.5M 4096M 15.2.0 204a01f9b0b6 92bf85850c75 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:prometheus.a smithi079 running (95s) 5s ago 6m 36.7M - 2.49.1 2a72b385beaf ca83f9279e07 2024-01-23T23:30:19.572 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi037.rkvbso smithi037 running (5m) 12s ago 5m 56.2M - 15.2.0 204a01f9b0b6 8482607f0c04 2024-01-23T23:30:19.573 INFO:teuthology.orchestra.run.smithi037.stdout:rgw.r.z.smithi079.atwyor smithi079 running (5m) 5s ago 5m 54.5M - 15.2.0 204a01f9b0b6 f7c1aabeecfd 2024-01-23T23:30:19.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:19 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:17.865586+0000 mgr.y (mgr.34107) 28 : cephadm [INF] Reconfiguring osd.2 (monmap changed)... 2024-01-23T23:30:19.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:19 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:17.867420+0000 mgr.y (mgr.34107) 29 : cephadm [INF] Reconfiguring daemon osd.2 on smithi037 2024-01-23T23:30:19.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:19 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:18.192041+0000 mgr.y (mgr.34107) 30 : cluster [DBG] pgmap v14: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:19.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:19 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:18.853668+0000 mon.a (mon.0) 180 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:19.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:19 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:18.854618+0000 mon.a (mon.0) 181 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.3"}]: dispatch 2024-01-23T23:30:19.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:19 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:18.855122+0000 mon.a (mon.0) 182 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:19.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:19 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:18.856381+0000 mon.a (mon.0) 183 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "container_image"}]: dispatch 2024-01-23T23:30:19.948 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph versions' 2024-01-23T23:30:20.721 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:18.854403+0000 mgr.y (mgr.34107) 31 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-23T23:30:20.721 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:18.856032+0000 mgr.y (mgr.34107) 32 : cephadm [INF] Reconfiguring daemon osd.3 on smithi037 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.558969+0000 mgr.y (mgr.34107) 33 : audit [DBG] from='client.34122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.561057+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.561426+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.561720+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.562000+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.562269+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.562536+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.564147+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.564420+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.564710+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.564974+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.565252+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.722 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.796535+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:18.854403+0000 mgr.y (mgr.34107) 31 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:18.856032+0000 mgr.y (mgr.34107) 32 : cephadm [INF] Reconfiguring daemon osd.3 on smithi037 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.558969+0000 mgr.y (mgr.34107) 33 : audit [DBG] from='client.34122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.561057+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.561426+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.561720+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.562000+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.562269+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.562536+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.564147+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-23T23:30:20.723 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.564420+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.724 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.564710+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.724 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.564974+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.724 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.565252+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.724 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.796535+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:20.724 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.797721+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-23T23:30:20.724 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.798345+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-23T23:30:20.724 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.803386+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-23T23:30:20.724 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.807309+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:20.724 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.808001+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi037.rkvbso"}]: dispatch 2024-01-23T23:30:20.724 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.808524+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:20.725 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:19.809353+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi037.rkvbso","key": "container_image"}]: dispatch 2024-01-23T23:30:20.725 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.797721+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-23T23:30:20.725 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.798345+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-23T23:30:20.725 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.803386+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-23T23:30:20.725 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.807309+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:20.725 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.808001+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi037.rkvbso"}]: dispatch 2024-01-23T23:30:20.725 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.808524+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:20.725 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:20 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:19.809353+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi037.rkvbso","key": "container_image"}]: dispatch 2024-01-23T23:30:20.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:18.854403+0000 mgr.y (mgr.34107) 31 : cephadm [INF] Reconfiguring osd.3 (monmap changed)... 2024-01-23T23:30:20.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:18.856032+0000 mgr.y (mgr.34107) 32 : cephadm [INF] Reconfiguring daemon osd.3 on smithi037 2024-01-23T23:30:20.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.558969+0000 mgr.y (mgr.34107) 33 : audit [DBG] from='client.34122 -' entity='client.admin' cmd=[{"prefix": "orch ps", "target": ["mon-mgr", ""]}]: dispatch 2024-01-23T23:30:20.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.561057+0000 mon.a (mon.0) 184 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.a","key": "mon_memory_target"}]: dispatch 2024-01-23T23:30:20.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.561426+0000 mon.a (mon.0) 185 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.c","key": "mon_memory_target"}]: dispatch 2024-01-23T23:30:20.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.561720+0000 mon.a (mon.0) 186 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.0","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.562000+0000 mon.a (mon.0) 187 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.1","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.562269+0000 mon.a (mon.0) 188 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.2","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.562536+0000 mon.a (mon.0) 189 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.3","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.564147+0000 mon.a (mon.0) 190 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "mon_memory_target"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.564420+0000 mon.a (mon.0) 191 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.564710+0000 mon.a (mon.0) 192 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.5","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.564974+0000 mon.a (mon.0) 193 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.6","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.565252+0000 mon.a (mon.0) 194 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.7","key": "osd_memory_target"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.796535+0000 mon.a (mon.0) 195 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.797721+0000 mon.a (mon.0) 196 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.798345+0000 mon.a (mon.0) 197 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.803386+0000 mon.a (mon.0) 198 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd='[{"prefix": "auth caps", "entity": "client.rgw.r.z.smithi037.rkvbso", "caps": ["mon", "allow *", "mgr", "allow rw", "osd", "allow rwx tag rgw *=*"]}]': finished 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.807309+0000 mon.a (mon.0) 199 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.808001+0000 mon.a (mon.0) 200 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "client.rgw.r.z.smithi037.rkvbso"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.808524+0000 mon.a (mon.0) 201 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:20.854 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:20 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:19.809353+0000 mon.a (mon.0) 202 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "client.rgw.r.z.smithi037.rkvbso","key": "container_image"}]: dispatch 2024-01-23T23:30:21.452 INFO:teuthology.orchestra.run.smithi037.stdout:{ 2024-01-23T23:30:21.452 INFO:teuthology.orchestra.run.smithi037.stdout: "mon": { 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 3 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: "mgr": { 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 2 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: "osd": { 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 8 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: "mds": {}, 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: "rgw": { 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 2 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: }, 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: "overall": { 2024-01-23T23:30:21.453 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 15.2.0 (dc6a0b5c3cbf6a5e1d6d4f20b5ad466d76b96247) octopus (rc)": 10, 2024-01-23T23:30:21.454 INFO:teuthology.orchestra.run.smithi037.stdout: "ceph version 16.2.14-449-ga70aebef (a70aebef70df6ec2d957347ccbfc484e0573dd5f) pacific (stable)": 5 2024-01-23T23:30:21.454 INFO:teuthology.orchestra.run.smithi037.stdout: } 2024-01-23T23:30:21.454 INFO:teuthology.orchestra.run.smithi037.stdout:} 2024-01-23T23:30:21.745 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:19.797464+0000 mgr.y (mgr.34107) 34 : cephadm [INF] Reconfiguring rgw.r.z.smithi037.rkvbso (monmap changed)... 2024-01-23T23:30:21.745 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:19.804048+0000 mgr.y (mgr.34107) 35 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi037.rkvbso 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:19.809031+0000 mgr.y (mgr.34107) 36 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi037.rkvbso on smithi037 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:20.192540+0000 mgr.y (mgr.34107) 37 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:20.946984+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:20.947896+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:20.948497+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:20.949047+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:20.949895+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:21.451466+0000 mon.a (mon.0) 208 : audit [DBG] from='client.44107 172.21.15.37:0/1866659964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:19.797464+0000 mgr.y (mgr.34107) 34 : cephadm [INF] Reconfiguring rgw.r.z.smithi037.rkvbso (monmap changed)... 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:19.804048+0000 mgr.y (mgr.34107) 35 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi037.rkvbso 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:19.809031+0000 mgr.y (mgr.34107) 36 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi037.rkvbso on smithi037 2024-01-23T23:30:21.746 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:20.192540+0000 mgr.y (mgr.34107) 37 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:21.747 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:20.946984+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:21.747 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:20.947896+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:21.747 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:20.948497+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:21.747 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:20.949047+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:21.747 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:20.949895+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-23T23:30:21.747 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:21 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:21.451466+0000 mon.a (mon.0) 208 : audit [DBG] from='client.44107 172.21.15.37:0/1866659964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:21 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:19.797464+0000 mgr.y (mgr.34107) 34 : cephadm [INF] Reconfiguring rgw.r.z.smithi037.rkvbso (monmap changed)... 2024-01-23T23:30:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:21 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:19.804048+0000 mgr.y (mgr.34107) 35 : cephadm [WRN] Unable to update caps for client.rgw.r.z.smithi037.rkvbso 2024-01-23T23:30:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:21 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:19.809031+0000 mgr.y (mgr.34107) 36 : cephadm [INF] Reconfiguring daemon rgw.r.z.smithi037.rkvbso on smithi037 2024-01-23T23:30:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:21 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:20.192540+0000 mgr.y (mgr.34107) 37 : cluster [DBG] pgmap v15: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:21 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:20.946984+0000 mon.a (mon.0) 203 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:21 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:20.947896+0000 mon.a (mon.0) 204 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "mon."}]: dispatch 2024-01-23T23:30:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:21 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:20.948497+0000 mon.a (mon.0) 205 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get", "who": "mon", "key": "public_network"}]: dispatch 2024-01-23T23:30:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:21 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:20.949047+0000 mon.a (mon.0) 206 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:21 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:20.949895+0000 mon.a (mon.0) 207 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mon.b","key": "container_image"}]: dispatch 2024-01-23T23:30:21.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:21 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:21.451466+0000 mon.a (mon.0) 208 : audit [DBG] from='client.44107 172.21.15.37:0/1866659964' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:21.864 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm --image docker.io/ceph/ceph:v15.2.0 shell -c /etc/ceph/ceph.conf -k /etc/ceph/ceph.client.admin.keyring --fsid e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c 'ceph versions | jq -e '"'"'.overall | length == 1'"'"'' 2024-01-23T23:30:22.679 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:20.947666+0000 mgr.y (mgr.34107) 38 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-23T23:30:22.679 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:20.949563+0000 mgr.y (mgr.34107) 39 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2024-01-23T23:30:22.679 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:21.805701+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:21.806673+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:21.807301+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:21.807812+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:21.808600+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:20.947666+0000 mgr.y (mgr.34107) 38 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:20.949563+0000 mgr.y (mgr.34107) 39 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:21.805701+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:21.806673+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:21.807301+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:21.807812+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:22.680 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:22 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:21.808600+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-23T23:30:22.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:22 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:20.947666+0000 mgr.y (mgr.34107) 38 : cephadm [INF] Reconfiguring mon.b (monmap changed)... 2024-01-23T23:30:22.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:22 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:20.949563+0000 mgr.y (mgr.34107) 39 : cephadm [INF] Reconfiguring daemon mon.b on smithi079 2024-01-23T23:30:22.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:22 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:21.805701+0000 mon.a (mon.0) 209 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:22.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:22 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:21.806673+0000 mon.a (mon.0) 210 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get-or-create", "entity": "mgr.x", "caps": ["mon", "profile mgr", "osd", "allow *", "mds", "allow *"]}]: dispatch 2024-01-23T23:30:22.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:22 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:21.807301+0000 mon.a (mon.0) 211 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "mgr services"}]: dispatch 2024-01-23T23:30:22.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:22 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:21.807812+0000 mon.a (mon.0) 212 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:22.853 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:22 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:21.808600+0000 mon.a (mon.0) 213 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "mgr.x","key": "container_image"}]: dispatch 2024-01-23T23:30:23.114 INFO:teuthology.orchestra.run.smithi037.stdout:false 2024-01-23T23:30:23.455 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-23T23:30:23.456 ERROR:teuthology.run_tasks:Saw exception from tasks. Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi037 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 e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-23T23:30:23.683 ERROR:teuthology.util.sentry: Sentry event: https://sentry.ceph.com/organizations/ceph/?query=dbb31066e40d4d7992d762eded521f1b Traceback (most recent call last): File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/run_tasks.py", line 83, in run_one_task return task(**kwargs) File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 1058, in shell _shell(ctx, cluster_name, remote, File "/home/teuthworker/src/github.com_ljflores_ceph_54ea2bd75ede6da27ba5852fe5d99aab52f94305/qa/tasks/cephadm.py", line 34, in _shell return remote.run( File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/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_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 455, in run r.wait() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 161, in wait self._raise_for_status() File "/home/teuthworker/src/git.ceph.com_teuthology_c856e0f9244dd29a50697123b480d63f16a4ed81/teuthology/orchestra/run.py", line 181, in _raise_for_status raise CommandFailedError( teuthology.exceptions.CommandFailedError: Command failed on smithi037 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 e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c \'ceph versions | jq -e \'"\'"\'.overall | length == 1\'"\'"\'\'' 2024-01-23T23:30:23.686 DEBUG:teuthology.run_tasks:Unwinding manager cephadm 2024-01-23T23:30:23.696 INFO:tasks.cephadm:Teardown begin 2024-01-23T23:30:23.696 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-23T23:30:23.710 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:23 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:21.806424+0000 mgr.y (mgr.34107) 40 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-23T23:30:23.710 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:23 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cephadm 2024-01-23T23:30:21.808274+0000 mgr.y (mgr.34107) 41 : cephadm [INF] Reconfiguring daemon mgr.x on smithi079 2024-01-23T23:30:23.710 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:23 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: cluster 2024-01-23T23:30:22.193295+0000 mgr.y (mgr.34107) 42 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:23.710 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:23 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:22.703259+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:23.710 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:23 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:22.704204+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-23T23:30:23.710 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:23 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:22.704730+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:23.710 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:23 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:22.705995+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-23T23:30:23.711 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:23 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: audit 2024-01-23T23:30:23.101742+0000 mon.c (mon.1) 3 : audit [DBG] from='client.34134 172.21.15.37:0/668023504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:23.737 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:21.806424+0000 mgr.y (mgr.34107) 40 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-23T23:30:23.737 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cephadm 2024-01-23T23:30:21.808274+0000 mgr.y (mgr.34107) 41 : cephadm [INF] Reconfiguring daemon mgr.x on smithi079 2024-01-23T23:30:23.737 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: cluster 2024-01-23T23:30:22.193295+0000 mgr.y (mgr.34107) 42 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:23.738 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:22.703259+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:23.738 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:22.704204+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-23T23:30:23.738 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:22.704730+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:23.738 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:22.705995+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-23T23:30:23.738 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: audit 2024-01-23T23:30:23.101742+0000 mon.c (mon.1) 3 : audit [DBG] from='client.34134 172.21.15.37:0/668023504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:23.738 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:21.806424+0000 mgr.y (mgr.34107) 40 : cephadm [INF] Reconfiguring mgr.x (monmap changed)... 2024-01-23T23:30:23.738 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cephadm 2024-01-23T23:30:21.808274+0000 mgr.y (mgr.34107) 41 : cephadm [INF] Reconfiguring daemon mgr.x on smithi079 2024-01-23T23:30:23.739 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: cluster 2024-01-23T23:30:22.193295+0000 mgr.y (mgr.34107) 42 : cluster [DBG] pgmap v16: 129 pgs: 129 active+clean; 7.0 KiB data, 7.0 MiB used, 707 GiB / 715 GiB avail 2024-01-23T23:30:23.739 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:22.703259+0000 mon.a (mon.0) 214 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' 2024-01-23T23:30:23.739 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:22.704204+0000 mon.a (mon.0) 215 : audit [INF] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "auth get", "entity": "osd.4"}]: dispatch 2024-01-23T23:30:23.739 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:22.704730+0000 mon.a (mon.0) 216 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config generate-minimal-conf"}]: dispatch 2024-01-23T23:30:23.739 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:22.705995+0000 mon.a (mon.0) 217 : audit [DBG] from='mgr.34107 172.21.15.37:0/3882826209' entity='mgr.y' cmd=[{"prefix": "config get","who": "osd.4","key": "container_image"}]: dispatch 2024-01-23T23:30:23.739 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:23 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: audit 2024-01-23T23:30:23.101742+0000 mon.c (mon.1) 3 : audit [DBG] from='client.34134 172.21.15.37:0/668023504' entity='client.admin' cmd=[{"prefix": "versions"}]: dispatch 2024-01-23T23:30:23.741 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-23T23:30:23.775 INFO:tasks.cephadm:Cleaning up testdir ceph.* files... 2024-01-23T23:30:23.775 DEBUG:teuthology.orchestra.run.smithi037:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-23T23:30:23.800 DEBUG:teuthology.orchestra.run.smithi079:> rm -f /home/ubuntu/cephtest/seed.ceph.conf /home/ubuntu/cephtest/ceph.pub 2024-01-23T23:30:23.832 INFO:tasks.cephadm:Stopping all daemons... 2024-01-23T23:30:23.833 INFO:tasks.cephadm.mon.a:Stopping mon.a... 2024-01-23T23:30:23.833 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a 2024-01-23T23:30:24.105 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:23 smithi037 systemd[1]: Stopping Ceph mon.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:24.105 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:23 smithi037 bash[66132]: Error: no container with name or ID "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon.a" found: no such container 2024-01-23T23:30:24.105 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:24 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:30:24.103+0000 7fc5e0397700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.a -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-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-23T23:30:24.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:24 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a[62819]: debug 2024-01-23T23:30:24.103+0000 7fc5e0397700 -1 mon.a@0(leader) e4 *** Got Signal Terminated *** 2024-01-23T23:30:24.376 INFO:journalctl@ceph.mon.a.smithi037.stdout:Jan 23 23:30:24 smithi037 bash[66171]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-a 2024-01-23T23:30:24.676 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.a.service' 2024-01-23T23:30:24.723 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:24.723 INFO:tasks.cephadm.mon.a:Stopped mon.a 2024-01-23T23:30:24.723 INFO:tasks.cephadm.mon.c:Stopping mon.c... 2024-01-23T23:30:24.724 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.c 2024-01-23T23:30:24.978 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:24 smithi037 systemd[1]: Stopping Ceph mon.c for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:24.979 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:24 smithi037 bash[66290]: Error: no container with name or ID "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon.c" found: no such container 2024-01-23T23:30:25.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:24 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:24.977+0000 7f27ce887700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.c -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-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-23T23:30:25.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:24 smithi037 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c[64166]: debug 2024-01-23T23:30:24.977+0000 7f27ce887700 -1 mon.c@1(peon) e4 *** Got Signal Terminated *** 2024-01-23T23:30:25.376 INFO:journalctl@ceph.mon.c.smithi037.stdout:Jan 23 23:30:25 smithi037 bash[66329]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-c 2024-01-23T23:30:25.389 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.c.service' 2024-01-23T23:30:25.424 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:25.425 INFO:tasks.cephadm.mon.c:Stopped mon.c 2024-01-23T23:30:25.425 INFO:tasks.cephadm.mon.b:Stopping mon.b... 2024-01-23T23:30:25.425 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.b 2024-01-23T23:30:25.715 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:25 smithi079 systemd[1]: Stopping Ceph mon.b for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:25.715 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:25 smithi079 bash[57056]: Error: no container with name or ID "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon.b" found: no such container 2024-01-23T23:30:26.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:25 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:25.712+0000 7f90272da700 -1 received signal: Terminated from /run/podman-init -- /usr/bin/ceph-mon -n mon.b -f --setuser ceph --setgroup ceph --default-log-to-file=false --default-log-to-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-23T23:30:26.003 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:25 smithi079 ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b[55891]: debug 2024-01-23T23:30:25.712+0000 7f90272da700 -1 mon.b@2(peon) e4 *** Got Signal Terminated *** 2024-01-23T23:30:26.352 INFO:journalctl@ceph.mon.b.smithi079.stdout:Jan 23 23:30:26 smithi079 bash[57096]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mon-b 2024-01-23T23:30:26.363 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mon.b.service' 2024-01-23T23:30:26.413 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:26.414 INFO:tasks.cephadm.mon.b:Stopped mon.b 2024-01-23T23:30:26.414 INFO:tasks.cephadm.mgr.y:Stopping mgr.y... 2024-01-23T23:30:26.414 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y 2024-01-23T23:30:26.701 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:30:26 smithi037 systemd[1]: Stopping Ceph mgr.y for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:26.701 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:30:26 smithi037 bash[66447]: Error: no container with name or ID "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.y" found: no such container 2024-01-23T23:30:27.095 INFO:journalctl@ceph.mgr.y.smithi037.stdout:Jan 23 23:30:26 smithi037 bash[66486]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-y 2024-01-23T23:30:27.101 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.y.service' 2024-01-23T23:30:27.138 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:27.138 INFO:tasks.cephadm.mgr.y:Stopped mgr.y 2024-01-23T23:30:27.138 INFO:tasks.cephadm.mgr.x:Stopping mgr.x... 2024-01-23T23:30:27.138 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.x 2024-01-23T23:30:27.560 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:30:27 smithi079 systemd[1]: Stopping Ceph mgr.x for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:27.561 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:30:27 smithi079 bash[57215]: Error: no container with name or ID "ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr.x" found: no such container 2024-01-23T23:30:27.852 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:30:27 smithi079 bash[57254]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-mgr-x 2024-01-23T23:30:27.853 INFO:journalctl@ceph.mgr.x.smithi079.stdout:Jan 23 23:30:27 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.x.service: Main process exited, code=exited, status=143/n/a 2024-01-23T23:30:27.881 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@mgr.x.service' 2024-01-23T23:30:27.917 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:27.917 INFO:tasks.cephadm.mgr.x:Stopped mgr.x 2024-01-23T23:30:27.918 INFO:tasks.cephadm.osd.0:Stopping osd.0... 2024-01-23T23:30:27.918 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.0 2024-01-23T23:30:28.283 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:30:27 smithi037 systemd[1]: Stopping Ceph osd.0 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:28.283 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:30:28 smithi037 bash[42575]: debug 2024-01-23T23:30:28.018+0000 7fa4eb0c5700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:30:28.283 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:30:28 smithi037 bash[42575]: debug 2024-01-23T23:30:28.018+0000 7fa4eb0c5700 -1 osd.0 80 *** Got signal Terminated *** 2024-01-23T23:30:28.283 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:30:28 smithi037 bash[42575]: debug 2024-01-23T23:30:28.018+0000 7fa4eb0c5700 -1 osd.0 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:30:28.541 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:30:28 smithi037 bash[66605]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.0 2024-01-23T23:30:28.541 INFO:journalctl@ceph.osd.0.smithi037.stdout:Jan 23 23:30:28 smithi037 bash[66646]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/osd.0/unit.stop: No such file or directory 2024-01-23T23:30:29.156 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.0.service' 2024-01-23T23:30:29.199 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:29.199 INFO:tasks.cephadm.osd.0:Stopped osd.0 2024-01-23T23:30:29.200 INFO:tasks.cephadm.osd.1:Stopping osd.1... 2024-01-23T23:30:29.200 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.1 2024-01-23T23:30:29.549 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:30:29 smithi037 systemd[1]: Stopping Ceph osd.1 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:29.550 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:30:29 smithi037 bash[44776]: debug 2024-01-23T23:30:29.334+0000 7f0306750700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:30:29.550 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:30:29 smithi037 bash[44776]: debug 2024-01-23T23:30:29.334+0000 7f0306750700 -1 osd.1 80 *** Got signal Terminated *** 2024-01-23T23:30:29.550 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:30:29 smithi037 bash[44776]: debug 2024-01-23T23:30:29.334+0000 7f0306750700 -1 osd.1 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:30:29.876 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:30:29 smithi037 bash[66763]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.1 2024-01-23T23:30:29.876 INFO:journalctl@ceph.osd.1.smithi037.stdout:Jan 23 23:30:29 smithi037 bash[66804]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/osd.1/unit.stop: No such file or directory 2024-01-23T23:30:30.365 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.1.service' 2024-01-23T23:30:30.405 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:30.405 INFO:tasks.cephadm.osd.1:Stopped osd.1 2024-01-23T23:30:30.406 INFO:tasks.cephadm.osd.2:Stopping osd.2... 2024-01-23T23:30:30.406 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.2 2024-01-23T23:30:30.626 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:30:30 smithi037 systemd[1]: Stopping Ceph osd.2 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:30.626 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:30:30 smithi037 bash[47042]: debug 2024-01-23T23:30:30.534+0000 7f5a95aa6700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:30:30.626 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:30:30 smithi037 bash[47042]: debug 2024-01-23T23:30:30.534+0000 7f5a95aa6700 -1 osd.2 80 *** Got signal Terminated *** 2024-01-23T23:30:30.626 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:30:30 smithi037 bash[47042]: debug 2024-01-23T23:30:30.534+0000 7f5a95aa6700 -1 osd.2 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:30:31.058 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:30:30 smithi037 bash[66922]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.2 2024-01-23T23:30:31.058 INFO:journalctl@ceph.osd.2.smithi037.stdout:Jan 23 23:30:30 smithi037 bash[66963]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/osd.2/unit.stop: No such file or directory 2024-01-23T23:30:31.524 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.2.service' 2024-01-23T23:30:31.564 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:31.564 INFO:tasks.cephadm.osd.2:Stopped osd.2 2024-01-23T23:30:31.564 INFO:tasks.cephadm.osd.3:Stopping osd.3... 2024-01-23T23:30:31.565 DEBUG:teuthology.orchestra.run.smithi037:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.3 2024-01-23T23:30:31.876 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:30:31 smithi037 systemd[1]: Stopping Ceph osd.3 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:31.876 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:30:31 smithi037 bash[47647]: debug 2024-01-23T23:30:31.693+0000 7f160ae64700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:30:31.876 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:30:31 smithi037 bash[47647]: debug 2024-01-23T23:30:31.693+0000 7f160ae64700 -1 osd.3 80 *** Got signal Terminated *** 2024-01-23T23:30:31.877 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:30:31 smithi037 bash[47647]: debug 2024-01-23T23:30:31.693+0000 7f160ae64700 -1 osd.3 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:30:32.376 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:30:31 smithi037 bash[67079]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.3 2024-01-23T23:30:32.376 INFO:journalctl@ceph.osd.3.smithi037.stdout:Jan 23 23:30:31 smithi037 bash[67120]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/osd.3/unit.stop: No such file or directory 2024-01-23T23:30:32.781 DEBUG:teuthology.orchestra.run.smithi037:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.3.service' 2024-01-23T23:30:32.821 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:32.821 INFO:tasks.cephadm.osd.3:Stopped osd.3 2024-01-23T23:30:32.821 INFO:tasks.cephadm.osd.4:Stopping osd.4... 2024-01-23T23:30:32.821 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.4 2024-01-23T23:30:33.103 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:30:32 smithi079 systemd[1]: Stopping Ceph osd.4 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:33.103 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:30:32 smithi079 bash[39319]: debug 2024-01-23T23:30:32.920+0000 7fd5c00b0700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:30:33.103 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:30:32 smithi079 bash[39319]: debug 2024-01-23T23:30:32.920+0000 7fd5c00b0700 -1 osd.4 80 *** Got signal Terminated *** 2024-01-23T23:30:33.103 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:30:32 smithi079 bash[39319]: debug 2024-01-23T23:30:32.920+0000 7fd5c00b0700 -1 osd.4 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:30:33.559 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:30:33 smithi079 bash[57373]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.4 2024-01-23T23:30:33.559 INFO:journalctl@ceph.osd.4.smithi079.stdout:Jan 23 23:30:33 smithi079 bash[57414]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/osd.4/unit.stop: No such file or directory 2024-01-23T23:30:33.626 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:30:33 smithi037 bash[59676]: ts=2024-01-23T23:30:33.248Z 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-23T23:30:34.016 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.4.service' 2024-01-23T23:30:34.056 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:34.056 INFO:tasks.cephadm.osd.4:Stopped osd.4 2024-01-23T23:30:34.056 INFO:tasks.cephadm.osd.5:Stopping osd.5... 2024-01-23T23:30:34.056 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.5 2024-01-23T23:30:34.353 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:30:34 smithi079 systemd[1]: Stopping Ceph osd.5 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:34.353 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:30:34 smithi079 bash[41473]: debug 2024-01-23T23:30:34.219+0000 7ff99521f700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:30:34.353 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:30:34 smithi079 bash[41473]: debug 2024-01-23T23:30:34.219+0000 7ff99521f700 -1 osd.5 80 *** Got signal Terminated *** 2024-01-23T23:30:34.353 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:30:34 smithi079 bash[41473]: debug 2024-01-23T23:30:34.219+0000 7ff99521f700 -1 osd.5 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:30:34.801 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:30:34 smithi079 bash[57533]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.5 2024-01-23T23:30:34.801 INFO:journalctl@ceph.osd.5.smithi079.stdout:Jan 23 23:30:34 smithi079 bash[57574]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/osd.5/unit.stop: No such file or directory 2024-01-23T23:30:35.290 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.5.service' 2024-01-23T23:30:35.330 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:35.330 INFO:tasks.cephadm.osd.5:Stopped osd.5 2024-01-23T23:30:35.330 INFO:tasks.cephadm.osd.6:Stopping osd.6... 2024-01-23T23:30:35.330 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.6 2024-01-23T23:30:35.603 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:30:35 smithi079 systemd[1]: Stopping Ceph osd.6 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:35.603 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:30:35 smithi079 bash[43665]: debug 2024-01-23T23:30:35.460+0000 7fb7d2260700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:30:35.603 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:30:35 smithi079 bash[43665]: debug 2024-01-23T23:30:35.460+0000 7fb7d2260700 -1 osd.6 80 *** Got signal Terminated *** 2024-01-23T23:30:35.603 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:30:35 smithi079 bash[43665]: debug 2024-01-23T23:30:35.460+0000 7fb7d2260700 -1 osd.6 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:30:36.101 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:30:35 smithi079 bash[57692]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.6 2024-01-23T23:30:36.101 INFO:journalctl@ceph.osd.6.smithi079.stdout:Jan 23 23:30:35 smithi079 bash[57731]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/osd.6/unit.stop: No such file or directory 2024-01-23T23:30:36.548 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.6.service' 2024-01-23T23:30:36.586 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:36.586 INFO:tasks.cephadm.osd.6:Stopped osd.6 2024-01-23T23:30:36.586 INFO:tasks.cephadm.osd.7:Stopping osd.7... 2024-01-23T23:30:36.586 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.7 2024-01-23T23:30:36.853 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:30:36 smithi079 systemd[1]: Stopping Ceph osd.7 for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:36.853 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:30:36 smithi079 bash[44135]: debug 2024-01-23T23:30:36.719+0000 7f09f8603700 -1 received signal: Terminated from Kernel ( Could be generated by pthread_kill(), raise(), abort(), alarm() ) UID: 0 2024-01-23T23:30:36.853 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:30:36 smithi079 bash[44135]: debug 2024-01-23T23:30:36.719+0000 7f09f8603700 -1 osd.7 80 *** Got signal Terminated *** 2024-01-23T23:30:36.853 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:30:36 smithi079 bash[44135]: debug 2024-01-23T23:30:36.719+0000 7f09f8603700 -1 osd.7 80 *** Immediate shutdown (osd_fast_shutdown=true) *** 2024-01-23T23:30:37.353 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:30:37 smithi079 bash[57850]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-osd.7 2024-01-23T23:30:37.353 INFO:journalctl@ceph.osd.7.smithi079.stdout:Jan 23 23:30:37 smithi079 bash[57896]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/osd.7/unit.stop: No such file or directory 2024-01-23T23:30:37.832 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@osd.7.service' 2024-01-23T23:30:37.872 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:37.872 INFO:tasks.cephadm.osd.7:Stopped osd.7 2024-01-23T23:30:37.873 INFO:tasks.cephadm.prometheus.a:Stopping prometheus.a... 2024-01-23T23:30:37.873 DEBUG:teuthology.orchestra.run.smithi079:> sudo systemctl stop ceph-e5313d84-ba45-11ee-95b1-87774f69a715@prometheus.a 2024-01-23T23:30:38.103 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:37 smithi079 systemd[1]: Stopping Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:38.103 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.010Z caller=main.go:874 level=warn msg="Received SIGTERM, exiting gracefully..." 2024-01-23T23:30:38.103 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.010Z caller=main.go:898 level=info msg="Stopping scrape discovery manager..." 2024-01-23T23:30:38.103 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.010Z caller=main.go:912 level=info msg="Stopping notify discovery manager..." 2024-01-23T23:30:38.103 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.010Z caller=manager.go:160 level=info component="rule manager" msg="Stopping rule manager..." 2024-01-23T23:30:38.103 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.010Z caller=main.go:908 level=info msg="Notify discovery manager stopped" 2024-01-23T23:30:38.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.010Z caller=main.go:894 level=info msg="Scrape discovery manager stopped" 2024-01-23T23:30:38.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.010Z caller=manager.go:170 level=info component="rule manager" msg="Rule manager stopped" 2024-01-23T23:30:38.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.010Z caller=main.go:949 level=info msg="Stopping scrape manager..." 2024-01-23T23:30:38.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.011Z caller=main.go:941 level=info msg="Scrape manager stopped" 2024-01-23T23:30:38.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.011Z caller=notifier.go:604 level=info component=notifier msg="Stopping notification manager..." 2024-01-23T23:30:38.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.011Z caller=main.go:1171 level=info msg="Notifier manager stopped" 2024-01-23T23:30:38.104 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[51856]: ts=2024-01-23T23:30:38.012Z caller=main.go:1183 level=info msg="See you next time!" 2024-01-23T23:30:38.487 DEBUG:teuthology.orchestra.run.smithi079:> sudo pkill -f 'journalctl -f -n 0 -u ceph-e5313d84-ba45-11ee-95b1-87774f69a715@prometheus.a.service' 2024-01-23T23:30:38.512 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[58013]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-prometheus.a 2024-01-23T23:30:38.513 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 bash[58052]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/prometheus.a/unit.stop: No such file or directory 2024-01-23T23:30:38.513 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@prometheus.a.service: Succeeded. 2024-01-23T23:30:38.513 INFO:journalctl@ceph.prometheus.a.smithi079.stdout:Jan 23 23:30:38 smithi079 systemd[1]: Stopped Ceph prometheus.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:30:38.523 DEBUG:teuthology.orchestra.run:got remote process result: None 2024-01-23T23:30:38.523 INFO:tasks.cephadm.prometheus.a:Stopped prometheus.a 2024-01-23T23:30:38.523 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5313d84-ba45-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-23T23:30:38.663 INFO:teuthology.orchestra.run.smithi037.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-23T23:30:38.663 INFO:teuthology.orchestra.run.smithi037.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-23T23:30:38.663 INFO:teuthology.orchestra.run.smithi037.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-23T23:30:38.663 INFO:teuthology.orchestra.run.smithi037.stderr: [--retry RETRY] 2024-01-23T23:30:38.663 INFO:teuthology.orchestra.run.smithi037.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-23T23:30:38.663 INFO:teuthology.orchestra.run.smithi037.stderr: ... 2024-01-23T23:30:38.663 INFO:teuthology.orchestra.run.smithi037.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-23T23:30:38.673 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-23T23:30:38.673 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5313d84-ba45-11ee-95b1-87774f69a715 --force --keep-logs 2024-01-23T23:30:38.792 INFO:teuthology.orchestra.run.smithi079.stderr:usage: cephadm [-h] [--image IMAGE] [--docker] [--data-dir DATA_DIR] 2024-01-23T23:30:38.792 INFO:teuthology.orchestra.run.smithi079.stderr: [--log-dir LOG_DIR] [--logrotate-dir LOGROTATE_DIR] 2024-01-23T23:30:38.793 INFO:teuthology.orchestra.run.smithi079.stderr: [--unit-dir UNIT_DIR] [--verbose] [--timeout TIMEOUT] 2024-01-23T23:30:38.793 INFO:teuthology.orchestra.run.smithi079.stderr: [--retry RETRY] 2024-01-23T23:30:38.793 INFO:teuthology.orchestra.run.smithi079.stderr: {version,pull,inspect-image,ls,list-networks,adopt,rm-daemon,rm-cluster,run,shell,enter,ceph-volume,unit,logs,bootstrap,deploy,check-host,prepare-host,add-repo,rm-repo,install} 2024-01-23T23:30:38.793 INFO:teuthology.orchestra.run.smithi079.stderr: ... 2024-01-23T23:30:38.793 INFO:teuthology.orchestra.run.smithi079.stderr:cephadm: error: unrecognized arguments: --keep-logs 2024-01-23T23:30:38.802 DEBUG:teuthology.orchestra.run:got remote process result: 2 2024-01-23T23:30:38.802 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-23T23:30:38.831 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f /etc/ceph/ceph.conf /etc/ceph/ceph.client.admin.keyring 2024-01-23T23:30:38.859 INFO:tasks.cephadm:Archiving crash dumps... 2024-01-23T23:30:38.860 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535/remote/ubuntu@smithi037.front.sepia.ceph.com/crash 2024-01-23T23:30:38.861 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/crash -- . 2024-01-23T23:30:38.939 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/crash to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535/remote/ubuntu@smithi079.front.sepia.ceph.com/crash 2024-01-23T23:30:38.940 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/crash -- . 2024-01-23T23:30:38.982 INFO:tasks.cephadm:Checking cluster log for badness... 2024-01-23T23:30:38.982 DEBUG:teuthology.orchestra.run.smithi037:> sudo egrep '\[ERR\]|\[WRN\]|\[SEC\]' /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph.log | egrep -v '\(MDS_ALL_DOWN\)' | egrep -v '\(MDS_UP_LESS_THAN_MAX\)' | head -n 1 2024-01-23T23:30:39.011 INFO:teuthology.orchestra.run.smithi037.stderr:grep: /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph.log: No such file or directory 2024-01-23T23:30:39.013 INFO:tasks.cephadm:Compressing logs... 2024-01-23T23:30:39.013 DEBUG:teuthology.orchestra.run.smithi037:> 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-23T23:30:39.055 DEBUG:teuthology.orchestra.run.smithi079:> time sudo find /var/log/ceph /var/log/rbd-target-api -name '*.log' -print0 | sudo xargs --max-args=1 --max-procs=0 --verbose -0 --no-run-if-empty -- gzip -5 --verbose -- 2024-01-23T23:30:39.081 INFO:teuthology.orchestra.run.smithi037.stderr:find: ‘/var/log/rbd-target-api’gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-23T23:30:39.081 INFO:teuthology.orchestra.run.smithi037.stderr:: No such file or directory 2024-01-23T23:30:39.081 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-23T23:30:39.084 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.2.log 2024-01-23T23:30:39.084 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/cephadm.log: /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mgr.y.log 2024-01-23T23:30:39.084 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.2.log: gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.3.log 2024-01-23T23:30:39.084 INFO:teuthology.orchestra.run.smithi037.stderr: 90.3% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-23T23:30:39.084 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.0.log 2024-01-23T23:30:39.084 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mgr.y.log: /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.3.log: gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mon.a.log 2024-01-23T23:30:39.084 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.0.log: gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mon.c.log 2024-01-23T23:30:39.085 INFO:teuthology.orchestra.run.smithi079.stderr:find: ‘/var/log/rbd-target-api’: No such file or directory 2024-01-23T23:30:39.085 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/cephadm.log 2024-01-23T23:30:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.6.log 2024-01-23T23:30:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-volume.log 2024-01-23T23:30:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/cephadm.log: gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.7.log 2024-01-23T23:30:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.6.log: /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-volume.log: gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mgr.x.log 2024-01-23T23:30:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.7.log: gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-client.rgw.r.z.smithi079.atwyor.log 2024-01-23T23:30:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mon.b.log 2024-01-23T23:30:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mgr.x.log: /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-client.rgw.r.z.smithi079.atwyor.log: 90.2% -- replaced with /var/log/ceph/cephadm.log.gz 2024-01-23T23:30:39.086 INFO:teuthology.orchestra.run.smithi079.stderr: 58.6% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-client.rgw.r.z.smithi079.atwyor.log.gz 2024-01-23T23:30:39.086 INFO:teuthology.orchestra.run.smithi079.stderr:gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.4.log 2024-01-23T23:30:39.087 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mon.b.log: gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.5.log 2024-01-23T23:30:39.087 INFO:teuthology.orchestra.run.smithi079.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.4.log: /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.5.log: 91.3% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-23T23:30:39.087 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mon.a.log: /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mon.c.log: 91.4% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-volume.log.gz 2024-01-23T23:30:39.090 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-client.rgw.r.z.smithi037.rkvbso.log 2024-01-23T23:30:39.091 INFO:teuthology.orchestra.run.smithi037.stderr:gzip -5 --verbose -- /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.1.log 2024-01-23T23:30:39.091 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-client.rgw.r.z.smithi037.rkvbso.log: 58.8% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-client.rgw.r.z.smithi037.rkvbso.log.gz 2024-01-23T23:30:39.105 INFO:teuthology.orchestra.run.smithi079.stderr: 89.7% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mgr.x.log.gz 2024-01-23T23:30:39.303 INFO:teuthology.orchestra.run.smithi037.stderr:/var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.1.log: 91.8% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mgr.y.log.gz 2024-01-23T23:30:39.311 INFO:teuthology.orchestra.run.smithi079.stderr: 92.8% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.6.log.gz 2024-01-23T23:30:39.313 INFO:teuthology.orchestra.run.smithi037.stderr: 92.7% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.2.log.gz 2024-01-23T23:30:39.334 INFO:teuthology.orchestra.run.smithi079.stderr: 93.3% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.7.log.gz 2024-01-23T23:30:39.353 INFO:teuthology.orchestra.run.smithi037.stderr: 93.3% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.1.log.gz 2024-01-23T23:30:39.388 INFO:teuthology.orchestra.run.smithi079.stderr: 93.2% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.4.log.gz 2024-01-23T23:30:39.400 INFO:teuthology.orchestra.run.smithi037.stderr: 93.8% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mon.c.log.gz 2024-01-23T23:30:39.407 INFO:teuthology.orchestra.run.smithi037.stderr: 93.0% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.0.log.gz 2024-01-23T23:30:39.424 INFO:teuthology.orchestra.run.smithi079.stderr: 93.1% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.5.log.gz 2024-01-23T23:30:39.456 INFO:teuthology.orchestra.run.smithi037.stderr: 93.2% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-osd.3.log.gz 2024-01-23T23:30:39.457 INFO:teuthology.orchestra.run.smithi079.stderr: 93.0% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mon.b.log.gz 2024-01-23T23:30:39.459 INFO:teuthology.orchestra.run.smithi079.stderr: 2024-01-23T23:30:39.459 INFO:teuthology.orchestra.run.smithi079.stderr:real 0m0.387s 2024-01-23T23:30:39.459 INFO:teuthology.orchestra.run.smithi079.stderr:user 0m1.480s 2024-01-23T23:30:39.459 INFO:teuthology.orchestra.run.smithi079.stderr:sys 0m0.065s 2024-01-23T23:30:39.764 INFO:teuthology.orchestra.run.smithi037.stderr: 91.1% -- replaced with /var/log/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/ceph-mon.a.log.gz 2024-01-23T23:30:39.765 INFO:teuthology.orchestra.run.smithi037.stderr: 2024-01-23T23:30:39.765 INFO:teuthology.orchestra.run.smithi037.stderr:real 0m0.695s 2024-01-23T23:30:39.765 INFO:teuthology.orchestra.run.smithi037.stderr:user 0m2.336s 2024-01-23T23:30:39.766 INFO:teuthology.orchestra.run.smithi037.stderr:sys 0m0.099s 2024-01-23T23:30:39.766 INFO:tasks.cephadm:Archiving logs... 2024-01-23T23:30:39.766 DEBUG:teuthology.misc:Transferring archived files from smithi037:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535/remote/ubuntu@smithi037.front.sepia.ceph.com/log 2024-01-23T23:30:39.767 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-23T23:30:40.127 DEBUG:teuthology.misc:Transferring archived files from smithi079:/var/log/ceph to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535/remote/ubuntu@smithi079.front.sepia.ceph.com/log 2024-01-23T23:30:40.128 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /var/log/ceph -- . 2024-01-23T23:30:40.347 INFO:tasks.cephadm:Removing cluster... 2024-01-23T23:30:40.347 DEBUG:teuthology.orchestra.run.smithi037:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5313d84-ba45-11ee-95b1-87774f69a715 --force 2024-01-23T23:30:41.474 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:30:41 smithi037 systemd[1]: Stopping Ceph node-exporter.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:41.782 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:30:41 smithi037 bash[67609]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-node-exporter.a 2024-01-23T23:30:41.782 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:30:41 smithi037 bash[67647]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/node-exporter.a/unit.stop: No such file or directory 2024-01-23T23:30:42.126 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:30:41 smithi037 systemd[1]: Stopping Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:42.126 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:30:41 smithi037 bash[59676]: ts=2024-01-23T23:30:41.967Z caller=main.go:594 level=info msg="Received SIGTERM, exiting gracefully..." 2024-01-23T23:30:42.126 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:30:41 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@node-exporter.a.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-01-23T23:30:42.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:30:41 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@node-exporter.a.service: Failed with result 'exit-code'. 2024-01-23T23:30:42.127 INFO:journalctl@ceph.node-exporter.a.smithi037.stdout:Jan 23 23:30:41 smithi037 systemd[1]: Stopped Ceph node-exporter.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:30:42.521 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:30:42 smithi037 bash[67682]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-alertmanager.a 2024-01-23T23:30:42.521 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:30:42 smithi037 bash[67721]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/alertmanager.a/unit.stop: No such file or directory 2024-01-23T23:30:42.521 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:30:42 smithi037 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@alertmanager.a.service: Succeeded. 2024-01-23T23:30:42.521 INFO:journalctl@ceph.alertmanager.a.smithi037.stdout:Jan 23 23:30:42 smithi037 systemd[1]: Stopped Ceph alertmanager.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:30:53.392 DEBUG:teuthology.orchestra.run.smithi079:> sudo /home/ubuntu/cephtest/cephadm rm-cluster --fsid e5313d84-ba45-11ee-95b1-87774f69a715 --force 2024-01-23T23:30:54.353 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:30:54 smithi079 systemd[1]: Stopping Ceph node-exporter.b for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:54.974 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 systemd[1]: Stopping Ceph grafana.a for e5313d84-ba45-11ee-95b1-87774f69a715... 2024-01-23T23:30:54.974 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[58453]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-node-exporter.b 2024-01-23T23:30:54.975 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[58492]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/node-exporter.b/unit.stop: No such file or directory 2024-01-23T23:30:54.975 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:30:54 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@node-exporter.b.service: Main process exited, code=exited, status=2/INVALIDARGUMENT 2024-01-23T23:30:54.975 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:30:54 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@node-exporter.b.service: Failed with result 'exit-code'. 2024-01-23T23:30:54.975 INFO:journalctl@ceph.node-exporter.b.smithi079.stdout:Jan 23 23:30:54 smithi079 systemd[1]: Stopped Ceph node-exporter.b for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:30:55.253 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Shutdown started" logger=server reason="System signal: terminated" 2024-01-23T23:30:55.254 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped CleanUpService" logger=server reason="context canceled" 2024-01-23T23:30:55.254 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped UsageStatsService" logger=server reason="context canceled" 2024-01-23T23:30:55.254 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped RemoteCache" logger=server reason="context canceled" 2024-01-23T23:30:55.254 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped UserAuthTokenService" logger=server reason="context canceled" 2024-01-23T23:30:55.254 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped provisioningServiceImpl" logger=server reason="context canceled" 2024-01-23T23:30:55.254 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped PluginManager" logger=server reason="context canceled" 2024-01-23T23:30:55.254 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped NotificationService" logger=server reason="context canceled" 2024-01-23T23:30:55.255 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped InternalMetricsService" logger=server reason="context canceled" 2024-01-23T23:30:55.255 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped Stream Manager" 2024-01-23T23:30:55.255 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped BackendPluginManager" logger=server reason="context canceled" 2024-01-23T23:30:55.255 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=info msg="Stopped AlertEngine" logger=server reason="context canceled" 2024-01-23T23:30:55.255 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:54 smithi079 bash[46623]: t=2024-01-23T23:30:54+0000 lvl=eror msg="Server shutdown" logger=server reason=nil 2024-01-23T23:30:55.537 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:55 smithi079 bash[58527]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715-grafana.a 2024-01-23T23:30:55.538 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:55 smithi079 bash[58566]: bash: /var/lib/ceph/e5313d84-ba45-11ee-95b1-87774f69a715/grafana.a/unit.stop: No such file or directory 2024-01-23T23:30:55.853 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:55 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@grafana.a.service: Main process exited, code=exited, status=1/FAILURE 2024-01-23T23:30:55.854 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:55 smithi079 systemd[1]: ceph-e5313d84-ba45-11ee-95b1-87774f69a715@grafana.a.service: Failed with result 'exit-code'. 2024-01-23T23:30:55.854 INFO:journalctl@ceph.grafana.a.smithi079.stdout:Jan 23 23:30:55 smithi079 systemd[1]: Stopped Ceph grafana.a for e5313d84-ba45-11ee-95b1-87774f69a715. 2024-01-23T23:31:06.528 INFO:tasks.cephadm:Removing cephadm ... 2024-01-23T23:31:06.528 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-23T23:31:06.552 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf /home/ubuntu/cephtest/cephadm 2024-01-23T23:31:06.571 INFO:tasks.cephadm:Teardown complete 2024-01-23T23:31:06.571 DEBUG:teuthology.run_tasks:Unwinding manager clock 2024-01-23T23:31:06.581 INFO:teuthology.task.clock:Checking final clock skew... 2024-01-23T23:31:06.581 DEBUG:teuthology.orchestra.run.smithi037:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-23T23:31:06.594 DEBUG:teuthology.orchestra.run.smithi079:> PATH=/usr/bin:/usr/sbin ntpq -p || PATH=/usr/bin:/usr/sbin chronyc sources || true 2024-01-23T23:31:06.612 INFO:teuthology.orchestra.run.smithi037.stderr:bash: ntpq: command not found 2024-01-23T23:31:06.617 INFO:teuthology.orchestra.run.smithi037.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-23T23:31:06.617 INFO:teuthology.orchestra.run.smithi037.stdout:=============================================================================== 2024-01-23T23:31:06.617 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 24 +668us[ +668us] +/- 88ms 2024-01-23T23:31:06.617 INFO:teuthology.orchestra.run.smithi037.stdout:^* hv02.front.sepia.ceph.com 3 6 377 24 -1073us[-1052us] +/- 64ms 2024-01-23T23:31:06.617 INFO:teuthology.orchestra.run.smithi037.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 26 +680us[ +701us] +/- 73ms 2024-01-23T23:31:06.617 INFO:teuthology.orchestra.run.smithi037.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-23T23:31:06.627 INFO:teuthology.orchestra.run.smithi079.stderr:bash: ntpq: command not found 2024-01-23T23:31:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:MS Name/IP address Stratum Poll Reach LastRx Last sample 2024-01-23T23:31:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:=============================================================================== 2024-01-23T23:31:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv01.front.sepia.ceph.com 2 6 377 24 +664us[ +664us] +/- 88ms 2024-01-23T23:31:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:^* hv02.front.sepia.ceph.com 3 6 377 26 -1059us[-1058us] +/- 64ms 2024-01-23T23:31:06.632 INFO:teuthology.orchestra.run.smithi079.stdout:^+ hv03.front.sepia.ceph.com 3 6 377 26 +682us[ +683us] +/- 73ms 2024-01-23T23:31:06.633 INFO:teuthology.orchestra.run.smithi079.stdout:^? hv04.front.sepia.ceph.com 0 8 0 - +0ns[ +0ns] +/- 0ns 2024-01-23T23:31:06.633 DEBUG:teuthology.run_tasks:Unwinding manager ansible.cephlab 2024-01-23T23:31:06.642 INFO:teuthology.task.ansible:Skipping ansible cleanup... 2024-01-23T23:31:06.642 DEBUG:teuthology.run_tasks:Unwinding manager selinux 2024-01-23T23:31:06.699 DEBUG:teuthology.orchestra.run.smithi037:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-23T23:31:06.771 DEBUG:teuthology.orchestra.run.smithi079:> mkdir /home/ubuntu/cephtest/archive/audit && sudo cp /var/log/audit/audit.log /home/ubuntu/cephtest/archive/audit && sudo chown $USER /home/ubuntu/cephtest/archive/audit/audit.log && gzip /home/ubuntu/cephtest/archive/audit/audit.log 2024-01-23T23:31:06.833 DEBUG:teuthology.orchestra.run.smithi037:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-23T23:31:06.866 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-23T23:31:06.867 DEBUG:teuthology.orchestra.run.smithi079:> sudo grep -a 'avc: .*denied' /var/log/audit/audit.log | grep -av -e 'comm="dmidecode"' -e chronyd.service -e 'name="cephtest"' -e scontext=system_u:system_r:nrpe_t:s0 -e scontext=system_u:system_r:pcp_pmlogger_t -e scontext=system_u:system_r:pcp_pmcd_t:s0 -e 'comm="rhsmd"' -e scontext=system_u:system_r:syslogd_t:s0 -e tcontext=system_u:system_r:nrpe_t:s0 -e 'comm="updatedb"' -e 'comm="smartd"' -e 'comm="rhsmcertd-worke"' -e 'comm="setroubleshootd"' -e 'comm="rpm"' -e tcontext=system_u:object_r:container_runtime_exec_t:s0 -e 'comm="ksmtuned"' -e 'comm="sssd"' -e 'comm="sss_cache"' -e context=system_u:system_r:NetworkManager_dispatcher_t:s0 2024-01-23T23:31:06.895 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-23T23:31:06.896 DEBUG:teuthology.run_tasks:Unwinding manager pcp 2024-01-23T23:31:06.905 DEBUG:teuthology.run_tasks:Unwinding manager internal.timer 2024-01-23T23:31:06.934 INFO:teuthology.task.internal:Duration was 1087.049193 seconds 2024-01-23T23:31:06.934 DEBUG:teuthology.run_tasks:Unwinding manager internal.syslog 2024-01-23T23:31:06.967 INFO:teuthology.task.internal.syslog:Shutting down syslog monitoring... 2024-01-23T23:31:06.967 DEBUG:teuthology.orchestra.run.smithi037:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-23T23:31:06.969 DEBUG:teuthology.orchestra.run.smithi079:> sudo rm -f -- /etc/rsyslog.d/80-cephtest.conf && sudo service rsyslog restart 2024-01-23T23:31:07.015 INFO:teuthology.orchestra.run.smithi079.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-23T23:31:07.018 INFO:teuthology.orchestra.run.smithi037.stderr:Redirecting to /bin/systemctl restart rsyslog.service 2024-01-23T23:31:07.387 INFO:teuthology.task.internal.syslog:Checking logs for errors... 2024-01-23T23:31:07.387 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi037.front.sepia.ceph.com 2024-01-23T23:31:07.387 DEBUG:teuthology.orchestra.run.smithi037:> 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-23T23:31:07.415 DEBUG:teuthology.task.internal.syslog:Checking ubuntu@smithi079.front.sepia.ceph.com 2024-01-23T23:31:07.415 DEBUG:teuthology.orchestra.run.smithi079:> egrep --binary-files=text '\bBUG\b|\bINFO\b|\bDEADLOCK\b' /home/ubuntu/cephtest/archive/syslog/kern.log | grep -v 'task .* blocked for more than .* seconds' | grep -v 'lockdep is turned off' | grep -v 'trying to register non-static key' | grep -v 'DEBUG: fsize' | grep -v CRON | grep -v 'BUG: bad unlock balance detected' | grep -v 'inconsistent lock state' | grep -v '*** DEADLOCK ***' | grep -v 'INFO: possible irq lock inversion dependency detected' | grep -v 'INFO: NMI handler (perf_event_nmi_handler) took too long to run' | grep -v 'INFO: recovery required on readonly' | grep -v 'ceph-create-keys: INFO' | grep -v INFO:ceph-create-keys | grep -v 'Loaded datasource DataSourceOpenStack' | grep -v 'container-storage-setup: INFO: Volume group backing root filesystem could not be determined' | egrep -v '\bsalt-master\b|\bsalt-minion\b|\bsalt-api\b' | grep -v ceph-crash | egrep -v '\btcmu-runner\b.*\bINFO\b' | head -n 1 2024-01-23T23:31:07.438 INFO:teuthology.task.internal.syslog:Compressing syslogs... 2024-01-23T23:31:07.439 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-23T23:31:07.459 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest/archive/syslog -name '*.log' -print0 | sudo xargs -0 --no-run-if-empty -- gzip -- 2024-01-23T23:31:07.540 INFO:teuthology.task.internal.syslog:Gathering journactl -b0... 2024-01-23T23:31:07.540 DEBUG:teuthology.orchestra.run.smithi037:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-23T23:31:07.542 DEBUG:teuthology.orchestra.run.smithi079:> sudo journalctl -b0 | gzip -9 > /home/ubuntu/cephtest/archive/syslog/journalctl-b0.gz 2024-01-23T23:31:07.707 DEBUG:teuthology.run_tasks:Unwinding manager internal.sudo 2024-01-23T23:31:07.718 INFO:teuthology.task.internal:Restoring /etc/sudoers... 2024-01-23T23:31:07.719 DEBUG:teuthology.orchestra.run.smithi037:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-23T23:31:07.746 DEBUG:teuthology.orchestra.run.smithi079:> sudo mv -f /etc/sudoers.orig.teuthology /etc/sudoers 2024-01-23T23:31:07.774 DEBUG:teuthology.run_tasks:Unwinding manager internal.coredump 2024-01-23T23:31:07.784 DEBUG:teuthology.orchestra.run.smithi037:> 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-23T23:31:07.789 DEBUG:teuthology.orchestra.run.smithi079:> sudo sysctl -w kernel.core_pattern=core && sudo bash -c 'for f in `find /home/ubuntu/cephtest/archive/coredump -type f`; do file $f | grep -q systemd-sysusers && rm $f || true ; done' && rmdir --ignore-fail-on-non-empty -- /home/ubuntu/cephtest/archive/coredump 2024-01-23T23:31:07.813 INFO:teuthology.orchestra.run.smithi037.stdout:kernel.core_pattern = core 2024-01-23T23:31:07.840 INFO:teuthology.orchestra.run.smithi079.stdout:kernel.core_pattern = core 2024-01-23T23:31:07.874 DEBUG:teuthology.orchestra.run.smithi037:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-23T23:31:07.890 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-23T23:31:07.891 DEBUG:teuthology.orchestra.run.smithi079:> test -e /home/ubuntu/cephtest/archive/coredump 2024-01-23T23:31:07.930 DEBUG:teuthology.orchestra.run:got remote process result: 1 2024-01-23T23:31:07.931 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive 2024-01-23T23:31:07.942 INFO:teuthology.task.internal:Transferring archived files... 2024-01-23T23:31:07.943 DEBUG:teuthology.misc:Transferring archived files from smithi037:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535/remote/smithi037 2024-01-23T23:31:07.944 DEBUG:teuthology.orchestra.run.smithi037:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-23T23:31:07.991 DEBUG:teuthology.misc:Transferring archived files from smithi079:/home/ubuntu/cephtest/archive to /home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535/remote/smithi079 2024-01-23T23:31:07.992 DEBUG:teuthology.orchestra.run.smithi079:> sudo tar c -f - -C /home/ubuntu/cephtest/archive -- . 2024-01-23T23:31:08.034 INFO:teuthology.task.internal:Removing archive directory... 2024-01-23T23:31:08.035 DEBUG:teuthology.orchestra.run.smithi037:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-23T23:31:08.037 DEBUG:teuthology.orchestra.run.smithi079:> rm -rf -- /home/ubuntu/cephtest/archive 2024-01-23T23:31:08.084 DEBUG:teuthology.run_tasks:Unwinding manager internal.archive_upload 2024-01-23T23:31:08.094 INFO:teuthology.task.internal:Not uploading archives. 2024-01-23T23:31:08.095 DEBUG:teuthology.run_tasks:Unwinding manager internal.base 2024-01-23T23:31:08.125 INFO:teuthology.task.internal:Tidying up after the test... 2024-01-23T23:31:08.125 DEBUG:teuthology.orchestra.run.smithi037:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-23T23:31:08.127 DEBUG:teuthology.orchestra.run.smithi079:> find /home/ubuntu/cephtest -ls ; rmdir -- /home/ubuntu/cephtest 2024-01-23T23:31:08.143 INFO:teuthology.orchestra.run.smithi037.stdout: 525357 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 23 23:31 /home/ubuntu/cephtest 2024-01-23T23:31:08.145 INFO:teuthology.orchestra.run.smithi079.stdout: 526076 4 drwxr-xr-x 2 ubuntu ubuntu 4096 Jan 23 23:31 /home/ubuntu/cephtest 2024-01-23T23:31:08.146 DEBUG:teuthology.run_tasks:Unwinding manager kernel 2024-01-23T23:31:08.157 DEBUG:teuthology.run_tasks:Unwinding manager console_log 2024-01-23T23:31:08.226 INFO:teuthology.nuke:Checking targets against current locks 2024-01-23T23:31:08.254 DEBUG:teuthology.nuke:shortname: smithi037 2024-01-23T23:31:08.255 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-23T23:31:08.279 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi037.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-23 23:05:15.513069', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBG4z50WsseChtFcROrTEJELjq2zhdWYB8l2WBZWCxuQEZ7AeahzGuwTxWo0Ekwbl3jjGmxkIVEu5U44TwPPOTAU='} 2024-01-23T23:31:08.280 DEBUG:teuthology.nuke:shortname: smithi079 2024-01-23T23:31:08.280 INFO:teuthology.task.internal.check_lock:Checking locks... 2024-01-23T23:31:08.308 DEBUG:teuthology.task.internal.check_lock:machine status is {'name': 'smithi079.front.sepia.ceph.com', 'description': '/home/teuthworker/archive/yuriw-2024-01-23_19:22:22-rados-wip-yuri5-testing-2024-01-11-1300-pacific-distro-default-smithi/7529535', 'up': True, 'machine_type': 'smithi', 'is_vm': False, 'vm_host': None, 'os_type': 'centos', 'os_version': '8', 'arch': 'x86_64', 'locked': True, 'locked_since': '2024-01-23 23:05:15.514983', 'locked_by': 'scheduled_yuriw@teuthology', 'mac_address': None, 'ssh_pub_key': 'ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBOYT5b7+1v4aNIHN5/qOnYlx11r5WQNV12IUw+3jpxaKU5dltte/wI2kLzcUA9HQ9YPVTx85Hm2ehklWHNsMhuM='} 2024-01-23T23:31:08.338 INFO:teuthology.orchestra.console.smithi037:Power off 2024-01-23T23:31:08.338 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-23T23:31:08.371 INFO:teuthology.orchestra.console.smithi079:Power off 2024-01-23T23:31:08.372 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power off 2024-01-23T23:31:08.382 DEBUG:teuthology.orchestra.console.smithi037:power off output: Chassis Power Control: Down/Off 2024-01-23T23:31:08.383 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-23T23:31:08.396 DEBUG:teuthology.orchestra.console.smithi079:power off output: Chassis Power Control: Down/Off 2024-01-23T23:31:08.397 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-23T23:31:08.409 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-01-23T23:31:08.420 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-01-23T23:31:12.411 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-23T23:31:12.421 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-23T23:31:12.521 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-01-23T23:31:12.531 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-01-23T23:31:16.524 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-23T23:31:16.534 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-23T23:31:16.636 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is on 2024-01-23T23:31:16.644 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is on 2024-01-23T23:31:20.640 DEBUG:teuthology.orchestra.console.smithi037:pexpect command: ipmitool -H smithi037.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-23T23:31:20.649 DEBUG:teuthology.orchestra.console.smithi079:pexpect command: ipmitool -H smithi079.ipmi.sepia.ceph.com -I lanplus -U inktank -P ApGNXcA7 power status 2024-01-23T23:31:20.751 DEBUG:teuthology.orchestra.console.smithi037:check power output: Chassis Power is off 2024-01-23T23:31:20.760 DEBUG:teuthology.orchestra.console.smithi079:check power output: Chassis Power is off 2024-01-23T23:31:20.853 INFO:teuthology.orchestra.console.smithi037:Power off completed 2024-01-23T23:31:20.862 INFO:teuthology.orchestra.console.smithi079:Power off completed 2024-01-23T23:31:20.966 INFO:teuthology.run:Summary data: description: rados/cephadm/upgrade/{1-start-distro/1-start-centos_8.stream_container-tools 2-repo_digest/defaut 3-upgrade/simple 4-wait 5-upgrade-ls mon_election/classic} duration: 1087.0491933822632 failure_reason: 'Command failed on smithi037 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 e5313d84-ba45-11ee-95b1-87774f69a715 -e sha1=a70aebef70df6ec2d957347ccbfc484e0573dd5f -- bash -c \''ceph versions | jq -e \''"\''"\''.overall | length == 1\''"\''"\''\''''' owner: scheduled_yuriw@teuthology sentry_event: https://sentry.ceph.com/organizations/ceph/?query=dbb31066e40d4d7992d762eded521f1b status: fail success: false 2024-01-23T23:31:20.967 DEBUG:teuthology.report:Pushing job info to https://paddles.front.sepia.ceph.com/ 2024-01-23T23:31:21.055 INFO:teuthology.run:FAIL